CodeIgniter Forums
Live version: site goes blank - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Live version: site goes blank (/showthread.php?tid=26235)



Live version: site goes blank - El Forum - 01-09-2010

[eluser]Fabdrol[/eluser]
Hi folks,

Just uploaded a completed project, to:
Code:
http://www.daltonlemmer.nl/web/

Only thing is, live, it doesn't output anything. No 500 headers either (or 404 for that matter) (checked with httpfox)

I'm not using any .htaccess files, (no mod_rewrite), and I tried different settings for the url fetching method (tried AUTO, PATH_INFO, etc)

Has anyone ever experienced this? It seems to go wrong somewhere around codeigniter.php, I didn't change anything but the DB and Config files...

Thanks for helping!
Fabian


Live version: site goes blank - El Forum - 01-09-2010

[eluser]Fabdrol[/eluser]
It all goes wrong starting at line #83 in CodeIgniter.php:
Code:
$EXT =& load_class('Hooks');



Live version: site goes blank - El Forum - 01-09-2010

[eluser]Fabdrol[/eluser]
And then, out of nowhere, it works...
I don't get this... it looks like magic..

maybe it has something to do with uploading or stuff, I was looking into the files when they got back online! :S


Live version: site goes blank - El Forum - 01-09-2010

[eluser]richfearless[/eluser]
Upload a test.php file with phpinfo(); and see if that page goes offline.. if thats the case, it will be your server that is acting up..


Live version: site goes blank - El Forum - 01-09-2010

[eluser]Fabdrol[/eluser]
Tried that, no problems.
Somehow everything works again. I think it had something to do with the uploading. Maybe my FTP client corrupted some files.
When I started to add "echo's" to CodeIgniter.php somewhere in between the site worked again..

Though, never really experienced such behaviour from Cyberduck, but did have some problems with it in the past (pre-CI era)