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

fago’s picture

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.

Patrick Nelson’s picture

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

dontgoquietly’s picture

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

sepgil’s picture

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

Patrick Nelson’s picture

@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.

sepgil’s picture

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

sepgil’s picture

Status: Postponed (maintainer needs more info) » Fixed

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

Patrick Nelson’s picture

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

davej’s picture

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

sepgil’s picture

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.
  */
sepgil’s picture

Assigned: Unassigned » sepgil
Status: Fixed » Needs review
davej’s picture

@sgilits: yes, that fixes it, thanks.

Dave

sepgil’s picture

Status: Needs review » Fixed

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

Status: Fixed » Closed (fixed)

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