- Code: Select all
Fatal error: Trying to clone an uncloneable object of class ReflectionClass in /*****/*****/*****/vcddb/classes/external/ajason/AjaxBase.php on line 113
What does that mean, and how do i fix it?
EDIT: I managed to fix it myself by adding:
- Code: Select all
ini_set('zend.ze1_compatibility_mode', 0);
..at the top of /setup/index.php.
Now i got another error:
Ajax error:
Unknown response from server.
..in/under "Populate data".
Is there a quick fix for this?
EDIT2: I managed to fix that to but deleting the line "159" in /classes/external/ajason/AjaxServer.php.
- Code: Select all
header( 'Content-Type', 'application/json' )
The installation went fine, without any errors or problems. *i removed the setup folder*
BUT... all pages is "blank".
Any suggestions?
