Quote:
Originally Posted by tnguy3n
Did you read the MySQL warning? your userpage table doesn't exist.
you can insert it manually if the installer doesn't create the table.
PHP Code:
CREATE TABLE userpage (
userid int(15) unsigned NOT NULL default '0',
pagedata text NOT NULL,
rating int(11) NOT NULL default '0',
dateline int(10) NOT NULL default '0',
username varchar(255) NOT NULL default '',
views int(10) NOT NULL default '0',
numvotes int(11) NOT NULL default '0',
votetotal int(11) NOT NULL default '0',
PRIMARY KEY (userid)
) TYPE=MyISAM
need to know a bit about mysql + php to run a website. 
|
Did that, now I get something about the userID?
Quote:
Database error in vBulletin 3.5.1: Invalid SQL: SELECT * FROM userpage WHERE userid=0; MySQL Error : Unknown column 'userid' in 'where clause' Error Number : 1054 Date : Thursday, November 17th 2005 @ 01:32:41 PM Script : http://charlie11acr.org/ Referrer : IP Address : 00.00.000.00 Username : Unregistered Classname : vb_database
|
Just need to get some help and then delete this plugin.