- Joined
- Jan 19, 2024
- Messages
- 16
- Points
- 1
Reputation:
so i tried the 2.0.13 and still the same issue. but the php version is different.
PHP:
<?php
$phpVersion = phpversion();
if (version_compare($phpVersion, '5.4.0', '<'))
{
die("PHP 5.4.0 or newer is required. $phpVersion does not meet this requirement. Please ask your host to upgrade PHP.");
}
$rootDir = realpath(__DIR__ . '/..');
chdir($rootDir);
require($rootDir . '/src/XF.php');
XF::start($rootDir);
XF::runApp('XF\Install\App');
- Joined
- Jan 21, 2022
- Messages
- 805
- Points
- 153
Reputation:
- By Splicho
so i tried the 2.0.13 and still the same issue. but the php version is different.
PHP:<?php $phpVersion = phpversion(); if (version_compare($phpVersion, '5.4.0', '<')) { die("PHP 5.4.0 or newer is required. $phpVersion does not meet this requirement. Please ask your host to upgrade PHP."); } $rootDir = realpath(__DIR__ . '/..'); chdir($rootDir); require($rootDir . '/src/XF.php'); XF::start($rootDir); XF::runApp('XF\Install\App');
PHP:
$phpVersion = phpversion();
if (version_compare($phpVersion, '5.4.0', '<'))
{
die("PHP 5.4.0 or newer is required. $phpVersion does not meet this requirement. Please ask your host to upgrade PHP.");
}
from the file and run the install again?
↑View previous replies…
BattleKingThat’s what I am saying the whole time….
He uses own home host with Linux on it
BattleKingin the past i never had this issue.
javatechOr you install keyhelp, a good web control panel for Linux that I use too, and it’s for free.
MySQL, php, Apache etc comes with it.
javatechConsider using nginx in conjunction with php-fpm instead of apache. I've encountered a similar issue before, and it's possible that apache might not be handling PHP efficiently in your case
javatechso i used the keyhelp software and it works. Xenforo works flawlessly. Thank you and like to thank everyone else for your alls help. Much appreciated. Now im having skin issue lol. Never ends
- Joined
- Jan 19, 2024
- Messages
- 16
- Points
- 1
Reputation:
BattleKing
Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
- Joined
- May 24, 2020
- Messages
- 3,529
- Points
- 523
Reputation:
- By BattleKing
javatechSo you get just the source code of that page if you visit it in a browser. Sounds like PHP is not active in that location, nor on the webserver.
Which hoster are you on, how does the configuration look like
Which hoster are you on, how does the configuration look like
- Joined
- Jan 21, 2022
- Messages
- 805
- Points
- 153
Reputation:
- By Splicho
So you get just the source code of that page if you visit it in a browser. Sounds like PHP is not active in that location, nor on the webserver.
Which hoster are you on, how does the configuration look like
He uses own home host with Linux on it
- Joined
- Jan 19, 2024
- Messages
- 16
- Points
- 1
Reputation:
- By javatech
So you get just the source code of that page if you visit it in a browser. Sounds like PHP is not active in that location, nor on the webserver.
Which hoster are you on, how does the configuration look like
Last metadata expiration check: 0:15:22 ago on Tue 30 Jan 2024 08:17:42 AM EST.
AlmaLinux 8 - AppStream
Name Stream Profiles Summary
php 7.2 [d] common [d], devel, minimal PHP scripting language
php 7.3 common [d], devel, minimal PHP scripting language
php 7.4 common [d], devel, minimal PHP scripting language
php 8.0 [e] common [d], devel, minimal PHP scripting language
Remi's Modular repository for Enterprise Linux 8 - x86_64
Name Stream Profiles Summary
php remi-7.2 common [d], devel, minimal PHP scripting language
php remi-7.3 common [d], devel, minimal PHP scripting language
php remi-7.4 common [d], devel, minimal PHP scripting language
php remi-8.0 common [d], devel, minimal PHP scripting language
php remi-8.1 common [d], devel, minimal PHP scripting language
php remi-8.2 common [d], devel, minimal PHP scripting language
php remi-8.3 common [d], devel, minimal PHP scripting language
Hint: [d]efault, [e]nabled, [x]disabled, nstalled
- Joined
- Jan 19, 2024
- Messages
- 16
- Points
- 1
Reputation:
- Joined
- Jan 21, 2022
- Messages
- 805
- Points
- 153
Reputation:
- By Splicho
I had Ubuntu 22.04 the last time and it was doing the same thing. I will give it a try again later when i get home tonight. Ill let you all know the status.
MySQL, php, Apache etc comes with it.
- Joined
- Aug 20, 2021
- Messages
- 126
- Points
- 38
Reputation:
- By jim
I had Ubuntu 22.04 the last time and it was doing the same thing. I will give it a try again later when i get home tonight. Ill let you all know the status.
- Joined
- Jan 19, 2024
- Messages
- 16
- Points
- 1
Reputation:
- By javatech
I had Ubuntu 22.04 the last time and it was doing the same thing. I will give it a try again later when i get home tonight. Ill let you all know the status.