MyBB Community Forums

Full Version: Did anyone get this problem?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to reinstall the upgrade.

I've deleted

regip from user table

posthash, thumbnail, thumbnailsm from attachments table

smallfont, smallfontsize, normalfont, normalfontsize, largefont, largefontsize, menubgcolor, menubgimage, menucolor, menuhoverbgcolor, menuhoverbgimage, menuhovercolor, panelbgcolor, panelbgimage, linkhover from theme table.

deleted all the themes and
remove $db->query("DELETE * FROM themes"); from upgrade1.php

reloaded the install folder to the server with the modified upgrade1.php

rerun upgrade.php and i get this error.
Am i missing something?


You deleted something that you weren't supposed to from the upgrade scripts.
I deleted the add and drop column queries in upgrade1. Didn't think it was going to cause a problem because the columns were created already. Got the board up now.
If the fields existed it's because you already upgraded which goes along with the other thread you started.