Hi,
I was overiding something , which didnt work. Then I replaced the original file and refreshed the site and I got this blank white page on the site just with this error on it.

how to recover from this?

Fatal error: Uncaught exception 'ReflectionException' with message 'Function phptemplate_menu_item() does not exist' in /home/inventi1/public_html/modules/devel-6.x-1.16/devel/devel_themer.module:378 Stack trace: #0 /home/inventi1/public_html/modules/devel-6.x-1.16/devel/devel_themer.module(378): ReflectionFunction->__construct('phptemplate_men...') #1 /home/inventi1/public_html/modules/devel-6.x-1.16/devel/devel_themer.module(219): devel_themer_theme_twin('menu_item', '<span id="thmr_...', '0', '', false, 'first') #2 /home/inventi1/public_html/includes/theme.inc(617): devel_themer_catch_function('devel_themer_th...', Array) #3 /home/inventi1/public_html/includes/menu.inc(756): theme() #4 /home/inventi1/public_html/includes/menu.inc(717): menu_tree_output('<span id="thmr_...', '0', '', false, 'first') #5 /home/inventi1/public_html/modules/menu/menu.module(286): menu_tree() #6 /home/inventi1/public_html/includes/module.inc(450): menu_block('devel_themer_ca...', Array) #7 /home/inventi1/public_html/modules/block/block.modul in /home/inventi1/public_html/modules/devel-6.x-1.16/devel/devel_themer.module on line 378

Comments

neeshpal’s picture

I turned off devel_themer through database . The error is gone but the site is a whole blank white page. nothinh on the site. help!

neeshpal’s picture

Its up.
I switched off devel module by
UPDATE `system` SET `status`=0 WHERE `filename` LIKE "%devel%" AND `status`=1

and then cleared cache by

DELETE from cache

Thanks.

spudette77’s picture

I have had the exact same problem!! I have deleted the developer module and droped it from the database - I am only a new user... is this correct? Now however, I get a blank white page coming up!!!! How do I clear the cache... or what do I need to do next to get the site up again? PLEASE if someone could help that would be REALLY appreciated!

xpucto’s picture

neeshpal's suggestion worked for me. I was messing with theme_links() in template.php and got Fatar Error in Developer Module. Disabling the modules first gave a blank page. However, after clearing the cache the website loaded as usuall.