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

Fatal Error in Gdn_Autoloader.RegisterMap();

fedorafedora New
edited March 2014 in Vanilla 2.0 - 2.8

Happened after i installed a fresh copy of the software.

The problem is in the line 386

The error occurred on or near:

/library/core/class.autoloa

der.php

382: $Options['MapIdentifier'] = $MapIdentifier;

383: $MapHash = md5($MapIdentifier);

384:

385: // Allow intrinsic ordering / layering of contexts by prefixing them with

a context number

386: $MapHash = 'context:'.GetValue($ContextType, array_flip(self::

$ContextOrder)).''.$Extension.''.$MapHash;

387:

388: if (!is_array(self::$Maps))

389: self::$Maps = array();

390:

Any idea?

Tagged:

Comments

  • Options

    what version of vanilla?

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

  • Options

    Sorry for not mentioning it.

    2.0.18.9

    host: ipage

  • Options
    peregrineperegrine MVP
    edited March 2014

    if you are installing new software I suggest you use. 2.0.18.10 and try again.

    http://vanillaforums.org/addon/vanilla-core-2.0.18.10


    if you are upgrading an old release - following the upgrade instructions

    if you get errors after doing either, repost complete error message.

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

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Wild guess says you are running php 5.4+.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options
    fedorafedora New
    edited March 2014

    PHP Version: 5.5.6,
    Operating System: Linux,
    Server Software: Apache/2

  • Options
    hgtonighthgtonight ∞ · New Moderator

    That looks to be a deprecation error introduced in PHP 5.4. Does turning off debug mode make it go away?

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    Hi, the php version is now set to 5.3 and the forum is loading fine for the moment.

    Thank you. :)

Sign In or Register to comment.