Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Admin


fatshoesday

Recommended Posts

Posted

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

Posted

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.

Posted

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?

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...