XF 2.2 XF2 Fresh Reinstall - 500 Internal Server Error

tekboi

Active member
I successfully installed XF2 with an old database and decided to wipe it and do a fresh reinstall with a new database to the same directory. Now I am getting a 500 Internal Error and I can't find the cause.

I'm using Apache and PHP 7.4 on a Bluehost VPS

Here are the server error logs of the last time I tried to log in:

Code:
[Sun Jul 03 05:07:56.239458 2022] [:error] [pid 5198:tid 139866352359168] [client 70.180.108.50:57553] SoftException in Application.cpp:267: File "/home/itsnotch/public_html/forums/install/index.php" is writeable by group
[Sun Jul 03 05:07:33.609297 2022] [:error] [pid 5227:tid 139866236970752] [client 70.180.108.50:62735] SoftException in Application.cpp:267: File "/home/itsnotch/public_html/forums/install/index.php" is writeable by group
[Sun Jul 03 05:07:33.232509 2022] [:error] [pid 27315:tid 139866505684736] [client 70.180.108.50:62734] SoftException in Application.cpp:267: File "/home/itsnotch/public_html/forums/install/index.php" is writeable by group
[Sun Jul 03 05:07:29.388456 2022] [:error] [pid 21327:tid 139866257950464] [client 70.180.108.50:62733] SoftException in Application.cpp:267: File "/home/itsnotch/public_html/forums/install/index.php" is writeable by group
[Sun Jul 03 05:07:29.279002 2022] [:error] [pid 27910:tid 139866226480896] [client 70.180.108.50:62732] SoftException in Application.cpp:267: File "/home/itsnotch/public_html/forums/index.php" is writeable by group
[Sun Jul 03 05:07:23.163568 2022] [:error] [pid 5198:tid 139866505684736] [client 70.180.108.50:62731] SoftException in Application.cpp:267: File "/home/itsnotch/public_html/forums/index.php" is writeable by group
[Sun Jul 03 05:07:17.281810 2022] [:error] [pid 21356:tid 139866404808448] [client 70.180.108.50:62730] SoftException in Application.cpp:267: File "/home/itsnotch/public_html/forums/index.php" is writeable by group

I have looked at permissions to make sure that the data & data_internal folders were set to 777 recursively. I also made sure NOT to upload to the server as a root user this time.

Kind of running out of things to check here
 
Top Bottom