vote up 0 vote down star

Hi, I've just moved a site across to a production server, and a once working CI installation, now returns a blank screen.

I believe it is due to whitespace, but how are you supposed to find something like that?!!!

Hope someone can help. Thanks in advance. Tom

flag

2 Answers

vote up 2 vote down check

Things to check:

  • Inside config.php, make sure your $config['base_url'] is set properly
  • Were you able to copy your .htaccess as well?
  • Do you have the same PHP versions in both machines? If your answer is yes, i'll ask you again: Are you sure?
  • What is the value of your $db['default']['hostname']?
  • Do you have the same database setup in your local and production server? There could be differences with the hostname, username, password and database name

Other things you can do:

  • Set $db['default']['db_debug'] to TRUE
  • Deploy a fresh CodeIgniter installation in your production server and check if you can see something
  • If you still see a blank page, deploy a single PHP file with text in it and tell us what you see
link|flag
turns out that the server is running PHP 4 instead of 5. Hopefully the hosting company will update it for me tomorrow. Thanks for replying. – Tisch Aug 11 at 20:12
vote up 0 vote down

Have you edited your config files in system/application/config/, most prominently database.php and config.php.

link|flag
yeah. thanks for that... i believe it to be something more than a simple error. – Tisch Aug 11 at 19:10
Do you have error_reporting enabled for the server? – Residuum Aug 11 at 19:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.