Welcome Guest, Not a member yet? Register   Sign In
only empty page after upload to server
#1

[eluser]jorre[/eluser]
Now I read 2 or 3 posts like this on the CI-forum but never found an answer to it...

I have a locally tested application and it works great.
Nothing too fancy, basic CI-functionality...

Now I uploaded my application to a (linux) hosting and it just shows me a blank page, no errors whatsoever.

I changed my baseURL correctly and adjusted my database settings the way they should be on my hosting... still, only a blank page with no errors is shown.

Any idea on what the problem is?
#2

[eluser]jorre[/eluser]
SOLVED!

Seems like somehow my database driver was automatically set to ISAMmysql, which does not exist...
Switching this to sql solved my problem.

Also, for people having this problem, the problem lies in you config.php file! Make sure you DISable logging, as I think the system just throws a blank page because it cannot write to your log directory when logs aren't disabled. Set your loglevel to 0 and re-check your database driver settings when having nothing but a blank page!

SOLVED!
#3

[eluser]PoWah[/eluser]
Yes, I recently had this issue too. Strange :/ I think this should be fixed.
#4

[eluser]stefanhapper[/eluser]
Same thing here: my system/log directory wasn't writable and this resulted in a blank page for every controller/view

I will send this to the bug report forum to see if this can be fixed or at least put in the "troubleshooting" section of the user guide




Theme © iAndrew 2016 - Forum software by © MyBB