0

My web host has PHP version 5.3.25 and I use codeigniter version 1.7.2, but when I try to load the web I just get a white screen. I've realised that in index.php in the root folder it can't load this syntax:

require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;

How do I got about fixing this?

Edd
  • 3,510
  • 3
  • 23
  • 33
Cha
  • 41
  • 2
  • 7
  • Check at your ftp whether the fodler names are with capital letters. Also you could download the latest version of CI - 2.1.4 http://ellislab.com/codeigniter – DeiForm Aug 19 '13 at 05:02
  • are php version 5.3.25 not compatible with CI 1.7.4 ? – Cha Aug 19 '13 at 05:06
  • If you don't have an application/website already constructed with Codeigniter 1.7.2, please download the latest version. The lack of errors is probably because you need to [enable error reporting](http://stackoverflow.com/questions/6127980/enabling-error-display-in-php-via-htaccess-only). – machineaddict Aug 19 '13 at 05:53
  • how to migration data from the current CI to the new CI. have I could remake all ? – Cha Aug 19 '13 at 06:55
  • It is compatible but why should you use old version with some bugs when you can use the latest. Here you can see manulas for upgrading to new versions: http://ellislab.com/codeigniter/user-guide/installation/upgrading.html – DeiForm Aug 19 '13 at 07:06
  • that my old project, but now I get error cause I change my host. thanks for advice. – Cha Aug 19 '13 at 07:24
  • I changed my CI to the latest, but the error still same. I just got white screen. any other suggest ? – Cha Aug 20 '13 at 04:40

0 Answers0