Welcome Guest, Not a member yet? Register   Sign In
Loading Session Class Cause Blank Screen
#5

[eluser]Allie Syadiqin[/eluser]
[quote author="Irfan Cikoglu" date="1310160599"][quote author="Allie Syadiqin" date="1310160272"]Still blank screen. I don't think I have any PHP syntax errors or default controller problem as the same exact framework files works on another server. So this is a mystery for me. Any other idea?[/quote]
Can you zip&upload; your application controller/, views/, and config/ directory and pm me? Then i'll look at error and fix it.[/quote]

I have basically revert everything to use the default settings.

1) Controller - Welcome.php
2) View - welcome_message.php

In config, most are using the default settings apart from autoload.php and database.php. I have now pinpoint the problem to the database as my session library uses database to store the sessions. Now, if I change

Code:
$autoload['libraries'] = array();
to
Code:
$autoload['libraries'] = array('database');
I will have the blank screen again.

I tried logging to MySQL on the commandline and it seems that I can connect to it using the username and password in database.php. So I am still not sure what is the problem. Any other idea?


Messages In This Thread
Loading Session Class Cause Blank Screen - by El Forum - 07-08-2011, 10:08 AM
Loading Session Class Cause Blank Screen - by El Forum - 07-08-2011, 10:16 AM
Loading Session Class Cause Blank Screen - by El Forum - 07-08-2011, 10:24 AM
Loading Session Class Cause Blank Screen - by El Forum - 07-08-2011, 10:29 AM
Loading Session Class Cause Blank Screen - by El Forum - 07-08-2011, 10:40 AM
Loading Session Class Cause Blank Screen - by El Forum - 07-08-2011, 11:36 AM
Loading Session Class Cause Blank Screen - by El Forum - 07-08-2011, 01:06 PM
Loading Session Class Cause Blank Screen - by El Forum - 07-08-2011, 01:13 PM
Loading Session Class Cause Blank Screen - by El Forum - 07-08-2011, 01:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB