Today I installed new versions of poormanscron (6.x-1.1) and Contact Forms (6.x-1.9). After uploading the new versions, I ran update.php as I always do after installing or updating modules. Update.php returned an "unrecoverable error":

An HTTP error 0 occurred. http://theajispace.com/./update.php?id=29&op=do

The error page reports:

warning: array_pop() [function.array-pop]: The argument should be an array in /var/www/vhosts/theajispace.com/httpdocs/update.php on line 314.
The update process was aborted prematurely while running update # in .module. All errors have been logged. You may need to check the watchdog database table manually.

The recent log entries reports:

array_pop() [function.array-pop]: The argument should be an array in /var/www/vhosts/theajispace.com/httpdocs/update.php on line 314.

The site seems to be working fine and the status page isn't nagging me about database updates, so I'm assuming that no updates were actually needed. I've run update.php before when no updates were needed, but this is the first time I've seen this error, so I don't know what's going on and if I need to be concerned about this.

Comments

a.bond’s picture

Priority: Normal » Critical

Now I've updated the Views module and ran update.php. The Views module had a DB update to do, but update.php still failed with a similar HTTP error 0 as above.

An HTTP error 0 occurred. http://theajispace.com/./update.php?id=32&op=do

On the error page, I get:

The update process was aborted prematurely while running update #6007 in views.module. All errors have been logged. You may need to check the watchdog database table manually.

Nothing was logged on ?q=admin/reports/dblog Checking the watchdog table manually shows no entries for update.php No errors recorded in server error logs.

a.bond’s picture

Status: Active » Closed (fixed)

Fixed it, there was a misconfiguration in my settings.php.

HanleyDesigns’s picture

May I ask what your misconfiguration was? I seem to be experiencing the same issue.
Thanks

Archnemysis’s picture

Component: update system » ajax system