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

Well I was gone for 2 days and when I returned I see...

This:

  • @author Todd Burry * @author Tim Gunter * @copyright 2003 Vanilla Forums, Inc * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 * @package Garden * @since 2.0 */ define('APPLICATION', 'Vanilla'); define('APPLICATION_VERSION', '2.1.9'); // Report and track all errors. error_reporting(E_ERROR | E_PARSE | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERROR); ini_set('display_errors', 0); ini_set('track_errors', 1); ob_start(); // Define the constants we need to get going. define('DS', '/'); define('PATH_ROOT', getcwd()); // Include the bootstrap to configure the framework. require_once(PATH_ROOT.'/bootstrap.php'); // Create and configure the dispatcher. $Dispatcher = Gdn::Dispatcher(); $EnabledApplications = Gdn::ApplicationManager()->EnabledApplicationFolders(); $Dispatcher->EnabledApplicationFolders($EnabledApplications); $Dispatcher->PassProperty('EnabledApplications', $EnabledApplications); // Process the request. $Dispatcher->Start(); $Dispatcher->Dispatch();

What the hell is that? Everything was fine in the last 2 years, I have some addons from the beggining (tags and private message system) but nothing special. I have active community and large database. Well this message appear everywhere, even in dashboard. I have nothing more than this - just text of message and blank page. This thing has broken my holidays! Please, make it dissapear :/ Im not specialist, just a person who wish to have his own community around favourite games.

Comments

  • Options
    LincLinc Detroit Admin

    This looks like PHP has stopped running on your server.

Sign In or Register to comment.