bitnami / vms

Bitnami VMs
https://bitnami.com
Other
200 stars 44 forks source link

[Joomla] How can I find the latest image with PHP-7? #1468

Closed madorian closed 2 months ago

madorian commented 3 months ago

I tried to restore a JPA into Joomla-5, but I think it has some issues with PHP-8.

How can I find the last image that uses PHP-7?

I'm getting this error:

PHP Fatal error:  Uncaught Error: Undefined constant "MB_OVERLOAD_STRING" in /bitnami/joomla/libraries/vendor/joomla/string/src/phputf8/utf8.php:38
mdhont commented 3 months ago

Bitnami images use the latest components and PHP-7 has reached EOL so it is not supported anymore.

madorian commented 3 months ago

I understand that it's not supported, but I assume the images are still available? I need to restore a JPA to a Joomla with PHP-7, to be able to update it and move it to newest version.

mdhont commented 3 months ago

Yes that's possible. However, the format we have available for download is OVA and the earliest version is 3.10.11.

madorian commented 3 months ago

What is OVA - a format for VM? I can't just reference it in Docker, something like

JOOMLA_IMAGE_TAG=bitnami/joomla-5-with-php-7

Also, what do you mean by earliest version 3.10.11. Is that Joomla 3.10.11 the latest image with PHP-7?

How do I search and find the tag I need to place in JOOMLA_IMAGE_TAG?

EDIT: ok, I found this tag: 3.10.11-debian-11-r105

So it's that one, then?

mdhont commented 3 months ago

Yes an OVA is a format for VM. Regarding the issue, Joomla uses PHP 8 since version 4. If you are using a container and you want to launch an earlier version you can do that by adding the right tag, which is 3.10.11-debian-11-r105 as you mention. If you experience any issues I recommend opening an issue here:

https://github.com/bitnami/containers/issues

github-actions[bot] commented 2 months ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 2 months ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.