[eluser]damarev[/eluser]
Hi!
I've just installed ci (1.7.0) and codex (codex2_rc14.2) under xampp, and after I run installer.php (all went fine, no errors) i tried to load backend.php but get several notice and warning errors on filename plugins/image.php:
Message: Undefined property: Image::$params
Line Number: 38
Message: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object
Line Number: 38
Message: Undefined property: Image::$params
Line Number: 48
Message: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object
Line Number: 48
Message: Undefined property: Image::$config
Line Number: 48
and a fatal one:
Fatal error: Call to undefined method Image:etWrappers() in C:\xampp\htdocs\landingcreator\codex\application\libraries\codexforms.php on line 58
Please, Am I missing something? Any idea of what is wrong?