CoZmIn Posted July 15, 2015 Report Posted July 15, 2015 Salutare, am o mica problema la PM-uri.Primesc PM-ul, dau click pe casuta de la mesaje, iar cand dau click pe mesajul respectiv, imi da eroare la baza de date(driver error, If you are seeing this page, it means there was a problem communicating with our database. Sometimes this error is temporary and will go away when you refresh the page. Sometimes the error will need to be fixed by an administrator before the site will become accessible again. You can try to refresh the page by clicking here).De la ce poate sa fie problema?Multumesc frumos. redGame.ro
Moderators Courage Posted July 15, 2015 Moderators Report Posted July 15, 2015 Hmm, vezi din AdminCP > Support > Diagnostics > Database Checker dacă ai tabele corupte. 1
CoZmIn Posted July 15, 2015 Author Report Posted July 15, 2015 Toate tabelele sunt ok.Problema este ca, daca pun tema default cea de la IPBoard functioneaza. Deci, eu cred ca ar fi problema de la tema.Ai idee? redGame.ro
Moderators Courage Posted July 15, 2015 Moderators Report Posted July 15, 2015 ACP > Look & Feel > template tools > da-i recache la tema in cauza. 1
Moderators Courage Posted July 15, 2015 Moderators Report Posted July 15, 2015 Rezolvat, era problema din userInfoPane .Schimbat<php>$topics=ipsRegistry::DB()->buildAndFetch(array('select' => 'count(*) as count','from'=>'topics','where'=>'starter_id='.$author['author_id']));</php>cu<php>$topics=ipsRegistry::DB()->buildAndFetch(array('select'=>'count(*) as topics','from'=>'topics','where'=>"starter_id=".$author['member_id']));</php> 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now