Closed (duplicate)
Project:
Quotes
Version:
5.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2008 at 11:08 UTC
Updated:
21 Oct 2008 at 16:38 UTC
Hi,
when running update.php after upgrading to 5.x-1.3, I'm getting:
An unrecoverable error has occured. You can find the error message below. It is advised to copy it to the clipboard for reference. Please continue to the update summary
Fatal error: Allowed memory size of 83886080 bytes exhausted (tried to allocate 1048576 bytes) in /var/www/drupal/sites/all/modules/quotes/quotes.install on line 404
...
The update process was aborted prematurely while running update #9 in quotes.module. All other errors have been logged. You may need to check the watchdog database table manually.
The following queries were executed
quotes module
Update #8
ALTER TABLE {quotes} CHANGE citation citation TEXT
ALTER TABLE {quotes_authors} DROP INDEX name
ALTER TABLE {quotes_authors} CHANGE name name TEXT
ALTER TABLE {quotes_authors} ADD INDEX name (name (255))
Greetings, -asb
Comments
Comment #1
Zen commentedComment #2
nancydruI suspect you mean 1.8.
Comment #3
nancydru#323817: runaway quotes_update_9