
02-12-2014, 07:13 PM
|
|
|
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RichieBoy67
I think that is what I posted? lol i was scratching my head to see what I messed up.
I think the single class_core should fix it but it will not fix his memory error. only the depreciation warning he is seeing in the maintenance page.
--------------- Added 12 Feb 2014 at 20:11 ---------------
So the only change you made was upgrading to Vbulletin 4.2.2?
|
you had ; after
case E_STRICT;
case E_DEPRECATED;
should be
case E_STRICT:
case E_DEPRECATED:
|