Jump to content

Recommended Posts

Posted

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.

  • Moderators
Posted

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>

 

  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.