[Help] Xenforo 1.1.3

dukestar

Member
Nov 26, 2011
86
4
Sorry if this is in the wrong section but when i click on the admin panel button it takes me to .../admin.php but it comes up as a white page.

the admin.php code is:
Code:
<?php
 
$startTime = microtime(true);
$fileDir = dirname(__FILE__);
 
require($fileDir . '/library/XenForo/Autoloader.php');
XenForo_Autoloader::getInstance()->setupAutoloader($fileDir . '/library');
 
XenForo_Application::initialize($fileDir . '/library', $fileDir);
XenForo_Application::set('page_start_time', $startTime);
 
$fc = new XenForo_FrontController(new XenForo_Dependencies_Admin());
$fc->run();

Any ideas of why this is happening.
 

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
Maybe it's linking to the wrong place, I'm pretty sure xF is /admin/ - I may be wrong and on about another forum.

Also, I recommend doing what suggested.
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
no the admin panel is doman/admin.php

As stated, have you contacted the official xenforo forum regarding the issue
or are you using nulled? Using nulled may be causing the issue
 

Users who are viewing this thread

Top