Quote
Matonor wrote:
open the mysql table in phpmyadmin or a similar tool and truncate or repair the table. If you don't have access to phpmyadmin on your host, I can post you a query here.
<?php
if(dbquery("REPAIR TABLE ".DB_PREFIX."online"))
echo "OK";
?>
<?php
if(dbquery("TRUNCATE TABLE ".DB_PREFIX."online"))
echo "OK";
?>
Category Forum
Bugs and Errors - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions