array(4) { ["type"]=> int(1) ["message"]=> string(81) "Allowed memory size of 314572800 bytes exhausted (tried to allocate 357514 bytes)" ["file"]=> string(96) "/var/aegir/platforms/mysite.com/sites/all/modules/contrib/javascript_aggregator/jsminplus.php" ["line"]=> int(1680) } n/a

Comments

jaochoo’s picture

I got the same error and a WSOD (head to turn error reporting on to see the error message). Only happened when:
- Editing OG nodes
- Editing Content Profile of admin user
(- maybe other pages as well, since some users reported "cannot edit/delete" bugs)

cerup’s picture

I get the same thing. Turning on jsmin+ breaks my entire site as it's apparently using too much memory. I have to go into the database and turn off the module in order to get things back.

jisuo’s picture

How do I disable jmin+ checkbox in the database? I used drush to disable the module because it broke the whole site, but I want to use the module, just not jmin+.

NaX’s picture

You might find this patch useful.
http://drupal.org/node/484422#comment-3319034

websites-development.com’s picture

you should increase your memory limit. See here how
http://drupal.org/node/76156

derjochenmeyer’s picture

Status: Active » Closed (works as designed)

How do I disable jmin+ checkbox in the database?

Install Devel Module and goto /devel/variable look for the variable "javascript_aggregator_jsminplus" and delete it. Added uninstall support http://drupal.org/cvs?commit=434600

The memory issue is related to third party JSMin+.

Closing this issue.

mustanggb’s picture