Posted by The Webmaster Centre on September 27, 2009 at 2:22pm
Jump to:
| Project: | Pageroute |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | sepgil |
| Status: | closed (fixed) |
Issue Summary
This is weird; installing PageRoute makes my admin/build/modules and my admin/by-module pages inaccessible (just get a white screen).
It's not a memory issue - I have tried uninstalling PageRoute and installing several other modules and the site and the pages above work just fine. I have tested this several ways and it is only PageRoute that causes the problem. I've tried it with both 6.x-1.0-beta2 and the latest dev version (as at 16th Sept 2009) and both cause the same problem.
The weird thing is, I can access every other page of the site and PageRoute seems to be working fine (thus far) inasmuch as I can access the PageRoute config page.
Comments
#1
hm, pls try to remove the complete pageroute directory, then download beta2 and add in the whole directory.
#2
Fago, thanks - I already tried beta 2 - it was a fresh download and I did try unzipping and downloading it more than once but still with no luck
#3
I am getting this too on both beta2 and latest dev as of oct 18
#4
Are you using the latest version of drupal? Did try to deactivate other modules?
#5
@sgilits - Using latest version of Drupal (6.14 at time of writing) and yes, did try deactivating other modules - that's how I know it's PageRoute. Only by deactivating PageRoute does the problem go away.
#6
very strange... I tried it on a clean drupal installation and it worked. I've no idea what could cause the blank site. :-|
#7
I've fixed the problem: http://drupal.org/node/567684
#8
Brilliant - thanks Sebastian, that's done it! Thanks for your help!
#9
I still get WSOD on admin/by-module with pageroute-6.x-1.0-beta4, with this error:
PHP Fatal error: Class 'PageroutePage' not found in /drupal-6.14/sites/all/modules/pageroute/pageroute.page_add.inc on line 12
I removed the old pageroute directory before untarring the new version, checked admin/reports/status and visited+saved sites/all/modules.
Dave
#10
Could not reproduce the error, but this should help:
### Eclipse Workspace Patch 1.0
#P pageroute
Index: pageroute.page_add.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pageroute/pageroute.page_add.inc,v
retrieving revision 1.1.2.12
diff -u -r1.1.2.12 pageroute.page_add.inc
--- pageroute.page_add.inc 17 Oct 2009 11:49:19 -0000 1.1.2.12
+++ pageroute.page_add.inc 31 Oct 2009 09:36:34 -0000
@@ -6,6 +6,8 @@
* Page add type
*/
+include_once(drupal_get_path('module', 'pageroute') .'/pageroute.route.inc');
+
/**
* PageroutePageAdd displays a node adding form.
*/
#11
#12
@sgilits: yes, that fixes it, thanks.
Dave
#13
thx for testing. I commited the patch into the repository.
#14
Automatically closed -- issue fixed for 2 weeks with no activity.