
10-30-2007, 05:49 PM
|
 |
|
|
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by dartho
I've noticed an erro in my AdminCP for web templates:
Code:
Warning: unserialize() expects parameter 1 to be string, array given in /admincp/wt_wt.php on line 49
Warning: unserialize() expects parameter 1 to be string, array given in /admincp/wt_wt.php on line 50
it doesn't seem to affect functionality. Not sure what I could have done to cause it - any ideas?
Thanks
|
You must be using PHP5. This fix can help:
https://vborg.vbsupport.ru/showpost....&postcount=667
|