I get white screen when enabling TD dev. PHP 5.2.4.
Error Message:
Warning: Wrong parameter count for debug_backtrace() in devel_themer_catch_function() (line 199 of /var/www/vhosts/mysite/subdomains/xxx/httpdocs/sites/all/modules/devel_themer/devel_themer.module).
Happens with both stable and dev versions of devel.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1164508-devel_themer_debug_backgrace-4.patch | 1.03 KB | emarchak |
Comments
Comment #1
rjunction commentedSorry. I see php 5.2.5 is the minimum d7 requirement. Removing the TRUE parameter seems to work. Looking into updating my php.
from http://drupal.org/node/943816
Comment #2
kenneth.venken commentedComment #3
mshepherd commentedFor anyone else stuck with PHP 5.2.4 with no easy way to upgrade for the moment, I got devel_themer working at the suggestion of the post above. In devel_themer.module, change:
to
and
to
Current Drupal 7 requirements suggest that it should run with PHP 5.2.4, as at http://drupal.org/requirements#php :
Comment #4
emarchak commentedRolled a patch with these edits to include in drush make files.
Comment #5
Anonymous (not verified) commentedI have php 5.9 installed but i still have problem with my site white page is load and sites crashed
My admin site is still working with devel themer on and working