Page 1 of 2
0 Undefined constant "IMAGETYPE_AVIF"
Posted: 18 Jun 2024, 13:00
by ThomasB
I am using Joomla 4.2.9 on a synology disk station ds418play.
Phoca gallery 5.0.0
After saving an image, i get the error "0 Undefined constant "IMAGETYPE_AVIF""
Can anyone give me some hints?
Regards
Thomas
Re: 0 Undefined constant "IMAGETYPE_AVIF"
Posted: 18 Jun 2024, 13:19
by Benno
Hi,
Do you use images with the .avif extension?
If yes, you should check if your server suports .avif images.
backend --> Components --> Phoca Gallery --> Info --> Function imageCreateFromAVIF (should be highlighted in green)
And I'm also not sure whether J4 supports AVIF, but J5 certainly does.
Kind regards,
Benno
Re: 0 Undefined constant "IMAGETYPE_AVIF"
Posted: 18 Jun 2024, 16:31
by ThomasB
Hello Benno,
Tx for the reply. I am using 'normal' jpeg. The Avif Support option is disabled. Cannot use Joomla 5 at the Moment because there is no package for synology. And Docker is also not possible on the DS418 play.
Regards
Thomas
Re: 0 Undefined constant "IMAGETYPE_AVIF"
Posted: 18 Jun 2024, 16:34
by Jan
Hi, can you enable debug mode to get full error message including the trace?
Which PHP version do you use?
Jan
Re: 0 Undefined constant "IMAGETYPE_AVIF"
Posted: 18 Jun 2024, 16:55
by ThomasB
Hi Jan,
sorry, i am a absolut beginnen. Hoffentlich can i enable the Debugger mode.
The Syn Package is using php 8.0. I can install php 8.2 on the synology, but the install package of joomla is allways using php 8.0.
Regards
Thomas
Re: 0 Undefined constant "IMAGETYPE_AVIF"
Posted: 18 Jun 2024, 17:14
by ThomasB
Sh.. Autocorrection. How can i activate the Debug
Mode?
Re: 0 Undefined constant "IMAGETYPE_AVIF"
Posted: 18 Jun 2024, 18:25
by Benno
Hi,
Hoffentlich can i enable the Debugger mode.
Du scheinst deutschsprachig zu sein.
Deshalb auf Deutsch:
backend --> System --> Konfiguration --> System --> System debuggen=Ja
backend --> System --> Konfiguration --> Server --> Fehler berichten=Maximum
Dann gehst Du zu der Stelle, an der Du die Fehlermeldung bekommst.
Jetzt soltest Du unter der Fehlermeldung eine ausführlich Aufstellung des Fehlers finden (Call Stack)
Davon machst Du bitte einen Screenshot und postest ihn hier.
Falls das nicht klappt, wäre Plan B ein Downgrade zu Phoca Gallery v4.5.5 In dieser Version ist der AVIF Support noch nicht enthalten und Dein Fehler kann also nicht auftreten. (Vorher unbedingt Backup von Dateien und Datenbank anlegen!!!)
Aber wie gesagt das ist Plan B. Erst Call Stack!
Freundliche Grüße,
Benno
Re: 0 Undefined constant "IMAGETYPE_AVIF"
Posted: 18 Jun 2024, 18:59
by ThomasB
Vielen Dank. Kommt heute abend. Neuaufsetzen mit älterer Version ist kein Problem. Ist momentan nur ein Test.
Synology geht mir allmählich auf den Nerv. Ständig irgendwelche Nicklichkeiten. Aber ich habe dort meine gesamten Bild und Videodaten abgelegt und mit Digikam organisiert. Und jetzt suche ich halt nach einer Möglichkeit, diese Daten auch der Familie in ansprechender Form zur Verfügung zu stellen.
Danke
Thomas
Re: 0 Undefined constant "IMAGETYPE_AVIF"
Posted: 19 Jun 2024, 10:21
by ThomasB
Ich weiß nicht, ob das jetzt mit dem Screenshot klappt. Ich finde in IMGUR die Optionen nicht, die in der Kurzanleitung angegeben sind,
https://imgur.com/GLLZ1Ay
Re: 0 Undefined constant "IMAGETYPE_AVIF"
Posted: 19 Jun 2024, 13:24
by Jan
Hallo, ja, IMAGETYPE_AVIF ist in PHP seit Version 8.1, so
- entweder PHP aktualisieren
- oder Phoca Gallery für Joomla 4 benutzen, Version 4.5.5:
https://www.phoca.cz/download/66-phoca- ... -component
Jan