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.

Upgrade - PHP Fatal error: Undefined class constant 'TYPE_GUEST'

Hi, getting this error when trying to run /utility/update

PHP Fatal error: Undefined class constant 'TYPE_GUEST' in /public_html/forum/applications/dashboard/settings/structure.php on line 36

Any idea what causes this?

Comments

  • peregrineperegrine MVP
    edited November 2015

    what version of php are you using?

    you might also reload files.

    the constant should be set in rolemodel.php

    but perhaps there is a problem with RoleModel::TYPE_GUEST and your version of php.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Using PHP 5.4.16, I'm trying a fresh install now to see if it fixes things

  • Worked with a completely new install and upgrade to php 5.6

  • class constants I believe were introduced in php 5.5.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.