iGuest 3 Report post Posted December 30, 2004 hi all after running newsflash.sql through phpMyAdmin on phpnuke 7.5 my db was f*****...pls help...thx Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 30, 2004 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
iGuest 3 Report post Posted December 30, 2004 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
iGuest 3 Report post Posted December 30, 2004 ErrorSQL-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
iGuest 3 Report post Posted December 31, 2004 nope doesnt work.... Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 7, 2005 hey, check the table nuke_authors. is it really exist? Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 7, 2005 never mind i fixed it already....nazrin helped me... Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 7, 2005 never mind i fixed it already....nazrin helped me... so what do you have to say? :D Share this post Link to post Share on other sites