Current line: include_once('pageroute_pages.inc');
Results in errors stating the file cannot be opened due to directory error (can't find it basically)
Fix that I am using: include_once(drupal_get_path('module', 'pageroute') .'/pageroute_pages.inc');
Comments
Comment #1
fagohm, does include_once(./'pageroute_pages.inc'); work for you?
Comment #2
waffle182 commentedThis worked for me. Replace this:
include_once('pageroute_pages.inc');with:
Comment #3
fagothanks, fixed in 5.x-dev.
Comment #4
(not verified) commented