[support] pathauto install problems

marius schebella marius.schebella at gmail.com
Fri Feb 2 02:13:53 UTC 2007


oops, have to correct myself. hardcoding did NOT work. no more warnings, 
but pathauto did not work yet. so I changed 6 lines in pathauto.module to:
include_once('pathauto_menu.inc');
include_once('pathauto_node.inc');
include_once('pathauto_taxonomy.inc');
include_once('pathauto_user.inc');
include_once('contrib/pathauto_node_event.inc');
include_once('contrib/pathauto_node_i18n.inc');
and now it works.
marius.

marius schebella wrote:
> hi greg,
> thank you for your answer, the -dev version did not solve my problem, 
> but I hardcoded the variable $pathauto_path to the directory where 
> pathauto is located on my server and got rid of the warnings.
> so I will keep track on further development, thanks for your work, anyway!
> marius.
> 
> Greg Knaddison - GVS wrote:
>> On 1/28/07, Earl Miles <merlin at logrus.com> wrote:
>>> 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.
>>
>> We've got an issue (and an applied patch for 5.x-dev) already:
>> http://drupal.org/node/110674 so no need for a new issue.
>>
>> It seems to be related to open_basedir somehow, though I don't really
>> know much about that.
>>
>> Marius - if you download the -dev tarball it should be fixed.  Or you
>> can apply that patch to your installation.  I hope one of these ideas
>> can fix your problem.
>>
>> Thanks for the quick responses, Earl - especially to a bug I
>> introduced to the module ;)
>>
>> Regards,
>> Greg
> 
> 



More information about the support mailing list