Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,800 resources
01
Days
03
Hours
31
Mins
50
Secs

Xenforo Assistance

Status
This thread has been locked.

BRUTALLY

Supreme
Feedback score
8
Posts
330
Reactions
154
Resources
0
Alright right now I cannot afford a systemadmin to help me with this issue but I was wondering if anyone would be able to tell me how to fix this issue.

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_Public());
$fc->run();

Thanks very much in advance.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Tripps

SysAdmin | Developer
Premium
Feedback score
19
Posts
784
Reactions
313
Resources
0
Alright right now I cannot afford a systemadmin to help me with this issue but I was wondering if anyone would be able to tell me how to fix this issue.

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_Public());
$fc->run();

Thanks very much in advance.
What is wrong exactly?
 

nick

Supreme
Feedback score
24
Posts
435
Reactions
386
Resources
0
I've never seen that before. Try contacting XenForo Support if you're license is still valid. If not ask someone well known or a moderator on XenForo Community
 

Tripps

SysAdmin | Developer
Premium
Feedback score
19
Posts
784
Reactions
313
Resources
0
Well I've added xenforo and apache2 and whenever I go to my domain it says that. Like try to visit cannoning.tech
Create a php info page:
Code:
<?php
phpinfo();
?>
 

fts

perpetually lit
Supreme
Feedback score
8
Posts
93
Reactions
71
Resources
0
Make sure LAMP is installed correctly.

The reason the page shows plain text php instead of loading it, is because your php isn't installed / working, as Tripps said. If you need help fixing it, feel free to pm me.
 

buildblox

Entrepreneur
Deactivated
Feedback score
16
Posts
471
Reactions
429
Resources
0
Alright right now I cannot afford a systemadmin to help me with this issue but I was wondering if anyone would be able to tell me how to fix this issue.

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_Public());
$fc->run();

Thanks very much in advance.

PHP isn't installed, and the web server is seeing the index.php file as text only.

What Linux distro are you using?
 

BRUTALLY

Supreme
Feedback score
8
Posts
330
Reactions
154
Resources
0
PHP isn't installed, and the web server is seeing the index.php file as text only.

What Linux distro are you using?
I have installed PHP and it is shown in the version but I am running Debian Wheezy 7.10
 

BRUTALLY

Supreme
Feedback score
8
Posts
330
Reactions
154
Resources
0
I know you said you can't afford a sysadmin, but if you're willing to shell around $5-$10, I can get this patched up for you.

Add me on Skype: live:areksds_1
No one found under that username. I will PM you my skype username.
 
Status
This thread has been locked.
Top