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:

  1. used php version 5.3 (not 5.2)

  2. set register_long_arrays , register_globals 'off' in php.ini file.

and started work.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -