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/http://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/http://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 /http://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 /homehttp://example.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/http://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