How to configure ipage php ini to work with laravel 3? -
i registered ipage web hosting , uploaded laravel 3 php web app , didn't work , said functions deprecated , downgraded php 5.2 replied via message :
" internal server error
the server encountered internal error or misconfiguration , unable complete request.
please contact server administrator, , inform them of time error occurred, , might have done may have caused error.
more information error may available in server error log.
"
http://codumanity.com/kalamakom-test/kalamakom/public/index.php
any ?
the problem run laravel 3 solved now, did following:
used php version 5.3 (not 5.2)
set
register_long_arrays
,register_globals
'off
' inphp.ini
file.
and started work.
Comments
Post a Comment