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

Trunkhorn’s picture

Two 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?

dave reid’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Yeah, 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.

Trunkhorn’s picture

Status: Postponed (maintainer needs more info) » Active

It'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?

rob70’s picture

I 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!

krabbe’s picture

Same to me, but I first get the following error in red:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?render=overlay&id=13&op=do StatusText: error ResponseText:

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

An error occurred while processing pathauto_bulk_update_batch_process with arguments : pathauto_bulk_update_batch_process

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...

bancarddata’s picture

Hello,

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

mikefyfer’s picture

Agreed, 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.

dave reid’s picture

Status: Active » Closed (duplicate)