XF 2.1 Error message after moving to PHP 7.2

PabloC

Member
Hello,

Yesterday I upgraded XenForo to its latest version, plus moved the site to PHP 7.2

Now I get error messages in my log, and I can't figure out what is wrong. Could anyone give me a hand?

Thanks!

[10-Nov-2018 03:59:00 UTC] PHP Fatal error: composerRequireec13230cd79e563a6cc995d16a3f88cd(): Failed opening required '/home/gaturro/public_html/src/vendor/composer/../paragonie/random_compat/lib/random.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/gaturro/public_html/src/vendor/composer/autoload_real.php on line 66
[10-Nov-2018 03:59:15 UTC] PHP Warning: Uncaught ErrorException: [E_WARNING] require(/home/gaturro/public_html/src/vendor/composer/../paragonie/random_compat/lib/random.php): failed to open stream: No such file or directory in /home/gaturro/public_html/src/vendor/composer/autoload_real.php:66
Stack trace:
#0 /home/gaturro/public_html/src/vendor/composer/autoload_real.php(66): XF::handlePhpError(2, '[E_WARNING] req...', '/home/gaturro/p...', 66, Array)
#1 /home/gaturro/public_html/src/vendor/composer/autoload_real.php(66): require()
#2 /home/gaturro/public_html/src/vendor/composer/autoload_real.php(56): composerRequireec13230cd79e563a6cc995d16a3f88cd('5255c38a0faeba8...', '/home/gaturro/p...')
#3 /home/gaturro/public_html/src/vendor/autoload.php(7): ComposerAutoloaderInitec13230cd79e563a6cc995d16a3f88cd::getLoader()
#4 /home/gaturro/public_html/src/XF.php(202): require('/home/gaturro/p...')
#5 /home/gaturro/public_html/src/XF.php(55): XF::startAutoloader()
#6 /home/gaturro/public_html/index.php(12): XF::start('/home/gaturro/p...')
#7 {main}
thrown in /home/gaturro/public_html/src/vendor/composer/autoload_real.php on line 66
[10-Nov-2018 03:59:15 UTC] PHP Fatal error: composerRequireec13230cd79e563a6cc995d16a3f88cd(): Failed opening required '/home/gaturro/public_html/src/vendor/composer/../paragonie/random_compat/lib/random.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/gaturro/public_html/src/vendor/composer/autoload_real.php on line 66
 
Top Bottom