Jul 28, 2025

OJS 3.5 Installation Problem Solving



UPGRADE

https://aaa.ejournal.ac.id/index.php/index/en/install/installUpgrade

Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0". Your Composer dependencies require the following PHP extensions to be installed: bcmath, curl.

dpkg -l | grep php

apache2ctl -M | grep php



sudo apt install php8.2-bcmath php8.2-curl

sudo apt install php8.2-intl php8.2-xml php8.2-zip php8.2-gd php8.2-dom php8.2-simplexml

sudo apt install php8.2-mbstring

sudo apt update
sudo apt install php8.2-fpm

sudo a2enmod proxy_fcgi setenvif
sudo a2enconf php8.2-fpm
sudo systemctl restart apache2


sudo systemctl restart php8.2-fpm
sudo systemctl restart apache2

sudo systemctl status php8.2-fpm
sudo apt install php8.2-mysql

sudo a2enmod php8.2
sudo apt-get install php8.2 libapache2-mod-php8.2



---
root@jmse:~# php -m | grep -i mysql
mysqli
mysqlnd
pdo_mysql
root@jmse:~# 





This page isn’t working ejournal.ac.id is currently unable to handle this request. HTTP ERROR 500

- sudo systemctl status php-fpm
- sudo apt update
- sudo apt install php8.2 php8.2-fpm
- sudo systemctl start php8.2-fpm
sudo systemctl enable php8.2-fpm
- sudo a2enmod proxy_fcgi setenvif

----------------------------

tail -n 50 /var/log/apache2/error.log
tail -f /var/log/apache2/error.log