Status warning message said to install new version of pathauto 5x1.1. Drupal version 5.1
I did but got these errors:
• warning: include_once(sites/all/modules/pathauto/contrib/pathauto_node_event.inc) [function.include-once]: failed to open stream: No such file or directory in /home/inmrccom/public_html/the-villages-info-center/sites/all/modules/pathauto/pathauto.module on line 11.
• warning: include_once() [function.include]: Failed opening 'sites/all/modules/pathauto/contrib/pathauto_node_event.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/inmrccom/public_html/the-villages-info-center/sites/all/modules/pathauto/pathauto.module on line 11.
• warning: include_once(sites/all/modules/pathauto/contrib/pathauto_node_i18n.inc) [function.include-once]: failed to open stream: No such file or directory in /home/inmrccom/public_html/the-villages-info-center/sites/all/modules/pathauto/pathauto.module on line 12.
• warning: include_once() [function.include]: Failed opening 'sites/all/modules/pathauto/contrib/pathauto_node_i18n.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/inmrccom/public_html/the-villages-info-center/sites/all/modules/pathauto/pathauto.module on line 12.
• warning: include_once(sites/all/modules/pathauto/contrib/pathauto_node_event.inc) [function.include-once]: failed to open stream: No such file or directory in /home/inmrccom/public_html/the-villages-info-center/sites/all/modules/pathauto/pathauto.module on line 11.
• warning: include_once() [function.include]: Failed opening 'sites/all/modules/pathauto/contrib/pathauto_node_event.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/inmrccom/public_html/the-villages-info-center/sites/all/modules/pathauto/pathauto.module on line 11.
• warning: include_once(sites/all/modules/pathauto/contrib/pathauto_node_i18n.inc) [function.include-once]: failed to open stream: No such file or directory in /home/inmrccom/public_html/the-villages-info-center/sites/all/modules/pathauto/pathauto.module on line 12.
• warning: include_once() [function.include]: Failed opening 'sites/all/modules/pathauto/contrib/pathauto_node_i18n.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/inmrccom/public_html/the-villages-info-center/sites/all/modules/pathauto/pathauto.module on line 12.
any ideas on how to truble shoot this?
Comments
Comment #1
gregglesWell, it could be a couple things...
First, do the files that it references exist? e.g. do you have a contrib folder that contains pathauto_node_event.inc?
Second, there was a patch in http://drupal.org/node/110674 which tried to make this work the "right" way. But it could be that you have some settings in your php/apache that make this not work for you.
For the short term you could go back to 1.0 but we will certainly want to find a solution for this.
Comment #2
gregglesduplicate of http://drupal.org/node/110674
Comment #3
ron_mahon commentedOk yesterday I downloaded the latest version of Pathauto, (The Version numbers are the same) installed it on my test system after using the uninstall feature.
The error message diapered and everything seems to work fine.
This left me wondering was uninstall really necessary?
So on the production system, I just installed the new version and it too worked fine.
Thanks Very much for you work on this.
Ron
PS I deleted the old version so I could not run a diff on it.
Comment #4
gregglesTo get a little clarity on this, can you please state definitively which version you were using and which version fixed the problem? "The Latest" could refer to at least 3 different versions of the module ;)
Thanks.
Comment #5
ron_mahon commentedI am sorry I deleted the broken version. If you have log of when versions were placed in the Drupal Modules directory. it would be on the same data as the post. Maybe one or two days before the post.
The version that works is
on the download file the name is "pathauto-5.x-1.1.tar" the same as the one it replaced?
Comment #6
gregglesOk, well that's the current code, so we're all set I think.