fatshoesday Posted October 23, 2009 Posted October 23, 2009 I am trying to access my admin site and I keep getting this 1146 - Table 'fatshoes.administrators' doesn't exist select id from administrators limit 1 [TEP STOP] Anybody tell me what it is and how to correct? Thanks
web-project Posted October 23, 2009 Posted October 23, 2009 as you have upgraded your existing oscommerce to the latest version, you need to add the administrators table to your mysql database. Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
fatshoesday Posted October 23, 2009 Author Posted October 23, 2009 as you have upgraded your existing oscommerce to the latest version, you need to add the administrators table to your mysql database. Thanks, How do I do that?
web-project Posted October 25, 2009 Posted October 25, 2009 Thanks, How do I do that? have you got the phpmyadmin utility in webhost control panel? you need to run the following in SQL query. CREATE TABLE `administrators` ( `id` int(11) NOT NULL auto_increment, `user_name` varchar(32) character set latin1 collate latin1_bin NOT NULL, `user_password` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.