Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1146 - Table doesn't exist


Guest

Recommended Posts

Posted

I had my website up and running perfectly. Then I switched hosts. So I downloaded my sql database and ran it on my new host and uploaded all of the files. Now my homepage says:

"1146 - Table 'strictly_osc1.sessions' doesn't exist

 

select value from sessions where sesskey = 'c592a46ea6e118aab27db65f64b03372' and expiry > '1120965876'

 

[TEP STOP]"

Except every time I reload the page the two values (c592a46ea6e118aab27db65f64b03372 and 1120965876) change.

What do I need to do?

Posted

'strictly_osc1' is probably a different name on your new server - some also require a prefix - look in your webhosting control panel under MySQL

 

Matti

Posted
I had my website up and running perfectly. Then I switched hosts. So I downloaded my sql database and ran it on my new host and uploaded all of the files. Now my homepage says:

"1146 - Table 'strictly_osc1.sessions' doesn't exist

 

select value from sessions where sesskey = 'c592a46ea6e118aab27db65f64b03372' and expiry > '1120965876'

 

[TEP STOP]"

Except every time I reload the page the two values (c592a46ea6e118aab27db65f64b03372 and 1120965876) change.

What do I need to do?

 

Did you update your configure.php files to have the new database information such as database name perhaps?

Archived

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

×
×
  • Create New...