Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easyphp and localhost problem


dragon5

Recommended Posts

Posted

I.m running easyphp great on one machine, but having trouble on another.

 

http://tom/catalog/admin works fine.

 

http://tom/catalog gives me this error in Mozilla:

 

1036 - Table 'whos_online' is read only

 

delete from whos_online where time_last_click < '1090689753'

 

[TEP STOP]

 

In IE I just get a blank page??

 

Thanks

d5

Posted

just an idea but try it neways if ya want

go to calalog/includes/functions then theres a file called 'whos_online' right click and if the read-only check box is checked uncheck it and that should be it.

Posted

This is a mysql eror that means the database username did not have rights to delete records from that table.

 

The db username came form configure.php.

 

You can change the permissions in phpMyADmin mysql table.

 

If your doing local developmnet you can just use root.

define('DB_SERVER_USERNAME', 'root');

Archived

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

×
×
  • Create New...