XF 2.2 HTTP ERROR 500 - Error Log: autoload_real.php on line 69?

otix_

Member
Hi,

I want to move my Xenforo Installation from Subdomain to Maindomain

My working Xenforo installation is in the folder: /public_html /psw_xenforo.

First I copied all files from psw_xenforo folder to my Harddrive and copied them from there to public_html

Now, when I try to access the site I get a HTTP ERROR 500.

The Error log says:

Code:
PHP Warning:  require(/home/politiksindwir/public_html/src/vendor/composer/../guzzlehttp/psr7/src/functions_include.php): failed to open stream: No such file or directory in /home/politiksindwir/public_html/src/vendor/composer/autoload_real.php on line 69
[23-Feb-2021 18:05:54 UTC] PHP Fatal error:  require(): Failed opening required '/home/politiksindwir/public_html/src/vendor/composer/../guzzlehttp/psr7/src/functions_include.php' (include_path='.:/opt/cpanel/ea-php70/root/usr/share/pear') in /home/politiksindwir/public_html/src/vendor/composer/autoload_real.php on line 69

What can I do?
 
That error is typically due to missing files and/or permissions, both common issues when doing a server move.

Check that the file physically exists on the server.
 
Top Bottom