[eluser]AntonioJCanto[/eluser]
Hello, this is my very first day "playing" with CJAX and I am having a lot of troubles. I have solved most of them, but now, I am trying to pass the installation test and it breaks at "view2". It gives me this error multiple times. How can I fix it?
I already changed to
Code:
call_user_func(array($class,'autoload'));
This is what I get in the second step:
Code:
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant JSON_FORCE_OBJECT - assumed 'JSON_FORCE_OBJECT'
Filename: classes/core.class.php
Line Number: 746
A PHP Error was encountered
Severity: Warning
Message: json_encode() expects exactly 1 parameter, 2 given
Filename: classes/core.class.php
Line Number: 746