implode()

Status
Not open for further replies.

Eibwen

New Member
Messages
8
Reaction score
0
Points
0
Warning: implode() [function.implode]: Bad arguments. in /admincp/css.php on line 103
By the way, I 'm currently using intermediate PHP version.
Is improve() only for advanced? If, so, I might sumbit advanced.
Or was it the error?
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
That error from css.php is not caused by any of the versions of PHP. It is something within vB that is causing it.

The line causing the problem:
PHP:
$style = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "style WHERE styleid =" . $vbulletin->GPC['dostyleid']);
$templateids = implode(',', unserialize($style['templatelist']));
 
Last edited:
Status
Not open for further replies.
Top