Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/drupal7/sites/all/modules/simplehtmldom/simplehtmldom/simple_html_dom.php on line 582

It occurs when trying to go:

http://mysite/#overlay=admin/appearance/settings/myomegasubtheme

and the THEME DEVELOPER module is ON.

When THEME DEVELOPER is OFF --> No error.

Greetings

Comments

yeaha’s picture

thank you, setting off theme developer indeed resolves fatal error of maximum execution.
"Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in simplehtmldom/simplehtmldom/simple_html_dom.php on line 871"

Cellar Door’s picture

Project: Omega » simplehtmldom API
Version: 7.x-3.1 » 7.x-1.12

Is this an omega bug? The error seems to be coming from the simplehtmldom API module. Feel free to kick it back if you find something needing fixing in the Omega Theme.

Cheers,

treborn’s picture

Fixed by increasing the max_execution_time = 60 in your php.ini file

For those who may need to do this via htaccess


php_value max_execution_time 60

arnisraido’s picture

For me this appears with "Display page timer" on in Devel settings,
http://drupal.org/node/1600774#comment-7128362

jyg’s picture

I am using Developer, but not Theme Developer, and I see this problem. Note, this is on top of a Drupal 7.7 code base. I'm using a custom theme which might have originally been built on top of Omega.

fruitsalad’s picture

Yes same problem here. Running a local MAMP. Increaded the max execution time and max memory but still i cant reach the modules list as this error appears.

Fatal error: Maximum execution time of 30 seconds exceeded in /html/drupal-7.22/sites/all/modules/simplehtmldom/simplehtmldom/simple_html_dom.php on line 824

does anybody know how to disable this module?

i really need to get back to my modules list.

thank you all.

Konstantin Komelin’s picture

Issue summary: View changes
Status: Needs review » Fixed

Please try 7.x-2.x version with simplehtmldom 1.5 (as external library) and let me know if the issue is still actual.

Thanks,
Konstantin

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.