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] JEM 2.3.5: PHP8 Update for Jem 2.3

Re: [SOLVED] JEM 2.3.5: PHP8 Update for Jem 2.3

2 years 1 month ago - 2 years 1 month ago
#29701
Hi Eggi, back from holidays I had the time to test the publish tab story.
(I am so stupid!) The point in user control to hide the Publish_tab must be eliminated!!!
Before I added more tabs, there were some points in the first edit tab. And I wanted to put this with the metas in a separate tab because normally you don't need to change this. (For dummies only the first tab is needed to fill in).
But then (if I remember right) there was a discussion with someone who didn't want this tab, so I added the hide setting. But this doesn't make any sense! If you'r not allowed to create or publish an event, then you can not open the create event window or you can't change the publish window!
And then all works best!

TODO:
change admin/components/com_jem/models/forms/settings.xml done
change site/views/editevent/tmpl/edit.php done
change siteviews/editevent/tmpl/responsive/edit.php done
delete in database frontendpublish question: what to change in admin/sql?
change site/views/editvenue/tmpl/responsive/edit.php done
change site/views/editvenue/tmpl/edit.php done

EDIT: I will do it on github
Last edit: 2 years 1 month ago by jojo12.

Please Log in or Create an account to join the conversation.

Re: [SOLVED] JEM 2.3.5: PHP8 Update for Jem 2.3

2 years 1 month ago - 2 years 1 month ago
#29702
Hallo Zusammen,
da mein Hoster demnächst PHP 7.4.abschaltet, bin ich gezwungen den JEM abzuschalten oder auf PHP 8.1 umzustellen. Leider bin ich nicht der Fachmann und möchte auch nichts kaputt machen. Deshalb meine Frage: Was muss ich mit den Dateien aus der Dropbox machen? Entpacken und per FTP drüberkopieren oder in Joomla installieren? Was muss ich in der Datenbank löschen?
Vielen Dank im voraus
mfg
Wilfried
Last edit: 2 years 1 month ago by Lollo_C.

Please Log in or Create an account to join the conversation.

Re: [SOLVED] JEM 2.3.5: PHP8 Update for Jem 2.3

2 years 1 month ago
#29703
Normal language here is english!
Hallo, Egnarts ist dran, JEM für php 8+ vorzubereiten.
Beim Testen von beta 2 habe ich bis jetzt keine Probleme gefunden. Ich denke, das wird bald stable. Php 7.4 wird um 24.November 22 beendet. Es bleibt also noch Zeit. Du kannst allerdings die beta2 mit eigenem Risiko als update installieren via Joomla. Meinea Erachtens dürfte sie laufen.
Das andere mit publish_tab ist ein Problem, das auch mit php7.4 ist. Wenn publish_tab aktiviert ist, hast du kein Problem damit!
Wenn wir ein stable haben, wird dies integriert

Please Log in or Create an account to join the conversation.

Re: [SOLVED] JEM 2.3.5: PHP8 Update for Jem 2.3

2 years 1 month ago
#29704
Thanks for the quick answer. My Hoster changes PHP 7.4 at Nov. 14th

Please Log in or Create an account to join the conversation.

Re: [SOLVED] JEM 2.3.5: PHP8 Update for Jem 2.3

2 years 1 month ago - 2 years 1 month ago
#29707
Thank you!

I noted an error message when using venuelist
Code:
Undefined constant "php" /www/htdocs/w01374a6/subdomain-access/j3.datenablage.info/components/com_jem/views/venueslist/tmpl/default_venues.php:114

there you find
Code:
<?php// $i = 1 - $i; ?>
A space is missing – it should be:
Code:
<?php // $i = 1 - $i; ?>
Last edit: 2 years 1 month ago by hekla. Reason: typo

Please Log in or Create an account to join the conversation.

Re: [SOLVED] JEM 2.3.5: PHP8 Update for Jem 2.3

2 years 1 month ago
#29708
thanks!
where would be the problem, if the whole line 114 would be deleted?

Please Log in or Create an account to join the conversation.

Time to create page: 0.442 seconds