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

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

It sounds like you might have run the update twice. I think that, if everything else was okay, this can be ignored.

dsp1’s picture

Priority: Normal » Critical

i 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

dsp1’s picture

seems like all the updates are made. so maybe the while command at the end of update 9 is causing the memory problem.

dsp1’s picture

Priority: Critical » Normal

i guess my issue it a dup of http://drupal.org/node/323817

nancydru’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)