Guest Posted December 13, 2009 Posted December 13, 2009 When I click on customers in the admin area, I get the following error: 1146 - Table 'eroticme_osc.address_book' doesn't exist select count(*) as total from customers c left join address_book a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id Upon logging into phpmyadmin, I do not see this table entry. I don't know how to insert it with the proper table structure. Can anyone help?
MrPhil Posted December 13, 2009 Posted December 13, 2009 Can you cut and paste (from phpMyAdmin) a list of all the tables you do have? If you're only missing that one table, it's easy to show you how to fix it, but if you're missing a bunch of tables, something's gone very wrong... Also, exactly what version of osC are you running? And how long have you been up and running -- was there ever stuff in the address book? If there was, there could be problems from an empty address book table. Tables just aren't supposed to disappear into thin air.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.