![]() |
They worrying thing is the thats the same version I'm using. I just looked at the vB install file and it had the equivelant line broken into
[sql] PRIMARY KEY (modid) ) [/sql] Try that and maby it'll work :) |
Quote:
Code:
CREATE TABLE modslog ( Code:
CREATE TABLE modslog ( |
[sql]
CREATE TABLE modslog ( modid int(10) auto_increment, name varchar(250), description varchar(250), authur varchar(250), version varchar(250), date int(10), PRIMARY KEY(modid) ) [/sql] maby a comma after date int(10) may help =-/ |
Quote:
|
Quote:
|
Quote:
|
I get this error when I try to add in the info of the hacks..
Code:
Database error in vBulletin 3.0.3: |
That error is due to a bad SQL query in the install text. In the SQL query, "author" is misspelled as "authur".
To fix this: In AdminCP, go to Execute SQL Query under Import & Maintenance. First execute this query to delete the incorrect table: DROP TABLE IF EXISTS modslog; Then execute this query to create a corrected table; CREATE TABLE modslog ( modid int(10) auto_increment, name varchar(250), description varchar(250), author varchar(250), version varchar(250), date int(10), PRIMARY KEY(modid)) |
Also, the instructions tell you to place the phrases under Control Panel Global. This is partially incorrect.
Place modslog_actions and modslog_name under Control Panel Global. Place modslog_moddeleted, modslog_modedited, and modslog_modadded under Control Panel Stop Message. |
There is another spelling error in modslog.php, where "author" is again misspelled "author". If you don't correct this, the author's name will not get added when you enter a new modification to the log.
|
All times are GMT. The time now is 04:33 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|