Closed (duplicate)
Project:
Quotes
Version:
5.x-1.8
Component:
Upgrading
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2008 at 18:23 UTC
Updated:
7 Nov 2008 at 01:15 UTC
Duplicate column name 'more_text' query: ALTER TABLE quotes_blocks ADD COLUMN more_text VARCHAR(64) in /home/***/public_html/***/includes/database.mysql.inc on line 172.
Comments
Comment #1
nancydruIt sounds like you might have run the update twice. I think that, if everything else was okay, this can be ignored.
Comment #2
dsp1 commentedi experienced this too. on a local and production server. running twice does not solve the problem!
seems like your update is causing a memory over run. increasing the memory to 160M from 128M does not help.
here is the error I got.
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 209715200 bytes exhausted (tried to allocate 35 bytes) in /home/akai/public_html/includes/database.inc on line 193
Comment #3
dsp1 commentedseems like all the updates are made. so maybe the while command at the end of update 9 is causing the memory problem.
Comment #4
dsp1 commentedi guess my issue it a dup of http://drupal.org/node/323817
Comment #5
nancydru