Hello, I installed a template via rocket launcher, it installed fine, asked me to delete the installation directory and i did that. I can access the administrator section just fine, but the front site shows up as blank. Any ideas why this is happening?
try looking into you public directory in your server for a blank index.html file. One mysteriously showed up in mine and caused the same problem. I deleted it and all was fine.
Ok so for those with the same problem, here is what I did, it was actually pretty straight forward:
I had display errors turned off, so the page was blank and no errors. I turned on display errors and, reloaded and it showed something about undefined blah blah curl_init().....blah.
So i checked and saw I had no curl support, so i went and downloaded it (on ubuntu it's "aptitude install php5-curl"), installed it and reloaded apache. And now it works fine.