Welcome Guest, Not a member yet? Register   Sign In
CI is not working
#1

[eluser]MASS MASS[/eluser]
Freshly i installed apache, mysql, php and phpmyadmin

Everthing is working fine ........but CI is not why i dont know (When i dump in htdocs folder)


Any other configuration i have make...

Http:localhost/codeigniter/ (It showing blank page.........)

Please help me
#2

[eluser]gtech[/eluser]
after having a convo with someone yesterday on these forums, there problem was caused by the database code.. what you could do is ensure that database is not autoloaded and create a simple test controller that has a method echoing 'hello', at least that way you can narrow down if its a database problem or not.
#3

[eluser]MASS MASS[/eluser]
Exactly its a database problem......

Then how can i autoload the database......... any other way


Thanks........
#4

[eluser]gtech[/eluser]
its not the way you load it thats the issue.. however as there is not much to go on.. apart from you have a blank page you may have to search the forums and do a bit of fault diagnosis here are some links I found yesterday.

[url="http://ellislab.com/forums/viewthread/56059/P15/"]MYsql not included in php5 distribution prob[/url]
[url="http://ellislab.com/forums/viewthread/67528/#355294"]incorrect driver prob[/url]
[url="http://ellislab.com/forums/viewthread/75820/"]Mysql binding prob [/url]

you could try setting the log_threshold in your config file see if that gives you any clues, if not add some logging in the driver code your self (look in the database directory)
check your config/database.php are you using the right drivers?
does your version of php have sql compiled in?




Theme © iAndrew 2016 - Forum software by © MyBB