Hello, I just setup the script on leetbucket.com and rant he install. The admin page works fine, but the homepage is just white? What is wrong?
Thanks for the feedback. I'll look at renaming the local php.ini files in the release source so they're not loaded by default. The local php.ini files only apply to the current directory rather than all sub-directories anyway, so not ideal.joshwegener2784 said:The solution for me was to blow away php.ini that comes with the software. This is because you have to set ALL values in the php.ini, not just the ones you want to override. So I moved the 2 changes to my global php.ini and now it works. I had PDO class installed, but because of the php.ini that comes with the software was overriding my default php.ini and causing it not to load the pdo module.