#348 new
Imran

YUI Javascript breaks in my 2.0.1 install (exponent.js.php)

Reported by Imran | October 4th, 2011 @ 03:27 PM

Debugging lead me to a 400 Bad Request that was from the combined files being sent to the minifier. For some reason the number of files being sent to it is too high for it. Changing the following in exponent.js.php fixes it for me:

EXPONENT.YUI3_CONFIG = {

combine:<?php echo (MINIFY==1)?1:0; ?>,

To:

EXPONENT.YUI3_CONFIG = {

combine:false,

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Bug Tracker for Exponent CMS

Shared Ticket Bins

People watching this ticket

Tags

Pages