Quote:
Originally Posted by The_Rayman
Hi Strannger05,
I tried to install it into my board, but when i upload the module in CMPS3.0 i get the message "Invalid Module Specified" ... also creating the module by hand give this error... any suggestions?
::additional info::
Had a small problem with the database, so reinstalled ibparcade. I removed all adv_portal_ibp* from the database, no errors on installation except the error above.
|
Problem is solved. Issue with the database after move to a new server.
Fixed it by entering this query in the SQL databse:
Code:
ALTER TABLE `adv_modules` CHANGE `modid` `modid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
The "adv_modules" is the table which needs modification
The "modid" is the field to be adjusted
Use above command if there are database errors like these:
Invalid SQL:
Code:
INSERT INTO field_name .... etc etc
MySQL Error : Duplicate entry '0' for key 1
Error Number : 1062
Be carefull... you're really "hacking" into the database!
Replace the table name and field according to your errors you receive.
This usually happens when a lock is on the field in teh database if I'm correct.
Also, a good link for database issues:
http://www.vbulletin.com/docs/html/
Cheers and thanks for the module!!!!