Hi all...
I've just installed Drupal 4.7.3 on my local machine (SuSE Linux 10.1, Apache 2.2, MySQL 5.0.18, PHP 5 [PHP memory set to 64MB]), and I've added on the following modules:
cck; contemplate; image; imagefield; pathauto; similar; simplenews
I've created a bunch of CCK content types ("journal issue," "journal article," "author," etc.), all of which work fine. I enable the path module and that works fine too. I can manually change the path of any node I create.
But a problem arises when I enable the pathauto module. Even if I leave all the settings at their default values and simply change some of the paths (e.g. all journal articles => articles/[nid]), I get a blank screen when I submit the configuration changes. If I navigate back to the admin menu, the site pops back up. But if I try to submit any new content, same deal. Blank screen.
The content gets created, but it doesn't appear in the log (as it normally does). And pathauto does not generate the new path according to the settings I've entered (though those settings do get saved). I've tried copying the content_pathauto.inc file from the cck directory into the pathauto directory. Still doesn't work.
Just wondering if anyone might be able to point me to possible solutions... I really don't know what the problem could be.
Thanks in advance.