White screen on admin modules and admin by-module pages

UnderDesign - September 27, 2009 - 14:22
Project:Pageroute
Version:6.x-1.x-dev
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:sgilits
Status:closed
Description

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.

#1

fago - September 30, 2009 - 13:55
Status:active» postponed (maintainer needs more info)

hm, pls try to remove the complete pageroute directory, then download beta2 and add in the whole directory.

#2

UnderDesign - September 30, 2009 - 21:53

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

dontgoquietly - October 23, 2009 - 05:47

I am getting this too on both beta2 and latest dev as of oct 18

#4

sgilits - October 25, 2009 - 12:08

Are you using the latest version of drupal? Did try to deactivate other modules?

#5

UnderDesign - October 25, 2009 - 19:33

@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

sgilits - October 25, 2009 - 23:13

very strange... I tried it on a clean drupal installation and it worked. I've no idea what could cause the blank site. :-|

#7

sgilits - October 29, 2009 - 12:13
Status:postponed (maintainer needs more info)» fixed

I've fixed the problem: http://drupal.org/node/567684

#8

UnderDesign - October 29, 2009 - 16:56

Brilliant - thanks Sebastian, that's done it! Thanks for your help!

#9

davej - October 30, 2009 - 13:12

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

sgilits - October 31, 2009 - 09:36

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

sgilits - October 31, 2009 - 09:37
Assigned to:Anonymous» sgilits
Status:fixed» needs review

#12

davej - November 2, 2009 - 17:18

@sgilits: yes, that fixes it, thanks.

Dave

#13

sgilits - November 7, 2009 - 13:33
Status:needs review» fixed

thx for testing. I commited the patch into the repository.

#14

System Message - November 21, 2009 - 13:40
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.