我的网络主机有 PHP 版本 5.3.25,我使用 codeigniter 版本 1.7.2,但是当我尝试加载网络时,我只是得到一个白屏。我已经意识到在根文件夹的 index.php 中它不能加载这个语法:
require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;
我该如何解决这个问题?
我的网络主机有 PHP 版本 5.3.25,我使用 codeigniter 版本 1.7.2,但是当我尝试加载网络时,我只是得到一个白屏。我已经意识到在根文件夹的 index.php 中它不能加载这个语法:
require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;
我该如何解决这个问题?