My site is displaying some kind of message in every page INSERT command denied to user 'db13131'@'7.08.18.104' for table 'urls' INSERT INTO `urls` SET uid='', url='http://mysite.com', time='1292275555' or INSERT command denied to user 'db13131'@'7.08.18.104' for table 'clicks' INSERT INTO `clicks` SET urlid='3299', fromm='http://mysite.com/links.html', ip='mine', time='1292276172' What kind of error is this?? And how to fix it!!
have you assigned the CREATE permissions to the database user? you should select ALL in your cpanel under mysql section.
doesnt matter. use phpmyadmin and see what permissions are assisgned for the user db13131 to that particular database. if you can edit, be sure you tick insert. since you are getting "INSERT command denied to user" its defiitely got to do with the database access permissions given to the user.
Definitely this is permission issue. When you assign user to database, you might have missed to select that option.
I got it figured out, my limit was 150 mb, it exceeded that limit, so had to upgrade!! thanks for your suggestions guys!!
try to reinstall you pages also cheek your mysql and other related database system you are using.otherwise you can make search on google for more result.