Install Issue

javatech

Member
Registered
Joined
Jan 19, 2024
Messages
16
Points
1

Reputation:

I tested php and made sure everything is running. I have PHP 8.3 installed. I even went from Ubuntu Server 22.03 to Almalinux 8.3 . Same issue. If anyone has any suggestions please fill me in cause i been at this for a week now. More heads are better than 1. Thank you in advanced
PHP:
<?php

$phpVersion = phpversion();
if (version_compare($phpVersion, '7.0.0', '<'))
{
    die("PHP 7.0.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');
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
595
Points
103

Reputation:

Did you try to check your php version with

php --version

What does it return?
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

What kind of issue do you have?
 

javatech

Member
Registered
Joined
Jan 19, 2024
Messages
16
Points
1

Reputation:

javatech

Member
Registered
Joined
Jan 19, 2024
Messages
16
Points
1

Reputation:

no the latest. should i be using that one? If so then i will.
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
595
Points
103

Reputation:

no the latest. should i be using that one? If so then i will.
javatechLatest, you got a real license or some other nulled? If you use a nulled, use the one from ENXF and test again.
 

javatech

Member
Registered
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');
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
595
Points
103

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');
javatechWhat happens when you remove

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…

javatech

Member
Registered
Joined
Jan 19, 2024
Messages
16
Points
1

Reputation:

What happens when you remove

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?
Splichowhere do i need to remove it?
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
595
Points
103

Reputation:

that is whats showing in the web browser
javatechLol! Then there is no php installed.
Or your webserver can't find the php.exe/shell whatever.

If your script is showing in plain raw text, then it's an indication that php cannot be found or is not installed.
 

javatech

Member
Registered
Joined
Jan 19, 2024
Messages
16
Points
1

Reputation:

Lol! Then there is no php installed.
Or your webserver can't find the php.exe/shell whatever.

If your script is showing in plain raw text, then it's an indication that php cannot be found or is not installed.
Splichoi installed 8.1 - 8.3 makes no sense lol
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

i installed 8.1 - 8.3 makes no sense lol
javatechDid you checked that PHP is available in the directory where you want to install it?
And you have downloaded and uploaded the full install and not the upgrade version?

Do a test. place a file in the root folder of your xenforo installation with the following content and save that file as php_info.php:

PHP:
<?php phpinfo(); ?>

Now call the URL with php_info.php and show us what you get
 

javatech

Member
Registered
Joined
Jan 19, 2024
Messages
16
Points
1

Reputation:

Did you checked that PHP is available in the directory where you want to install it?
And you have downloaded and uploaded the full install and not the upgrade version?

Do a test. place a file in the root folder of your xenforo installation with the following content and save that file as php_info.php:

PHP:
<?php phpinfo(); ?>

Now call the URL with php_info.php and show us what you get
BattleKingim beyond stumped. i have webmin/virtualmin installed. Below is whats all installed:


Perl version5.026003
Path to Perl/usr/bin/perl
Python version3.6.8
Path to Python/bin/python3
BIND version9.11
Postfix version3.5.8
Mail injection command/usr/lib/sendmail -t
Apache version2.4.37
PHP versions8.0.30, 8.1.27, 8.2.15, 8.3.2
Logrotate version3.14.0
MariaDB version10.11.6
SpamAssassin version3.4.6
ClamAV version0.103.11

PHP Version 8.3.2​

SystemLinux 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
Build DateJan 16 2024 13:46:41
Build SystemRed Hat Enterprise Linux release 8.9 (Ootpa)
Build ProviderRemi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Compilergcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20)
Architecturex86_64
Server APIFPM/FastCGI
Virtual Directory Supportdisabled
Configuration File (php.ini) Path/etc/opt/remi/php83
Loaded Configuration File/etc/opt/remi/php83/php.ini
Scan this dir for additional .ini files/etc/opt/remi/php83/php.d
Additional .ini files parsed/etc/opt/remi/php83/php.d/10-opcache.ini, /etc/opt/remi/php83/php.d/20-bz2.ini, /etc/opt/remi/php83/php.d/20-calendar.ini, /etc/opt/remi/php83/php.d/20-ctype.ini, /etc/opt/remi/php83/php.d/20-curl.ini, /etc/opt/remi/php83/php.d/20-dom.ini, /etc/opt/remi/php83/php.d/20-exif.ini, /etc/opt/remi/php83/php.d/20-fileinfo.ini, /etc/opt/remi/php83/php.d/20-ftp.ini, /etc/opt/remi/php83/php.d/20-gettext.ini, /etc/opt/remi/php83/php.d/20-iconv.ini, /etc/opt/remi/php83/php.d/20-mbstring.ini, /etc/opt/remi/php83/php.d/20-pdo.ini, /etc/opt/remi/php83/php.d/20-phar.ini, /etc/opt/remi/php83/php.d/20-simplexml.ini, /etc/opt/remi/php83/php.d/20-sodium.ini, /etc/opt/remi/php83/php.d/20-sqlite3.ini, /etc/opt/remi/php83/php.d/20-tokenizer.ini, /etc/opt/remi/php83/php.d/20-xml.ini, /etc/opt/remi/php83/php.d/20-xmlwriter.ini, /etc/opt/remi/php83/php.d/20-xsl.ini, /etc/opt/remi/php83/php.d/30-pdo_sqlite.ini, /etc/opt/remi/php83/php.d/30-xmlreader.ini
PHP API20230831
PHP Extension20230831
Zend Extension420230831
Zend Extension BuildAPI420230831,NTS
PHP Extension BuildAPI20230831,NTS
Debug Buildno
Thread Safetydisabled
Zend Signal Handlingenabled
Zend Memory Managerenabled
Zend Multibyte Supportprovided by mbstring
Zend Max Execution Timersdisabled
IPv6 Supportenabled
DTrace Supportavailable, disabled
Registered PHP Streamshttps, ftps, compress.zlib, php, file, glob, data, http, ftp, compress.bzip2, phar
Registered Stream Socket Transportstcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3
Registered Stream Filterszlib.*, string.rot13, string.toupper, string.tolower, convert.*, consumed, dechunk, bzip2.*, convert.iconv.*
This program makes use of the Zend Scripting Language Engine:
Zend Engine v4.3.2, Copyright (c) Zend Technologies with Zend OPcache v8.3.2, Copyright (c), by Zend Technologies

Configuration​

bz2

BZip2 SupportEnabled
Stream Wrapper supportcompress.bzip2://
Stream Filter supportbzip2.decompress, bzip2.compress
BZip2 Version1.0.6, 6-Sept-2010

calendar

Calendar supportenabled

cgi-fcgi

php-fpmactive
DirectiveLocal ValueMaster Value
cgi.discard_pathOffOff
cgi.fix_pathinfoOnOn
cgi.force_redirectOnOn
cgi.nphOffOff
cgi.redirect_status_envno valueno value
cgi.rfc2616_headersOffOff
fastcgi.error_headerno valueno value
fastcgi.loggingOnOn
fpm.configno valueno value

Core

PHP Version8.3.2
DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
arg_separator.input&&
arg_separator.output&&
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetUTF-8UTF-8
default_mimetypetext/htmltext/html
disable_classesno valueno value
disable_functionsno valueno value
display_errorsOffOff
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno value
error_logno valueno value
error_log_mode06440644
error_prepend_stringno valueno value
error_reporting2252722527
expose_phpOnOn
extension_dir/opt/remi/php83/root/usr/lib64/php/modules/opt/remi/php83/root/usr/lib64/php/modules
fiber.stack_sizeno valueno value
file_uploadsOnOn
hard_timeout22
highlight.comment#FF8000#FF8000
highlight.default#0000BB#0000BB
highlight.html#000000#000000
highlight.keyword#007700#007700
highlight.string#DD0000#DD0000
html_errorsOnOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.:/opt/remi/php83/root/usr/share/pear:/opt/remi/php83/root/usr/share/php:/usr/share/pear:/usr/share/php.:/opt/remi/php83/root/usr/share/pear:/opt/remi/php83/root/usr/share/php:/usr/share/pear:/usr/share/php
input_encodingno valueno value
internal_encodingno valueno value
log_errorsOnOn
mail.add_x_headerOffOff
mail.force_extra_parametersno valueno value
mail.logno valueno value
mail.mixed_lf_and_crlfOffOff
max_execution_time3030
max_file_uploads2020
max_input_nesting_level6464
max_input_time6060
max_input_vars10001000
max_multipart_body_parts-1-1
memory_limit128M128M
open_basedirno valueno value
output_buffering40964096
output_encodingno valueno value
output_handlerno valueno value
post_max_size8M8M
precision1414
realpath_cache_size4096K4096K
realpath_cache_ttl120120
register_argc_argvOffOff
report_memleaksOnOn
report_zend_debugOffOff
request_orderGPGP
sendmail_fromno valueno value
sendmail_path/usr/sbin/sendmail -t -i/usr/sbin/sendmail -t -i
serialize_precision-1-1
short_open_tagOffOff
SMTPlocalhostlocalhost
smtp_port2525
sys_temp_dirno valueno value
syslog.facilityLOG_USERLOG_USER
syslog.filterno-ctrlno-ctrl
syslog.identphpphp
unserialize_callback_funcno valueno value
upload_max_filesize2M2M
upload_tmp_dir/home/relentlessfew/tmp/home/relentlessfew/tmp
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderGPCSGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
zend.assertions-1-1
zend.detect_unicodeOnOn
zend.enable_gcOnOn
zend.exception_ignore_argsOnOn
zend.exception_string_param_max_len00
zend.max_allowed_stack_size00
zend.multibyteOffOff
zend.reserved_stack_size00
zend.script_encodingno valueno value
zend.signal_checkOffOff

ctype

ctype functionsenabled

curl

cURL supportenabled
cURL Information7.61.1
Age4
Features
AsynchDNSYes
CharConvNo
DebugNo
GSS-NegotiateNo
IDNYes
IPv6Yes
krb4No
LargefileYes
libzYes
NTLMYes
NTLMWBYes
SPNEGOYes
SSLYes
SSPINo
TLS-SRPYes
HTTP2Yes
GSSAPIYes
KERBEROS5Yes
UNIX_SOCKETSYes
PSLYes
HTTPS_PROXYYes
MULTI_SSLNo
BROTLIYes
Protocolsdict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
Hostx86_64-redhat-linux-gnu
SSL VersionOpenSSL/1.1.1k
ZLib Version1.2.11
libSSH Versionlibssh/0.9.6/openssl/zlib
DirectiveLocal ValueMaster Value
curl.cainfono valueno value

date

date/time supportenabled
timelib version2022.10
"Olson" Timezone Database Version2023.4
Timezone Databasesystem
Default timezoneUTC
DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.83333390.833333
date.sunset_zenith90.83333390.833333
date.timezoneUTCUTC

dom

DOM/XMLenabled
DOM/XML API Version20031129
libxml Version2.9.7
HTML Supportenabled
XPath Supportenabled
XPointer Supportenabled
Schema Supportenabled
RelaxNG Supportenabled

exif

EXIF Supportenabled
Supported EXIF Version0220
Supported filetypesJPEG, TIFF
Multibyte decoding support using mbstringenabled
Extended EXIF tag formatsCanon, Casio, Fujifilm, Nikon, Olympus, Samsung, Panasonic, DJI, Sony, Pentax, Minolta, Sigma, Foveon, Kyocera, Ricoh, AGFA, Epson
DirectiveLocal ValueMaster Value
exif.decode_jis_intelJISJIS
exif.decode_jis_motorolaJISJIS
exif.decode_unicode_intelUCS-2LEUCS-2LE
exif.decode_unicode_motorolaUCS-2BEUCS-2BE
exif.encode_jisno valueno value
exif.encode_unicodeISO-8859-15ISO-8859-15

fileinfo

fileinfo supportenabled
libmagic543

filter

Input Validation and Filteringenabled
DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

ftp

FTP supportenabled
FTPS supportenabled

gettext

GetText Supportenabled

hash

hash supportenabled
Hashing Enginesmd2 md4 md5 sha1 sha224 sha256 sha384 sha512/224 sha512/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 joaat murmur3a murmur3c murmur3f xxh32 xxh64 xxh3 xxh128 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
MHASH supportEnabled
MHASH API VersionEmulated Support

iconv

iconv supportenabled
iconv implementationglibc
iconv library version2.28
DirectiveLocal ValueMaster Value
iconv.input_encodingno valueno value
iconv.internal_encodingno valueno value
iconv.output_encodingno valueno value

json

json supportenabled

libxml

libXML supportactive
libXML Compiled Version2.9.7
libXML Loaded Version20907
libXML streamsenabled

mbstring

Multibyte Supportenabled
Multibyte string enginelibmbfl
HTTP input encoding translationdisabled
libmbfl version1.3.2
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Multibyte (japanese) regex supportenabled
Multibyte regex (oniguruma) version6.9.9
DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.http_inputno valueno value
mbstring.http_outputno valueno value
mbstring.http_output_conv_mimetypes^(text/|application/xhtml\+xml)^(text/|application/xhtml\+xml)
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.regex_retry_limit10000001000000
mbstring.regex_stack_limit100000100000
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

openssl

OpenSSL supportenabled
OpenSSL Library VersionOpenSSL 1.1.1k FIPS 25 Mar 2021
OpenSSL Header VersionOpenSSL 1.1.1k FIPS 25 Mar 2021
Openssl default config/etc/pki/tls/openssl.cnf
DirectiveLocal ValueMaster Value
openssl.cafileno valueno value
openssl.capathno valueno value

pcre

PCRE (Perl Compatible Regular Expressions) Supportenabled
PCRE Library Version10.32 2018-09-10
PCRE Unicode Version11.0.0
PCRE JIT Supportenabled
PCRE JIT Targetx86 64bit (little endian + unaligned)
DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.jitOffOff
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO driverssqlite

pdo_sqlite

PDO Driver for SQLite 3.xenabled
SQLite Library3.26.0

Phar

Phar: PHP Archive supportenabled
Phar API version1.1.1
Phar-based phar archivesenabled
Tar-based phar archivesenabled
ZIP-based phar archivesenabled
gzip compressionenabled
bzip2 compressionenabled
Native OpenSSL supportenabled
Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

random

Version8.3.2

Reflection

Reflectionenabled

session

Session Supportenabled
Registered save handlersfiles user
Registered serializer handlersphp_serialize php php_binary
DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyOffOff
session.cookie_lifetime00
session.cookie_path//
session.cookie_samesiteno valueno value
session.cookie_secureOffOff
session.gc_divisor10001000
session.gc_maxlifetime14401440
session.gc_probability11
session.lazy_writeOnOn
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/home/relentlessfew/tmp/home/relentlessfew/tmp
session.serialize_handlerphpphp
session.sid_bits_per_character55
session.sid_length2626
session.upload_progress.cleanupOnOn
session.upload_progress.enabledOnOn
session.upload_progress.freq1%1%
session.upload_progress.min_freq11
session.upload_progress.namePHP_SESSION_UPLOAD_PROGRESSPHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefixupload_progress_upload_progress_
session.use_cookiesOnOn
session.use_only_cookiesOnOn
session.use_strict_modeOffOff
session.use_trans_sidOffOff

SimpleXML

SimpleXML supportenabled
Schema supportenabled

sockets

Sockets Supportenabled

sodium

sodium supportenabled
libsodium headers version1.0.18
libsodium library version1.0.18

SPL

SPL supportenabled
InterfacesOuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
ClassesAppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

sqlite3

SQLite3 supportenabled
SQLite Library3.26.0
DirectiveLocal ValueMaster Value
sqlite3.defensiveOnOn
sqlite3.extension_dirno valueno value

standard

Dynamic Library Supportenabled
Path to sendmail/usr/sbin/sendmail -t -i
DirectiveLocal ValueMaster Value
assert.activeOnOn
assert.bailOffOff
assert.callbackno valueno value
assert.exceptionOnOn
assert.warningOnOn
auto_detect_line_endingsOffOff
default_socket_timeout6060
fromno valueno value
session.trans_sid_hostsno valueno value
session.trans_sid_tagsa=href,area=href,frame=src,form=a=href,area=href,frame=src,form=
unserialize_max_depth40964096
url_rewriter.hostsno valueno value
url_rewriter.tagsform=form=
user_agentno valueno value

tokenizer

Tokenizer Supportenabled

xml

XML Supportactive
XML Namespace Supportactive
libxml2 Version2.9.7

xmlreader

XMLReaderenabled

xmlwriter

XMLWriterenabled

xsl

XSLenabled
libxslt Version1.1.32
libxslt compiled against libxml Version2.9.7
EXSLTenabled
libexslt Version1.1.32

Zend OPcache

Opcode CachingUp and Running
OptimizationEnabled
SHM CacheEnabled
File CacheDisabled
JITDisabled
StartupOK
Shared memory modelmmap
Cache hits2
Cache misses3
Used memory9264496
Free memory124953232
Wasted memory0
Interned Strings Used memory2390552
Interned Strings Free memory5998056
Cached scripts3
Cached keys3
Max keys16229
OOM restarts0
Hash keys restarts0
Manual restarts0
Start time2024-01-29T22:04:20+0000
Last restart timenone
Last force restart timenone
DirectiveLocal ValueMaster Value
opcache.blacklist_filename/etc/opt/remi/php83/php.d/opcache*.blacklist/etc/opt/remi/php83/php.d/opcache*.blacklist
opcache.dups_fixOffOff
opcache.enableOnOn
opcache.enable_cliOnOn
opcache.enable_file_overrideOffOff
opcache.error_logno valueno value
opcache.file_cacheno valueno value
opcache.file_cache_consistency_checksOnOn
opcache.file_cache_onlyOffOff
opcache.file_update_protection22
opcache.force_restart_timeout180180
opcache.huge_code_pagesOffOff
opcache.interned_strings_buffer88
opcache.jittracingtracing
opcache.jit_bisect_limit00
opcache.jit_blacklist_root_trace1616
opcache.jit_blacklist_side_trace88
opcache.jit_buffer_size00
opcache.jit_debug00
opcache.jit_hot_func127127
opcache.jit_hot_loop6464
opcache.jit_hot_return88
opcache.jit_hot_side_exit88
opcache.jit_max_exit_counters81928192
opcache.jit_max_loop_unrolls88
opcache.jit_max_polymorphic_calls22
opcache.jit_max_recursive_calls22
opcache.jit_max_recursive_returns22
opcache.jit_max_root_traces10241024
opcache.jit_max_side_traces128128
opcache.jit_max_trace_length10241024
opcache.jit_prof_threshold0.0050.005
opcache.lockfile_path/tmp/tmp
opcache.log_verbosity_level11
opcache.max_accelerated_files1000010000
opcache.max_file_size00
opcache.max_wasted_percentage55
opcache.memory_consumption128128
opcache.opt_debug_level00
opcache.optimization_level0x7FFEBFFF0x7FFEBFFF
opcache.preferred_memory_modelno valueno value
opcache.preloadno valueno value
opcache.preload_userno valueno value
opcache.protect_memoryOffOff
opcache.record_warningsOffOff
opcache.restrict_apino valueno value
opcache.revalidate_freq22
opcache.revalidate_pathOffOff
opcache.save_commentsOnOn
opcache.use_cwdOnOn
opcache.validate_permissionOffOff
opcache.validate_rootOffOff
opcache.validate_timestampsOnOn

zlib

ZLib Supportenabled
Stream Wrappercompress.zlib://
Stream Filterzlib.inflate, zlib.deflate
Compiled Version1.2.11
Linked Version1.2.11
DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules​

Module Name

Environment​

VariableValue
USERrelentlessfew
HOME/home/relentlessfew

PHP Variables​

VariableValue
$_SERVER['USER']
$_SERVER['HOME']/home
$_SERVER['SCRIPT_NAME']/php_info.php
$_SERVER['REQUEST_URI']/php_info.php
$_SERVER['QUERY_STRING']no value
$_SERVER['REQUEST_METHOD']GET
$_SERVER['SERVER_PROTOCOL']HTTP/1.1
$_SERVER['GATEWAY_INTERFACE']CGI/1.1
$_SERVER['REMOTE_PORT']61036
$_SERVER['SCRIPT_FILENAME']/home//public_html/php_info.php
$_SERVER['SERVER_ADMIN']
$_SERVER['CONTEXT_DOCUMENT_ROOT']/home//public_html
$_SERVER['CONTEXT_PREFIX']no value
$_SERVER['REQUEST_SCHEME']http
$_SERVER['DOCUMENT_ROOT']/home/\/public_html
$_SERVER['REMOTE_ADDR']172.69.70.107
$_SERVER['SERVER_PORT']80
$_SERVER['SERVER_ADDR']66.42.172.86
$_SERVER['SERVER_NAME']
$_SERVER['SERVER_SOFTWARE']Apache
$_SERVER['SERVER_SIGNATURE']no value
$_SERVER['PATH']/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
$_SERVER['HTTP_CF_IPCOUNTRY']US
$_SERVER['HTTP_CDN_LOOP']cloudflare
$_SERVER['HTTP_CF_CONNECTING_IP']72.49.240.35
$_SERVER['HTTP_PRIORITY']u=0, i
$_SERVER['HTTP_ACCEPT_LANGUAGE']en-US,en;q=0.9
$_SERVER['HTTP_SEC_FETCH_DEST']document
$_SERVER['HTTP_SEC_FETCH_USER']?1
$_SERVER['HTTP_SEC_FETCH_MODE']navigate
$_SERVER['HTTP_SEC_FETCH_SITE']none
$_SERVER['HTTP_ACCEPT']text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
$_SERVER['HTTP_USER_AGENT']Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
$_SERVER['HTTP_UPGRADE_INSECURE_REQUESTS']1
$_SERVER['HTTP_SEC_CH_UA_PLATFORM']"Windows"
$_SERVER['HTTP_SEC_CH_UA_MOBILE']?0
$_SERVER['HTTP_SEC_CH_UA']"Not_A Brand";v="8", "Chromium";v="120", "Google Chrome";v="120"
$_SERVER['HTTP_CF_VISITOR']{"scheme":"https"}
$_SERVER['HTTP_X_FORWARDED_PROTO']https
$_SERVER['HTTP_CF_RAY']84d4c5ba1b1f456a-ATL
$_SERVER['HTTP_X_FORWARDED_FOR']72.49.240.35
$_SERVER['HTTP_ACCEPT_ENCODING']gzip
$_SERVER['HTTP_CONNECTION']Keep-Alive
$_SERVER['HTTP_HOST']
$_SERVER['proxy-nokeepalive']1
$_SERVER['SCRIPT_URI']http:///php_info.php
$_SERVER['SCRIPT_URL']/php_info.php
$_SERVER['UNIQUE_ID']Zbgg@Tvix35GUq-Kp0bUVAAAAAI
$_SERVER['FCGI_ROLE']RESPONDER
$_SERVER['PHP_SELF']/php_info.php
$_SERVER['REQUEST_TIME_FLOAT']1706565881.9623
$_SERVER['REQUEST_TIME']1706565881
 
Last edited:

javatech

Member
Registered
Joined
Jan 19, 2024
Messages
16
Points
1

Reputation:

im beyond stumped. i have webmin/virtualmin installed. Below is whats all installed:
javatechnow when i look in the /install/index.php all i see is this below.
PHP:
<?php

$phpVersion = phpversion();
if (version_compare($phpVersion, '7.0.0', '<'))
{
    die("PHP 7.0.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');
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,068
Points
173

Reputation:

now when i look in the /install/index.php all i see is this below.
PHP:
<?php

$phpVersion = phpversion();
if (version_compare($phpVersion, '7.0.0', '<'))
{
    die("PHP 7.0.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');
javatechShow your log error and Screenshot.
 

javatech

Member
Registered
Joined
Jan 19, 2024
Messages
16
Points
1

Reputation:

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.
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
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
595
Points
103

Reputation:

so 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
javatechKeyhelp is the best <3
 
Top