Quote:
Originally Posted by DJDarknez
HELP
"An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'djd_forums.vb3user' doesn't exist"
"Unable to add cookies, header already sent.
File: /home/djd/public_html/forums/includes/functions_showthread.php
Line: 762"
http://forums.djdarknez.net
any of the treads. none of them are viewable.
edit:
i re-uploaded my functions_showthread.php file, so at the very least the threads are viewable. But how to fix?
|
You need to edit the SQL query to point to your user table.
In this case it should be:
Code:
ALTER TABLE .vb3user ADD mood varchar(15) NOT NULL