I need some help figuring out what happened to my site.
I uploaded the same exact files i’ve been using for a while now to the same server but when i browse the index page, i get a blank white screen.
Database didn’t change.
After I dug around a little I found this line in core.system.php;
Line 726 – $TMPL->run_template_engine($template_group, $template);
After this I can’t echo anything out. Both $template_group and $template are blank.
Any Ideas?