Closed (duplicate)
Project:
Pathauto
Version:
7.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2011 at 21:20 UTC
Updated:
24 Jul 2011 at 01:34 UTC
Just received this message after I bulk updated 3000 term aliases. I first deleted the previous aliases for taxonomy and then ran the bulk update.
An error occurred while processing pathauto_bulk_update_batch_process with arguments : pathauto_bulk_update_batch_process
Comments
Comment #1
Trunkhorn commentedTwo more things about this, this message was shown is the green box with a green checkmark next to it on the bulk update page after the update.
There was no error logged into the database either, so I definitely can't figure out what this message means to me. Is it a bad or good thing?
Comment #2
dave reidYeah, we need to be able to know what the actual error was in order to help or pinpoint a specific bug. Maybe check your server's PHP error logs.
Comment #3
Trunkhorn commentedIt's actually not writing an error to the php error log for some reason.
Maybe this has something to do with the fact that it is a multilevel taxonomy tree that has many tags with the same name but in different locations, and since there isn't a termpath token for me to correctly pathauto this yet, maybe this error is telling me that for duplicate names it had to add 1 or 2, etc... to the end of them?
Comment #4
rob70 commentedI have this problem as well, no error log message either. I do not have a multilevel tax.
Edit, my drupal version is 6.2x though!
Comment #5
krabbe commentedSame to me, but I first get the following error in red:
And it tells me to go to the error page with a link to http://example.de/node/2#overlay=batch?id=13&op=finished . When I click I stay on admin/config/search/path/update_bulk with a green message telling me
I'm using pathauto 7.x-1.0-rc2 and just found out it only happens if I want to bulk update the catalog paths for Ubercart. The other types work fine. Maybe it's an Ubercart bug...
Comment #6
bancarddata commentedHello,
I am having a similar issue trying to update my ubercart catalog aliases. I am having the same results as krabbe's post #5. Looking in my Apache error log, I see this:
PHP Fatal error: Call to undefined function _pathauto_sql_concat() in /path/to/apache/drupal/sites/all/modules/ubercart/uc_catalog/uc_catalog.pathauto.inc on line 41, referer: http://www.example.com/batch?op=start&id=32
So, it would seem that the problem lies with ubercart... See post #2 at the following URL for a fix:
http://drupal.org/node/1179294
- BancardData
Comment #7
mikefyfer commentedAgreed, seems like an ubercart issue at this point.
patch at post #2 over at http://drupal.org/node/1179294 fixed it for me as well.
Comment #8
dave reidMarking as a duplicate of #1179294: Ajax Error using pathauto bulk update for Catalog paths then.