Install joomla:5-php8.2-fpm docker image with FrankenPHP
with Postgres 16 docker image
Go to admin area.
Try to show system info
System info is correctly shown
42704 42704, 7, ERROR: unrecognized configuration parameter "lc_collate"
Ubuntu 22.04 LTS
Docker Desktop 1.25.0
Joomla 5.0.0
PHP 8.2.12
SAPI: FrankenPHP
Caddyserver
This issue might be related to the fact that lc_collate was removed in Postgres 16.
But the joomla manual recommends to use Postgres 16 when installing Joomla 5
Labels |
Added:
No Code Attached Yet
|
hi @alexandreelise
I'm using docker compose, with joomla5 and postgres 16, images: joomla:5.0.0-php8.2-fpm, postgres:16.0 and won't even connect; PostgreSQL Connection Error
my joomla5 service env, ex:
environment:
- JOOMLA_DB_TYPE=pgsql
- JOOMLA_DB_HOST=prodpgbrands16:5435
- JOOMLA_DB_USER=admin
- JOOMLA_DB_PASSWORD=password123%
- JOOMLA_DB_NAME=thedatabase
- JOOMLA_LOAD_SAMPLE_DATA=no
- PHP_MEMORY_LIMIT=512M
- ACME_AGREE=true
- PHP_UPLOAD_MAX_FILESIZE=1GB
how/anyone? do I have to try 15.4 ?
Hi @xaiyeon,
You might want to try https://github.com/alexandreelise/frankenphp-joomla. It's not to do self-promotion. It's to point you to an example that works flawlessly and that you can base your code on. You could rather want to try using postgres:15-bookworm (latest Debian codename) docker image. One side note, don't forget to use pgsql in your joomla configuration dbtype
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-12-25 09:31:36 |
Closed_By | ⇒ | alikon |
please test joomla-framework/database#295
Why is this not in 5.0.2?
Possibly related to this code: