Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fatal: PHP Version 5 or over is required!
#1
When I browse to the install directory, I get Fatal: PHP Version 5 or over is required!. I have PHP 5 installed. What is wrong and how do I fix?
#2
You sure you have PHP5 installed? Or, it could be the function php_version disabled.
Jonny H - THT Main Developer & Founder


#3
Yes. I definitely have PHP 5 installed. Is there anyway to bypass this if php_version is disabled?
I disabled and re-enabled PHP 5 and it is working now.
#4
Edit compiler.php, I forgot what lines it is but you should be able to pick it out.
Jonny H - THT Main Developer & Founder


#5
remove this to bypass if php_version() is disabled
PHP Code:
#Check PHP Version
$version explode("."phpversion());
if(
$version[0] < 5) {
    die(
"Fatal: PHP Version 5 or over is required!");

Nick - TheHostingTool Staff Coordinator

[Image: standard.png]



Forum Jump:


Users browsing this thread: 2 Guest(s)