Jump to content
xisto Community
Sign in to follow this  
iGuest

help i f***** up my db

Recommended Posts

Okay what errors do you get when you run the .sql file? As with my xperience with phpNuke it never backed up properly with the .sql file.Run the sql query file in phpMyAdmin and post error message you get here.

Share this post


Link to post
Share on other sites

ErrorSQL-query : ALTER TABLE `nuke_authors` ADD `radminNewsflashAdmin` TINYINT( 2 ) NOT NULL AFTER `radminency`MySQL said:#1054 - Unknown column 'radminency' in 'nuke_authors'

Share this post


Link to post
Share on other sites

Error
SQL-query :  

ALTER TABLE `nuke_authors` ADD `radminNewsflashAdmin` TINYINT( 2 ) NOT NULL AFTER `radminency`

MySQL said:

#1054 - Unknown column 'radminency' in 'nuke_authors'


Try this:

ALTER TABLE `nuke_authors` ADD `radminNewsflashAdmin` TINYINT( 2 ) NOT NULL AFTER `radminency`;

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.