I've just installed pathauto, but when i select pathauto in admin page all i get is an empty blank page...

regards,

Comments

greggles’s picture

Status: Active » Postponed (maintainer needs more info)

There should be some errors in the apache log file. Can you look in that file to see what the error is?

thamas’s picture

New site, new install, blank page with error message:

Parse error: syntax error, unexpected $end in /web/eccego/eccego.hu/sites/all/modules/pathauto/pathauto_taxonomy.inc on line 115

greggles’s picture

Can you delete that file and replace it with a fresh copy? That's a pretty serious error and if it were true in the code in cvs there would be a lot of issues about it ;) So, I think this was probably a problem with the file getting corrupted in transfer.

thamas’s picture

I did and I got the pathauto settings page! Thanks!
(I think I 'd have never got the hang of it myself.)

greggles’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Great to hear.

cwittusen’s picture

When ever I enable pathauto and try to configure it I get an empty page as well; I tried to see if I could see the same error as above but I don't see anything in my web server logs in /var/log/httpd.

Additionally, what this does is that when I try to post any content, as soon as I hit submit I also get a blank page, the content get posted its just that I don't get anything when I hit submit.

/Chris

greggles’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

Hi wittusen - Just set old closed issues back to active if you have updated information on the topic. Then we keep things "threaded" in the best way. I don't always look at closed issues, but you can set the status back to active if you still experience the problem.

It's possible that the logs are going somewhere else. Are you sure that you are looking for logs in the right place?

I'd also suggest following the steps that got this working for fidoboy: namely, to delete the entire pathauto folder (make a backup first, of course) and then upload a brand new copy?

Also, make sure that you have the latest version of Token module installed as well.

level02’s picture

With Token 5.x-1.10 and Pathauto 5.x-2.1 I get the blank empty page and these php errors (no apache errors):

PHP Fatal error:  Cannot redeclare date_token_list() (previously declared in /Users/.../Sites/.../sites/all/modules/date/date/date.module:361) in /Users/.../Sites/.../sites/all/modules/token/token_cck.inc on line 226

But with the latest version of Token module 5.x-1.x-dev and Pathauto 5.x-2.1 everything is fine.

greggles’s picture

OK - so this only affects certain users of date module and token module...

In the short term, just delete all the code about date_token_values from the token_cck.inc

In the long term there is an issue for token which fixes this...

greggles’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
debslee’s picture

This happened to me and turned out to be a problem with Frequently Asked Questions. There is an issue on that project page.