By JoomlaBob on Thursday, 16 February 2023
Replies 8
Likes 0
Views 757
Votes 0
Updated a website to PHP 8.0, on Joomla 3.10.x and latest Jevents. The latest events module no longer displays any events if categories are selected in the module's config. If all categories are removed events are displayed (too many), but adding anything else and no events are found even though there are clearly events within the parameters of the module. I can't find anything report of this when searching, so maybe it's something specific to the website, but figured I'd post first before I go down the rabbit hole.

Thanks,

-Bob
Cn you enable Joomla debug mode and search through the database queries - a quick search for 'rpt.' should find the right one. It will show which filters are being applied and how - it may give us a clue as to why your events don't show
·
Thursday, 23 February 2023 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Send you a private message. Can supply you an admin login also if needed.
·
Thursday, 23 February 2023 18:04
·
0 Likes
·
0 Votes
·
0 Comments
·
I enabled Joomla debug mode and see that the module is looking for events in the category -1 which normally means none of the categories are accessible

I've tried modifying some obviuous settings but nothing makes sense.

Is it ok if I download a temporary copy of the site using AKeeba to run through a debugger locally
·
Tuesday, 07 March 2023 12:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure have at it, thank you for asking.
·
Tuesday, 07 March 2023 15:15
·
0 Likes
·
0 Votes
·
0 Comments
·
I found the problem - your Joomla categories table is corrupted.

You have a root category called 'Organization' marked as 'com_content' it should be ROOT with an alias of root and the extension should be system. If you update this entry then all is back to normal. It may well fix issues you may have with articles too
·
Thursday, 16 March 2023 13:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh, wow. I was figuring it was something like that and started looking around there. Thank you!
·
Thursday, 16 March 2023 15:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmm, I made the change and the page still shows no events here:

https://www.aofonline.org/testevent

Screenshot 2023-03-16 084347.png
·
Thursday, 16 March 2023 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Not quite the change that is needed -see my screenshot. DO NOT change your asset_id or lft, or rgt column values but the others should mimic the ones in my screenshot Screenshot from 2023-03-28 10-13-36.png
·
Tuesday, 28 March 2023 10:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post