CodeIgniter Forums
index.php went blank!!! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: index.php went blank!!! (/showthread.php?tid=11763)



index.php went blank!!! - El Forum - 09-22-2008

[eluser]patsm[/eluser]
I was working along in the admin section of my site, and all of a sudden, the main content of my site will no longer display!

On the index.php, view source shows

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
&lt;HTML {955246E3-6933-480d-B146-2462CE868767}="true"
{95F2CBFC-289F-4e9e-9972-50F36660DAEC}="0"
{55671E03-16F5-412c-97E7-648282E1183B}="true"
{F92F6ACC-5E50-4482-BC62-9D8DF61E5A32}="6"&gt;&lt;HEAD>
&lt;META http-equiv=Content-Type content="text/html; charset=windows-1252"&gt;&lt;/HEAD>
&lt;BODY&gt;&lt;/BODY>&lt;/HTML&gt;

My gosh... what did I do? Can someone tell me why nothing is showing on index.php and why this is in the source?

All my other views are there, such as header, index, sidebar, footer, etc. Nothing was changed on them!

Please help!!!!!!!!!!!!!!!!!!!!!!


index.php went blank!!! - El Forum - 09-22-2008

[eluser]David Cassidy[/eluser]
Can you provide us with a little more information? (For example: whether you are using Apache or IIS, whether or not you are using compression, and what specifically you were doing when this problem occured.) Additionally, be sure that you have errors turned on.


index.php went blank!!! - El Forum - 09-23-2008

[eluser]manilodisan[/eluser]
Looks like you're using some sort of caching there which stopped from working. Did you tried deleting the cached files?


index.php went blank!!! - El Forum - 09-23-2008

[eluser]patsm[/eluser]
Thanks for everyone's help. I couldn't figure it out so I just reuploaded an old copy and re-did all my files. What a pain! I still don't know what caused it. I cannot wait till I have a better handle on Codeigniter so I can more effectively figure out what is wrong with everything!