Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Blank page "Visit site"

I just installed vanilla forum, and I am able to open the dashboard. The problem is when I open the "Visit site page" I just get a blank page. I have follwed all the steps on vanillaforums troubleshooting guide: http://docs.vanillaforums.com/developer/troubleshooting/
I am running vanilla v2.2.1 on a ubuntu server v16.0.1. php v7.0.8
I have installed mbstring, but it's still not working. I am currently "powergoogeling" trying figuring this out.
Hopefully someone here's got a fix for this.

The error messages i get when chaning $Configuration['Debug'] = TRUE; in the logfile is:

    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.thememanager.php line 352
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.thememanager.php line 352
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.thememanager.php line 352
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.thememanager.php line 352
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.thememanager.php line 352
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Only variables should be passed by reference in /var/www/html/forum/vanilla/library/core/class.pluginmanager.php line 1048
    Notice  Declaration of UserModel::delete($UserID, $Options = Array) should be compatible with Gdn_Model::delete($Where = '', $Limit = false, $ResetData = false) in /var/www/html/forum/vanilla/applications/dashboard/models/class.usermodel.php line 14
    Notice  Declaration of UserModel::getID($ID, $DatasetType = DATASET_TYPE_OBJECT) should be compatible with Gdn_Model::getID($ID, $DatasetType = false, $Options = Array) in /var/www/html/forum/vanilla/applications/dashboard/models/class.usermodel.php line 14
    Notice  Declaration of RoleModel::save($FormPostValues) should be compatible with Gdn_Model::save($FormPostValues, $Settings = false) in /var/www/html/forum/vanilla/applications/dashboard/models/class.rolemodel.php line 0
    Notice  Declaration of RoleModel::delete($RoleID, $ReplacementRoleID) should be compatible with Gdn_Model::delete($Where = '', $Limit = false, $ResetData = false) in /var/www/html/forum/vanilla/applications/dashboard/models/class.rolemodel.php line 0
    Notice  Declaration of RoleModel::get() should be compatible with Gdn_Model::get($OrderFields = '', $OrderDirection = 'asc', $Limit = false, $PageNumber = false) in /var/www/html/forum/vanilla/applications/dashboard/models/class.rolemodel.php line 0
    Info    
    View: array (
      'view' => 'setup.master',
      'controller' => '',
      'folder' => 'dashboard',
    )
    Info    
    ViewLocation(): array (
      0 => '/var/www/html/forum/vanilla/themes/default/views/setup.master.tpl',
      1 => '/var/www/html/forum/vanilla/themes/default/views/setup.master.php',
      2 => '/var/www/html/forum/vanilla/applications/dashboard/views/setup.master.tpl',
      3 => '/var/www/html/forum/vanilla/applications/dashboard/views/setup.master.php',
    )
    Warning Master views differ. Controller: /var/www/html/forum/vanilla/applications/dashboard/views/setup.master, ViewLocation():

Comments

Sign In or Register to comment.