Codeigniter Show Blank Page But No Error Message ~ Blog Indra El Firasy

Codeigniter Show Blank Page But No Error Message

codeigniter show blank page

Codeigniter Show Blank Page But No Error Message - For everyone that have something like that while using CodeIgniter and don't know how to solve them, here I have some solution may be can help you guys. But everyone may be have different solution for something like this based on library or configuration they.

Based on my experience, usually the blank page show while:
1. Deploy your source code to server
2. After cloning the source code folder
Here some tips from me if you meet the blank page after doing one of them.

1. Check your database.php file (location: application/config/database.php)
Blank page will show if something wrong at your database. If you get blank page, make sure this code at database.php file was uncomment.

$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;

2. If you used Grocery CRUD while develop some project using CodeIgniter, make sure every folder related with it such as folder path for upload images is copied properly.

For right now, I just have 2 tips for you that get blank page problems. May be someone else have another solution with another bugs. I wish not meet another bugs related to this.

Cheers!
Previous
Next Post »