Upgraded 6.x-1.0 to 6.x-1.1 and admin area broken
cinemasaville - June 26, 2008 - 18:00
| Project: | Pathauto |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Just upgraded to the latest 6. version today, and admin and site area was rendered completely useless. You might want to run that code again. Had to downgrade. Just thought you should know. Thanks

#1
This bug report is not as helpful as it could be. What it lacks is:
A description of the problem
A clear title
An explanation of how you got to the problem area
Specific tips:
"The latest 6" might mean nothing to anybody a year from now in case this needs to be triaged further. I know you set the version but it helps for the text to indicate where the problem started.
"Rendered useless" in the contect of Drupal and in the context of browsers rendering has a specific meaning. Did you get a white screen of death? Perhaps you hit a PHP memory limit?
#2
Maybe it was just something with my system. I'll retest. Sorry for the confusion.
#3
Better title, but I agree with steamedpenguin, this bug report is pretty incomplete (and therefore quite difficult to respond to meaningfully).
#4
bah.
#5
After upgrade Pathauto from 6.x-1.0 to 6.x-1.1
On this path: /admin/build/path (Administer - Site Building - URL Aliases), when clicking 'Delete aliases' or 'Automated alias settings' tab, I got this error message:
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'pathauto_admin_settings' was given in /var/servers/drupal6/html/cms/includes/form.inc on line 358.
Downgrading to Pathauto 6.x-1.0 fixes the problem. So it's definitly a version 6.x-1.1 bug.
#6
Thanks for the update and the more detailed report, hongbo.
Did you run update.php? I believe that the menu changes require the menu cache to be cleared which will happen when you run update.php (which you should do because of a table change anyway).
If you were using some dev version that already had the pathauto table change and therefore can't run the update.php, then the other way to clear the menu cache is to visit admin/settings/performance and click the button to clear cache near the bottom of the page.
#7
Thanks for your tips greggles!
Yes the error has gone after running update.php (one of autopath table is droped).
#8
Good to hear. I've updated the release notes to include a mention of update.php
#9
Automatically closed -- issue fixed for two weeks with no activity.