Recent content by joshwegener2784

  1. J

    Problem with install

    Remove the PHP.ini that comes with the software to fix that white blank screen. Then just adjust your upload limits in the .htaccess or the global php.ini
  2. J

    Blank White Page after install

    Here was my solution: http://forum.mfscripts.com/viewtopic.php?f=20&t=687&p=2516#p2516
  3. J

    Blank White Page after install

    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...
  4. J

    Blank White Page after install

    Says can't find class pdo....
  5. J

    Blank White Page after install

    Did some checking, it's dieing on this line db = Database::getDatabase();
  6. J

    Blank White Page after install

    I deleted the .htaccess, and the site still is just white... also check the log files, nothing....
  7. J

    Blank White Page after install

    Apache ModRewrite Support: Possible Error How do I check this? I do have root access, It's a VPS
  8. J

    Blank White Page after install

    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?