phpbb forums

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
well, iWas trying to update them to php 2.0.11, and the whole thing went to hell. The forums need to be up immediately, even if it looks like it was all deleted:(

Basically, I get this error....and the main forums now show up but nothing is clickable:(

"Unable to get list of smilies from the DB
1146: Table 'forum2.smiles' doesn't exist

SELECT code, smile_url
FROM smiles
 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
now i am getting this error after I hosed the whole thing and started over :|

message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?
 

Injury

Lifer
Jul 19, 2004
13,066
2
81
What method did you use for the upgrade?

Did you remember to back up your DB before doing this? ;)

The easiest way to do the upgrade is to find the upgrade download... unzip the files from your version, upload them, and run the upgrade script (NOT THE INSTALL SCRIPT)... delete the install and contrib directories and you're done :) Perhaps if it is just coding errors it's not too late for this.

what MIGHT have happened is that you just put new files in place without running the upgrade script and they change the location of certain things... now the new files can't find the old paths.