CodeIgniter project loads blank webpage

后端 未结 3 1192
没有蜡笔的小新
没有蜡笔的小新 2021-01-22 07:45

I have a codeigniter project that I have run successfully on Mac OS X Lion. When attempting to run the same project in ubuntu, requesting localhost/project results in a blank pa

3条回答
  •  长发绾君心
    2021-01-22 08:01

    Did you by any chance put any white space or new lines after ending PHP tag in some of your files? If so - delete them along with closing PHP tag.

    (P.S. In code igniter you should never close PHP tags in files which contain only PHP code - Controller, Model,...)

提交回复
热议问题