I got a slight problem:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of
[runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However,
future versions may not support this any longer. in C:\Alfred\Webb\Server\akelos_framework\lib\AkActionController.php on line 214
This error repeats about 20-30 times with different code lines. Anyone know how I can solve this? My webserver is setup @ c:\alfred\webb\server and the application resides in c:\alfred\webb\server too
Thanks in advance!
@milinmestry Make sure your php command uses the same php.ini as your web server php.ini, sometimes there might be different php installations on your machine.
You can check it out with
php -i | grep reference
1 to 7 of 7