Guys I follown all steeps for to install the aplication, but when I start in localhost/dolibar not running.
How I can fix this. ?
Ubutun 22.04
Mysql ok
Apache ok
workbench sgbd
Guys I follown all steeps for to install the aplication, but when I start in localhost/dolibar not running.
How I can fix this. ?
Ubutun 22.04
Mysql ok
Apache ok
workbench sgbd
PHP version
and Dolibarr ver. ?
.PHP 8.1 and dolibarr 18.1
Hello,
PHP is not enabled or correctly installed.
Try
sudo a2enmod php
If you have an error, install libapache2-mod-php
sudo apt install libapache2-mod-php
It’s always better to First install a LAMP on your server BEFORE installing Dolibarr
Hello dar, thank you, but the apache is ruuning
when I try localhost/dolibarr not show instalations page. I will try the reinstall server.
Hello,
As explained above, Apache is running yes, but PHP Module is not enabled in Apache.
For this kind of issues, better to ask Ubuntu forums.
I reinstalll all and is ok, now.