By Guest on Tuesday, 26 June 2018
Replies 4
Likes 0
Views 1.2K
Votes 0
We've experienced an issue on the site without making any specific upgrades (by which I mean the issue appeared after adding a couple of new repeat events. No update of Jevents or Joomla). I've tried several means to correct the issue but it's only getting worse it seems.

The issue appears on a standard calendar view - blank page and error reporting shows the following:


Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; plgJEventsJevcalendar has a deprecated constructor in /home/example.com/plugins/jevents/jevcalendar/jevcalendar.php on line 8

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8192 bytes) in /home/example.com/libraries/joomla/database/driver/mysqli.php on line 876

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /homeexample.com/libraries/vendor/joomla/registry/src/Registry.php on line 85


So, standard php increase to 256 produces the following:


Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; plgJEventsJevcalendar has a deprecated constructor in /homeexample.com/plugins/jevents/jevcalendar/jevcalendar.php on line 8

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /home/example.com/components/com_jevents/libraries/jicaleventrepeat.php on line 89


Increase again to 368 and nothing loads, no errors, so action. I figured timeout so increase php time to 180, then 360. Nothing.

Our Gold expired a couple of weeks ago (typical timing, right?!) but the charity simply doesn't have it in their budget right now! That said, this should pose a problem because nothing was changed at a core level?

I've updated to the latest Joomla and JEvents versions since then, just in case one would provide a solution but no dice.

Obviously, I don't want my timeout or memory limits so high if it can be helped, just increased in a hope to debug! I've left them at 256m and 180sec as that should be high enough for any operating site!


Hope you can help! I'm at a loss
Hello,

Please can you provide the Support Info from your backend -> JEvents Control Panel -> Support Info.

Many thanks
Tony
·
Tuesday, 26 June 2018 14:08
·
0 Likes
·
0 Votes
·
0 Comments
·

PHP Version : 7.1.17
MySQL Version : 5.6.39-cll-lve
Server Information : Linux n3plvcpnl36120.prod.ams3.secureserver.net 2.6.32-773.26.1.lve1.4.46.el6.x86_64 #1 SMP Tue Dec 5 18:55:41 EST 2017 x86_64
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Max Input Vars ? : 2000
Club code set? : Yes
User Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
Joomla : 3.8.8
component_com_jevents : 3.4.47
component_com_jeventstags : 3.4.1
component_com_jevlocations : 3.4.17
component_com_jce : 2.6.21
module_mod_jevents_cal : 3.4.47
module_mod_jevents_calendarplus : 3.4.1
module_mod_jevents_categories : 3.5.0
module_mod_jevents_custom : 3.4.47
module_mod_jevents_dynamiclegend : 3.3.1
module_mod_jevents_filter : 3.4.47
module_mod_jevents_latest : 3.4.47
module_mod_jevents_legend : 3.4.47
module_mod_jevents_slideshow : 3.4.3
module_mod_jevents_switchview : 3.4.47
module_mod_jevlocations : 3.4.17
module_mod_tabbedmodules : 3.0.8
layout_JEventsFloatLayout : 3.4.2
layout_smartphone : 3.4.0
plugin_content_jevent_embed : 3.1.7
plugin_content_jevents : 3.4.47
plugin_content_jevlocation_embed : 3.4.17
plugin_finder_jevents : 3.4.47 (not enabled)
plugin_installer_jeventsinstaller : 3.4.47 (not enabled)
plugin_jevents_jevcalendar : 3.4.1
plugin_jevents_jevcustomfields : 3.5.8
plugin_jevents_jevfacebooksocial : 3.4.1
plugin_jevents_jevfeatured : 3.4.0
plugin_jevents_jevfiles : 3.7.15
plugin_jevents_jevlocations : 3.4.17
plugin_jevents_jevtags : 3.1.3
plugin_jevents_jevtimelimit : 3.4.4
plugin_search_eventsearch : 3.4.47
plugin_search_jevlocsearch : 3.4.17
plugin_system_gwejson : 3.4.44
·
Tuesday, 26 June 2018 14:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I do appreciate you were a member until recently and will help you in this case. There appears to be a memory leak occurring in the month view. Other views are fine, I'm currently looking into this.
·
Wednesday, 27 June 2018 17:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

The problem was down to:

Gade Social - 13.06.2018

It had been created with a count of 9999 so you were loading in 10172 events to the monthly view, yearly view doesn't show repeats so they were not effected.

I reset that event and all is well again now, using around 18mb memory.

Many thanks
Tony
·
Wednesday, 27 June 2018 19:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post