I have installed php (7.4), apache2, mysql and phpmyadmin, and SSL certificates,
However, when I enter https://mioip/phpmyadmin in the browser, the page remains blank, nothing loads
Upon checking, everything seems to be working fine, but the page continues to remain blank
I know that currently php 7.4 is no longer supported, the problem is that using owncloud I can't install php8 because it doesn't support it yet...
could you tell me how I should do it?
Thank you
However, when I enter https://mioip/phpmyadmin in the browser, the page remains blank, nothing loads
Code:
pi@raspberrypi:~ $ sudo systemctl status mysql && sudo systemctl status mysql-server && sudo systemctl status mysql-client● mariadb.service - MariaDB 10.11.6 database server Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; preset: enab> Active: active (running) since Fri 2024-11-22 09:50:47 GMT; 5min ago Docs: man:mariadbd(8) https://mariadb.com/kb/en/library/systemd/ Process: 687 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/> Process: 701 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_STA> Process: 710 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && V> Process: 816 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_ST> Process: 818 ExecStartPost=/etc/mysql/debian-start (code=exited, status=0/S> Main PID: 778 (mariadbd) Status: "Taking your SQL requests now..." Tasks: 8 (limit: 9561) CPU: 404ms CGroup: /system.slice/mariadb.service └─778 /usr/sbin/mariadbdNov 22 09:50:47 raspberrypi mariadbd[778]: 2024-11-22 9:50:47 0 [Note] InnoDB:>Nov 22 09:50:47 raspberrypi mariadbd[778]: 2024-11-22 9:50:47 0 [Note] InnoDB:>Nov 22 09:50:47 raspberrypi mariadbd[778]: 2024-11-22 9:50:47 0 [Note] Plugin >Nov 22 09:50:47 raspberrypi mariadbd[778]: 2024-11-22 9:50:47 0 [Warning] You >Nov 22 09:50:47 raspberrypi mariadbd[778]: 2024-11-22 9:50:47 0 [Note] Server >Nov 22 09:50:47 raspberrypi mariadbd[778]: 2024-11-22 9:50:47 0 [Note] InnoDB:>Unit mysql-server.service could not be found.
Code:
pi@raspberrypi:~ $ sudo systemctl status mysql-serverUnit mysql-server.service could not be found.pi@raspberrypi:~ $ sudo systemctl status mysql-clientUnit mysql-client.service could not be found.
I know that currently php 7.4 is no longer supported, the problem is that using owncloud I can't install php8 because it doesn't support it yet...
could you tell me how I should do it?
Thank you
Statistics: Posted by nemo87 — Fri Nov 22, 2024 9:59 am — Replies 0 — Views 17