CodeIgniter 500 Internal Server Error

前端 未结 11 802
忘掉有多难
忘掉有多难 2020-12-11 16:10

I downloaded a PHP script written using CodeIgniter. when I run it from the localhost, on going to the admin folder, it shows localhost again. Also when running from my web

11条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-11 16:38

    Just in case somebody else stumbles across this problem, I inherited an older CodeIgniter project and had a lot of trouble getting it to install.

    I wasted a ton of time trying to create a local installation of the site and tried everything. In the end, the solution was simple.

    The problem is that older CodeIgniter versions (like 1.7 and below), don't work with PHP 5.3. The solution is to switch to PHP 5.2 or something older.

提交回复
热议问题