• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn fix lỗi trong css Invalid argument supplied for foreach() in [path]/admincp/css.php on line 451 vbb

Admin

Well-Known Member
Staff member
Administrator
Cách fix
mở file css.php tìm đến dòng 433

Replace

$template_cache = array();




with


$template_cache = array(
'template' => array(),
'css' => array(),
'stylevar' => array(),
'replacement' => array()
);


Xong
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top