I see this error in the log :
- Error: Class 'DOMDocument' not found
- src/vendor/laminas/laminas-feed/src/Reader/Reader.php:319
the problem is when I click on any thread or link for that matter I get a white page saying :
Not Found
The requested URL was not found on this server.
Apache/2.4.51 (Debian) Server at domain Port 80
I tried setting bitmitigate to port 80 or 443 and it still errors.
I have sat on this problem for 2 weeks now. it has become personal. at this point it's not about the forum
it's about solving the puzzle of why
other than that I can see the forum working
only the forum list page works
this also changed nothing :
Code:
excute this command to edit apache conf file of your server.
nano /etc/apache2/apache2.conf
And Kindly find this section and update this.
from
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
To
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Then apache2 restart
sudo service apache2 restart
End. Hope it works well.
I fixed it !