dragon5 Posted July 24, 2004 Posted July 24, 2004 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
tunnelvision Posted July 24, 2004 Posted July 24, 2004 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.
dragon5 Posted July 24, 2004 Author Posted July 24, 2004 Thanks Tom, but I already tried that one?? d5
dragon5 Posted July 24, 2004 Author Posted July 24, 2004 Everytime I reload the page, 'last click < 1090691040' increments by one digit . d5
user99999999 Posted July 24, 2004 Posted July 24, 2004 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');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.