By dkcribz77 on Monday, 24 June 2024
Replies 5
Likes 0
Views 351
Votes 0
This error message started popping up when I edit an existing calendar event. It doesn't happen with new events.

Table 'mydomain_arenal.#__jev_peopleeventsmap' doesn't exist SQL=REPLACE INTO #__jev_notifications (rp_id, messagetype, user_id, created, notificationtype, m_ev) SELECT '9749' as rpid,1 as type, p.linktouser, '2024-06-24 07:27:51' as created, 8, '1' as m_ev FROM #__jev_peopleeventsmap as pm LEFT JOIN #__jev_people as p ON p.pers_id=pm.pers_id WHERE p.linktouser<>0 AND pm.evdet_id=9477

Thanks is advance
code]
PHP Version : 5.6.40
MySQL Version : 5.6.51
Server Information : Linux vps.mydomain.net 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Max Input Vars ? : 1000
Club code set? : Yes
User Agent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Joomla : 3.6.5
component_com_jevents : 3.4.43
module_mod_jevents_cal : 3.4.43
module_mod_jevents_custom : 3.4.43
module_mod_jevents_filter : 3.4.43
module_mod_jevents_latest : 3.4.43
module_mod_jevents_legend : 3.4.43
module_mod_jevents_notify : 3.0.5
module_mod_jevents_switchview : 3.4.43
layout_JEventsExtPlusLayout : 3.4.6
plugin_content_jevents : 3.4.43
plugin_finder_jevents : 3.4.43
plugin_installer_jeventsinstaller : 3.4.43
plugin_jevents_jevcustomfields : 3.5.8
plugin_jevents_jevfiles : 3.7.14
plugin_jevents_jevnotify : 3.4.0
plugin_search_eventsearch : 3.4.43
plugin_system_gwejson : 3.4.43
[/code]
·
5 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I suspect you have configured the plugin to send notifications to users associated to the event as managed people/resource. Disable this config option and you should be ok
·
5 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
https://www.dropbox.com/scl/fi/6nxe7qi8xjnahl62rndmj/Screenshot-2024-06-28-at-00.25.26.png?rlkey=ehxxl65jcucoe06wnahmpgngk&st=feca1awd&dl=0


Should i disable both of these for both new events and updated events ? ( deselect all ? )

TIA
·
4 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
change the second select list to match the first
·
4 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the response, however users are not being notified of new events , so unsure how this would help ?
·
4 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post