help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
[SOLVED] Bug in module mod_jem_teaser
[SOLVED] Bug in module mod_jem_teaser
1 month 2 weeks ago - 1 month 2 weeks ago
Nach dem Ändern einer Einstellung im Modul mod_jem_teaser konnte dieses nicht mehr geöffnet werden
Es kam folgende Fehlermeldung:
Ein Bekannter schaut sich dies an und teilte mir folgendes mit:
Im Modul mod_jem_teaser gibt es ein Feld für eine "countrylist". Das funktioniert nicht mehr und wird als Textfeld dargestellt. Ein Textfeld findet ein Array nicht gut, daher kommt die Fehlermeldung. Ich habe das Feld in der Datei mod_jem_teaser.xml erst mal auskommentiert. Damit läßt sich das Modul wieder pflegen.
Joomla 6.0.3.
JEM 4..4.1
Es kam folgende Fehlermeldung:
Ein Bekannter schaut sich dies an und teilte mir folgendes mit:
Im Modul mod_jem_teaser gibt es ein Feld für eine "countrylist". Das funktioniert nicht mehr und wird als Textfeld dargestellt. Ein Textfeld findet ein Array nicht gut, daher kommt die Fehlermeldung. Ich habe das Feld in der Datei mod_jem_teaser.xml erst mal auskommentiert. Damit läßt sich das Modul wieder pflegen.
Joomla 6.0.3.
JEM 4..4.1
Last edit: 1 month 2 weeks ago by Kurtus.
Please Log in or Create an account to join the conversation.
Re: [SOLVED] Bug in module mod_jem_teaser
1 month 2 weeks ago
Danke fürs melden des Fehlers. Wir schauen es uns an.
Die temporäre Lösung ist, dass du in der Datei
/modules/mod_jem_teaser/mod_jem_teaser.xml
<field name="couid" type="countrieslist"
ersetzt mit:
<field name="couid" type="list"
---
Thanks for reporting the error. We will look into it.
The temporary solution is to replace the following in the file
/modules/mod_jem_teaser/mod_jem_teaser.xml
<field name="couid" type="countrieslist"
with:
<field name="couid" type="list"
Die temporäre Lösung ist, dass du in der Datei
/modules/mod_jem_teaser/mod_jem_teaser.xml
<field name="couid" type="countrieslist"
ersetzt mit:
<field name="couid" type="list"
---
Thanks for reporting the error. We will look into it.
The temporary solution is to replace the following in the file
/modules/mod_jem_teaser/mod_jem_teaser.xml
<field name="couid" type="countrieslist"
with:
<field name="couid" type="list"
Happy with the support?
Consider a donation: www.joomlaeventmanager.net/project/donate
– We are all volounteers, investing time and money to keep JEM runnung and evolving, With your donation we cover our expenses –
Thank you.
Consider a donation: www.joomlaeventmanager.net/project/donate
– We are all volounteers, investing time and money to keep JEM runnung and evolving, With your donation we cover our expenses –
Thank you.
Please Log in or Create an account to join the conversation.
Re: [SOLVED] Bug in module mod_jem_teaser
1 month 2 weeks ago
Hier kommt die echte Behebung des Fehlers:
Bei der Installation wurde eine notwendige Datei nicht mit installiert. Diese musst du von Hand hochladen:
im Verzeichnis: modules/mod_jem_teaser/ erstellst du ein neues Verzeichnis fields.
da hinein speicherst du die Datei countrieslist.php, die du hier findest:
raw.githubusercontent.com/jemproject/JEM-Project/refs/heads/master/modules/mod_jem_teaser/fields/countrieslist.php
----
Here is the real fix for the error:
A necessary file was not installed during installation. You must upload it manually:
In the directory: modules/mod_jem_teaser/, create a new directory called fields.
into the new directory upload the file countrieslist.php, which you can find here:
raw.githubusercontent.com/jemproject/JEM-Project/refs/heads/master/modules/mod_jem_teaser/fields/countrieslist.php
Bei der Installation wurde eine notwendige Datei nicht mit installiert. Diese musst du von Hand hochladen:
im Verzeichnis: modules/mod_jem_teaser/ erstellst du ein neues Verzeichnis fields.
da hinein speicherst du die Datei countrieslist.php, die du hier findest:
raw.githubusercontent.com/jemproject/JEM-Project/refs/heads/master/modules/mod_jem_teaser/fields/countrieslist.php
----
Here is the real fix for the error:
A necessary file was not installed during installation. You must upload it manually:
In the directory: modules/mod_jem_teaser/, create a new directory called fields.
into the new directory upload the file countrieslist.php, which you can find here:
raw.githubusercontent.com/jemproject/JEM-Project/refs/heads/master/modules/mod_jem_teaser/fields/countrieslist.php
Happy with the support?
Consider a donation: www.joomlaeventmanager.net/project/donate
– We are all volounteers, investing time and money to keep JEM runnung and evolving, With your donation we cover our expenses –
Thank you.
Consider a donation: www.joomlaeventmanager.net/project/donate
– We are all volounteers, investing time and money to keep JEM runnung and evolving, With your donation we cover our expenses –
Thank you.
Please Log in or Create an account to join the conversation.
Time to create page: 0.528 seconds