
12-09-2011, 08:51 PM
|
 |
Senior Member
|
|
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by OldSchoolDSL
Fatal error: Cannot use string offset as an array in /forums/forum.php(643) : eval()'d code on line 32
Line 32 is
Everything around it is
PHP Code:
// get special data templates from the datastore
$specialtemplates = array(
'userstats',
'birthdaycache',
'maxloggedin',
'iconcache',
'eventcache',
'mailqueue',
'activeblocks',
);
|
Just FYI the code in question is line 643 of forum.php, not line 32. Line 32 is the line of the plugin but if you have multiple plugins on the same hook it would be hard to know for sure the real line.
|