I get this error whenever I try to access the page created by with custompage module
Fatal error: Uncaught exception 'ReflectionException' with message 'Function mediatesting() does not exist' in C:\wamp\www\skyebankng-site\sites\all\modules\devel\devel_themer.module:378 Stack trace: #0 C:\wamp\www\skyebankng-site\sites\all\modules\devel\devel_themer.module(378): ReflectionFunction->__construct('mediatesting') #1 [internal function]: devel_themer_theme_twin('mediatesting', '', Object(stdClass), Array) #2 C:\wamp\www\skyebankng-site\sites\all\modules\devel\devel_themer.module(219): call_user_func_array('devel_themer_th...', Array) #3 [internal function]: devel_themer_catch_function('', Object(stdClass), Array) #4 C:\wamp\www\skyebankng-site\includes\theme.inc(617): call_user_func_array('devel_themer_ca...', Array) #5 C:\wamp\www\skyebankng-site\sites\all\modules\custompage\custompage.module(143): theme('mediatesting', '', Object(stdClass), Array) #6 [internal function]: custompage_delegate('mediatesting') #7 C:\wamp\www\skyebankng-site\includes\menu.inc(348): call_user_func_array('custompage_dele...', Arra in C:\wamp\www\skyebankng-site\sites\all\modules\devel\devel_themer.module on line 378
For example, I created a key and path called "mediatesting".
Any help will be much appreciated.
Comments
Comment #1
irakli commentedPlease try disabling Devel Themer module and try again.
Comment #2
drecute commentedThanks for the quick reply.
It worked fine after disabling the devel theme developer, but I need this module. Is there no way to find and fix what is causing the problem?
Comment #3
febbraro commentedThis looks like a problem with your theme and not with custompage. I'm assuming "mediatesting" is something of yours.