PHP errors

moosex10

New Member
Messages
7
Reaction score
0
Points
0
Hi am getting allsorts of script errors on my site http://moose.x10.mx/ please can someone help me fix them and i don't think anyone can add there websites too. :/

---------- Post added at 03:43 PM ---------- Previous post was at 02:58 PM ----------

this is my error

/admin/setting/save
http://moose.x10.mx/admin/setting
(2) in_array() expects parameter 2 to be array, null given Cacher.php line 121 3-4-12 11:42

FrontController->dispatch() # line 18, file: /home/moosex10/public_html/index.php
call_user_func_array(Array[2], Array[0]) # line 220, file: /home/moosex10/public_html/core/FrontController.php
Admin_SettingController->saveAction() # line 0, file: unknown
Model->updateByPk(Array[1], "1") # line 104, file: /home/moosex10/public_html/admin/controllers/SettingController.php
UserModel->update(Array[1], Object:Criteria) # line 241, file: /home/moosex10/public_html/core/Model.php
Cacher->clean("tag", Array[1]) # line 51, file: /home/moosex10/public_html/models/UserModel.php
in_array("user", null) # line 121, file: /home/moosex10/public_html/core/Cacher.php
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Does the software you are using have a site with a Forum or Support? That would be a better place to ask, since it looks like a bug in the code.
 

moosex10

New Member
Messages
7
Reaction score
0
Points
0
yeah but it's not active i got it from Softaculous

---------- Post added at 04:21 PM ---------- Previous post was at 04:15 PM ----------

can someone install the phpld for me ??
 
Last edited:

bulletcleaners25

New Member
Prime Account
Messages
19
Reaction score
1
Points
0
It tells you your error here

in_array() expects parameter 2 to be array, null given Cacher.php line 121

It would help if you posted some of the PHP especially line 121 of cacher.php
 
Top