In Out Management Problem Solving | Blank Screen After Installation
Blank Screen After Installation
Problem :
After installation using any method, When user run this URL (http://localhost/inout/login.php) users are getting blank page in Mozilla Firefox Browser, and Http 500 error in Google Chrome.
Solution:
The problem is with php. It works on php 5.6 so you have to switch php 7 to php 5.6
Execute the following command in terminal.
sudo su
[Enter Password]
sudo a2dismod php8.0
*In above command php8.0 is your active php version. it can be 8.1, 8.2 or 8.3 please make sure this version by entering command php -v.
sudo a2enmod php7.4
sudo service apache2 restart
No comments:
Post a Comment