Pagina 1 din 1

Problema Thanks post

Scris: 14-Ian-2012, 17:30:49
de p0w3r
Daca dau thanks sau removethanks imi scrie in colt

Cod: Selectaţi tot

[phpBB Debug] PHP Warning: in file [ROOT]/includes/db/dbal.php on line 223: Illegal offset type in isset or empty
La linia 223 este

Cod: Selectaţi tot

return (isset($row[$field])) ? $row[$field] : false;
EDIT : Thanksu su RemoveThanksu se pune .. da arata urat scriind acea erroare.

Re: Problema Thanks post

Scris: 14-Ian-2012, 19:00:14
de Ivan Petre Paul
Deschide fişierul includes/functions_thanks.php şi caută:

Cod: Selectaţi tot

    $allow_thanks_pm = (int) $db->sql_fetchfield($result);
înlocuieşte cu

Cod: Selectaţi tot

    $allow_thanks_pm = (int) $db->sql_fetchfield('user_allow_thanks_pm');
caută:

Cod: Selectaţi tot

        $allow_thanks_email = (int) $db->sql_fetchfield($result);
înlocuieşte cu

Cod: Selectaţi tot

        $allow_thanks_email = (int) $db->sql_fetchfield('user_allow_thanks_email'); 

Re: Problema Thanks post

Scris: 15-Ian-2012, 09:21:14
de p0w3r
Merge.

Multumesc