[support] pathauto install problems

Earl Miles merlin at logrus.com
Sun Jan 28 22:16:27 UTC 2007


marius schebella wrote:
> hi,
> wow, thats a quick reply, I think I have all the files. can you look at 
> the permission settings? maybe drupal can't find them...
> m.
> 
> ls -l /home/trafficnoise/public_html/drupal/modules/pathauto/
> 
> drwxr-sr-x   3 trafficn accountb     4096 Jan 21 00:45 .
> drwxr-xr-x  34 trafficn accountb     4096 Jan 28 22:11 ..
> -rw-r--r--   1 trafficn accountb     4991 Oct 11 23:26 API.txt
> -rw-r--r--   1 trafficn accountb     4776 Nov 12 18:25 CHANGELOG.txt
> -rw-r--r--   1 trafficn accountb     1022 Jan 17 18:02 INSTALL.txt
> -rw-r--r--   1 trafficn accountb    14940 Apr 23  2006 LICENSE.txt
> -rw-r--r--   1 trafficn accountb     1719 Nov 12 18:25 README.txt
> drwxr-sr-x   2 trafficn accountb     4096 Jan 21 00:45 contrib
> -rw-r--r--   1 trafficn accountb     5772 Jan 17 18:02 
> i18n-ascii.example.txt
> -rw-r--r--   1 trafficn accountb      354 Jan 21 00:45 pathauto.info
> -rw-r--r--   1 trafficn accountb      432 Jan 17 17:53 pathauto.install
> -rw-r--r--   1 trafficn accountb    25172 Jan 21 00:26 pathauto.module
> -rw-r--r--   1 trafficn accountb     2170 Oct 12 16:54 pathauto_menu.inc
> -rw-r--r--   1 trafficn accountb    12693 Jan 17 17:53 pathauto_node.inc
> -rw-r--r--   1 trafficn accountb     5451 Jan 17 17:53 pathauto_taxonomy.inc
> -rw-r--r--   1 trafficn accountb     6350 Nov 12 00:17 pathauto_user.inc

Aha, you're right, Drupal can't find them. This may be due to a change in PHP 
that happened along the way -- I had a similar problem in one of my modules. 
You should file an issue against pathauto, as this may be a bug.

You may be able to manually fix this by opening up pathauto.module in an 
editor, and searching on the phrase 'include' -- and try putting a './' . in 
front of the command. (this might be a little difficult if you don't know PHP 
at all, but what you're trying to accomplish is adding a ./ to the very 
beginning of the directory path that it uses).



More information about the support mailing list