CodeIgniter Forums
SVN Export results in blank pages - 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: SVN Export results in blank pages (/showthread.php?tid=38840)



SVN Export results in blank pages - El Forum - 02-21-2011

[eluser]John5788[/eluser]
Hello,

I am new to CodeIgniter and started a new project with it.

I have an SVN repository set up for CodeIgniter and I do an SVN export to push my code from SVN out to the apache2 vhost.

Every time I do this, my CodeIgniter project starts spitting blank pages. PHP is still working and I can type my own echo statements. Once I do a graceful restart of apache2, then CodeIgniter starts serving pages again.

Is there something wrong with my configuration? Where do I start to look for problems?