I am trying to install Akelos latest version in Xampp latest version. and I get the following deprecated method errors,
Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\project\app\controllers\framework_setup_controller.php on line 229
I learned from the forums that I have to set up E_ALL to E_ALL & ~E_DEPRECATED. I tried doing in framework_setup_controller.php. And it did not change anything. I could not find other accurances as I am using it in windows machine and doing a search did not work well.
Any other suggestions are welcome.
Thanks, Abhi
CommentAuthorpogeybait4883
This is just a suggestion but try editing your php.ini and set the following option to 'On':