By gassnergrafik on Tuesday, 15 February 2022
Replies 3
Likes 0
Views 624
Votes 0
When I click on Month, I get an error 500 Layout „calendar_tooltip“ nicht gefunden.

https://www.fahrschule-hinzmann.de/termine/eventsbyweek/2022/2/14/-.html?catids=


PHP Version : 8.0.3
MySQL Version : 5.7.33-0ubuntu0.16.04.1
Server Information : Linux carl.kundenserver42.de 4.15.0-142-generic #146~16.04.1-Ubuntu SMP Tue Apr 13 09:27:15 UTC 2021 x86_64
*** CONFIG NOT SAVED***
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Max Input Vars ? : 1000
Club code set? : No
User Agent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0
Joomla : 4.0.6
component_com_jevents : 3.6.25
module_mod_jevents_cal : 3.6.25
module_mod_jevents_custom : 3.6.25
module_mod_jevents_filter : 3.6.25
module_mod_jevents_latest : 3.6.25
module_mod_jevents_legend : 3.6.25
module_mod_jevents_switchview : 3.6.25
plugin_actionlog_jevents : 3.6.25
plugin_content_jevents : 3.6.25
plugin_eventbooking_acym : 4.0.1 (not enabled)
plugin_finder_jevents : 3.6.25
plugin_installer_jeventsinstaller : 3.6.25
plugin_search_eventsearch : 3.6.25
plugin_system_gwejson : 3.6.25
This is a YooTheme Pro issue

They have implemented some very radical changes which have broken several parts of JEvents - I am investigating and today's release fixes event editing issues but not this issue
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Just checking the release resolved your issue?

Many thanks
Tony
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Looks like he switched to DP Calendar

I was looking into this in the yootheme booststrap,php they made a change to the onload template class.


templates\yootheme\vendor\yootheme\theme-joomla\bootstrap.php


from 2.7.16

'onLoadTemplate' => [
ThemeListener::class => 'loadTemplate',
ChildThemeListener::class => 'loadTemplate',
CacheListener::class => ['loadTemplate', -20],
],


2.7.19

'onLoadTemplate' => [
ThemeListener::class => 'loadTemplate',

CacheListener::class => ['loadTemplate', -20],
],


I am not having the issue on yoo theme pro ver. 2.7.16 so if folks need to go back it might help
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post