[eluser]pickupman[/eluser]
[quote author="jochemvn" date="1302365311"]I have the following problem. My website doesn't show any output on my live website. I develop local and it's no problem.
However when I upload it to my server I get a blank page. If I view the source in the browser... everything is there!!??!!? How is this possible??[/quote]
Are you saying you are able to see the proper html source in your browser in the live site? If so, I would look at Firebug(FF), or Web Developer Tools(Chrome) and see if you have some weird css rule hiding everything.
If you can see the proper html source only on the live site, and are using CI 2.0 (Reactor) try setting the ENVIRONMENT variable in index.php to 'testing', and see if you have some PHP errors. When you get no source in the browser, error reporting is probably set to off.
Sometimes the PHP errors come up when you have developed on a Windows machine were filename case doesn't matter, upload to a *nix environment which is case sensitive. Then proper file can not be loaded since it is looking for library.php instead of Library.php
Also check your server error logs.