Closed (fixed)
Project:
XML sitemap
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2009 at 23:15 UTC
Updated:
17 Mar 2009 at 00:40 UTC
updating to latest dev from 6.x-1.x-dev (2009-Feb-08)
gives me this on the update page
An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference.
Please continue to the error page
An error occurred. http://mspinfo2.dev.aftersys.net/update.php?id=5&op=do { "status": true, "percentage": 0, "message": "\x3cbr/\x3e\x26nbsp" }<br /> <b>Fatal error</b>: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4980752 bytes) in <b>Unknown</b> on line <b>0</b><br />
im only upgrading xmlsitemap, no other modules upgraded or sql changes, it previously had a limit on 32mb, ive raised the memory limit to 64 and same error, im thinking it hits some loop that exhausts memory
any hints on updating to latest version without hitting that error?
thank you
Comments
Comment #1
abaddon commentedsome more info to this, sorry i posted in haste
drupal: ... http://...../update.php?id=5&op=do||1||Division by zero in .../sites/all/modules/xmlsitemap/xmlsitemap_term/xmlsitemap_term.install on line 409.
code there:
should i update to some intermediary version first?
Comment #2
avpadernoThe error is simply caused because the site doesn't have any vocabulary terms defined;
{term_data}is the database table containing all the vocabulary terms defined in a Drupal site.I will fix this after in the morning.
Thanks for your report.
Comment #3
avpadernoI changed the title because that applies to all the batch operations made to update the content of the modules database tables from Drupal core tables.
Comment #4
avpadernoI fixed the code in CVS.
Thanks again for pointing out this.
Comment #5
abaddon commentedthank you for fixing this and for working on this great piece of drupal :-)
your effort is appreciated from this side