Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1912

Installation Joomla! 4.x • Re: stuck installing joomla on ubuntu 22.04

$
0
0
Hello,
I am a completely new Joomla user and it was difficult to install. I have Ubuntu 22.04 as well which came with PHP8.3. As a database I have Postgresql.
After I found out about and ran the FPA tool it indicated that possible 9 php modules for Apache2 where missing. Most of them I could install by adding 'php-' to the module name. F.i. the 'zip' module was missing.
sudo apt install libapache2-mod-php php-zip
sudo systemctl restart apache2
sudo phpenmod zip
sudo systemctl restart apache2
Some modules where not found by adding 'php-' but they were not needed after all.

Not the subject for this issue, but it may help someone too. For Postgresql I used these:
GRANT ALL ON DATABASE "joomladb" TO joomladbuser;
GRANT ALL ON Schema Public "joomladb" TO joomladbuser;

Statistics: Posted by brabant32 — Sun Jun 23, 2024 3:25 pm



Viewing all articles
Browse latest Browse all 1912

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>