Moving my namecheap hosting to Digital ocean droplet (internal server error issues)

Artonn

Member
Hello!

So I've moved all of my xenforo files over to the new droplet, but i am met with internal server error.

1700344030628.webp

So far i've moved the whole xenforo folder, and database over to my droplet. I'm still quite new to this, so I'm taking stuff step by step. I'm unsure if I have made a propper connection to the database, but I assume an error with the database connection wouldn't trigger an error like this?
 
Pastebin...
Or maybe ask for some direct help, because, seems like, all issues will have new topic, regarding installation and configuration...
 
Code:
[Sat Nov 18 21:02:13.953696 2023] [php:error] [pid 3116] [client 95.180.214.56:41489] PHP Fatal error:  Uncaught Error: Failed opening required '/var/www/html/src/XF.php' (include_path='.:/usr/share/php') in /var/www/html/index.php:10\nStack trace:\n#0 {main}\n  thrown in /var/www/html/index.php on line 10
[Sat Nov 18 21:06:47.102781 2023] [php:warn] [pid 3117] [client 143.110.222.166:59816] PHP Warning:  require(/var/www/html/src/XF.php): Failed to open stream: No such file or directory in /var/www/html/index.php on line 10
[Sat Nov 18 21:06:47.102849 2023] [php:error] [pid 3117] [client 143.110.222.166:59816] PHP Fatal error:  Uncaught Error: Failed opening required '/var/www/html/src/XF.php' (include_path='.:/usr/share/php') in /var/www/html/index.php:10\nStack trace:\n#0 {main}\n  thrown in /var/www/html/index.php on line 10

Is there everything ok with /var/www/html/ directory and their files?
 
Code:
[Sat Nov 18 21:02:13.953696 2023] [php:error] [pid 3116] [client 95.180.214.56:41489] PHP Fatal error:  Uncaught Error: Failed opening required '/var/www/html/src/XF.php' (include_path='.:/usr/share/php') in /var/www/html/index.php:10\nStack trace:\n#0 {main}\n  thrown in /var/www/html/index.php on line 10
[Sat Nov 18 21:06:47.102781 2023] [php:warn] [pid 3117] [client 143.110.222.166:59816] PHP Warning:  require(/var/www/html/src/XF.php): Failed to open stream: No such file or directory in /var/www/html/index.php on line 10
[Sat Nov 18 21:06:47.102849 2023] [php:error] [pid 3117] [client 143.110.222.166:59816] PHP Fatal error:  Uncaught Error: Failed opening required '/var/www/html/src/XF.php' (include_path='.:/usr/share/php') in /var/www/html/index.php:10\nStack trace:\n#0 {main}\n  thrown in /var/www/html/index.php on line 10

Is there everything ok with /var/www/html/ directory and their files?

To me it looks fine, everything is owned by root.
1700346261939.webp
 
Code:
[Sat Nov 18 21:02:13.953696 2023] [php:error] [pid 3116] [client 95.180.214.56:41489] PHP Fatal error:  Uncaught Error: Failed opening required '/var/www/html/src/XF.php' (include_path='.:/usr/share/php') in /var/www/html/index.php:10\nStack trace:\n#0 {main}\n  thrown in /var/www/html/index.php on line 10
[Sat Nov 18 21:06:47.102781 2023] [php:warn] [pid 3117] [client 143.110.222.166:59816] PHP Warning:  require(/var/www/html/src/XF.php): Failed to open stream: No such file or directory in /var/www/html/index.php on line 10
[Sat Nov 18 21:06:47.102849 2023] [php:error] [pid 3117] [client 143.110.222.166:59816] PHP Fatal error:  Uncaught Error: Failed opening required '/var/www/html/src/XF.php' (include_path='.:/usr/share/php') in /var/www/html/index.php:10\nStack trace:\n#0 {main}\n  thrown in /var/www/html/index.php on line 10

Is there everything ok with /var/www/html/ directory and their files?
the xf.php file is there
1700346303632.webp
 
Top Bottom