EllisLab text mark
Advanced Search
     
Blank page on the server
Posted: 14 November 2012 02:07 PM   [ Ignore ]
Joined: 2012-11-14
2 posts

Hello, I’m having the following problem:

When I uploaded my project from localhost to the server, and I access to http://www.myserver.com I get a blank page (no error, even with the active log)

After hours of testing, I see that if I upload the project to a folder type http://www.myserver.com/test works perfect! ... but I can not get it to work (or at least see the error) in the root address (http://www.myserver.com)

Any idea what could be the problem?
Any idea as view errors?

Thank you!

 
Posted: 14 November 2012 02:55 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2011-08-08
524 posts

very common problem.
find the error_log.
Where to find the error_log?
In the root folder of your site or CI.
Or in the CPanel.

 Signature 

Stick with it, practice it and have fun with it.

 
Posted: 14 November 2012 03:01 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Joined: 2012-11-14
2 posts

Thanks Solid9!..

After hours and hours, I found the problem (I really stupid) .. a “small” die(); at the beginning of the first view. Sorry and thank you for your time.