Fatal error: Allowed memory size of 134217728 bytes .....
JEvents 2.0 was launched over 2 years ago and the latest stable version is version 2.2 which will run on Joomla 1.5 and Joomla 2.5. JEvents 1.5 is therefore no longer actively supported - you should upgrade to JEvents 2.2+ as soon as possible.
Forum rules
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Fatal error: Allowed memory size of 134217728 bytes .....
by reneemb2000 » Sat Jan 28, 2012 8:40 pm
This is weird. The person who enters my calendar information is getting the below message. But I can go and enter events on the calendar just fine without any errors. Any ideas on how to fix this one??
Jevents version -v1.5.5e
Joomla database version - 5.1.56
Joomla PHP version - 5.3.9
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /home/kidsinst/public_html/components/com_jevents/libraries/jicaleventdb.php on line 28
Jevents version -v1.5.5e
Joomla database version - 5.1.56
Joomla PHP version - 5.3.9
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /home/kidsinst/public_html/components/com_jevents/libraries/jicaleventdb.php on line 28
- reneemb2000
- Posts: 6
- Joined: Sat Jan 28, 2012 8:31 pm
Re: Fatal error: Allowed memory size of 134217728 bytes ....
by Tonyp » Sat Jan 28, 2012 8:44 pm
You are running out of PHP memory!
Firstly... upgrade to at least JEvents 1.5.6.
Can you enable joomla debug, and you should see a track back, i.e:
As you can see i'm using about 14.55mb of memory where as you are using more than 134mb... So running this will hopefully tell you what's using soo much before running the icalevent which max's out your memory limit.
Firstly... upgrade to at least JEvents 1.5.6.
Can you enable joomla debug, and you should see a track back, i.e:
Application 0.004 seconds (+0.004); 1.45 MB (+1.454) - afterLoad
Application 0.092 seconds (+0.089); 6.77 MB (+5.317) - afterInitialise
Application 0.093 seconds (+0.000); 6.77 MB (+0.000) - afterRoute
Application 1.898 seconds (+1.806); 13.37 MB (+6.595) - afterDispatch
Application 1.932 seconds (+0.034); 13.66 MB (+0.294) - beforeRenderModule mod_title (Title)
Application 1.944 seconds (+0.011); 13.71 MB (+0.045) - afterRenderModule mod_title (Title)
Application 1.945 seconds (+0.001); 13.70 MB (-0.002) - beforeRenderModule mod_toolbar (Toolbar)
Application 1.991 seconds (+0.045); 13.79 MB (+0.090) - afterRenderModule mod_toolbar (Toolbar)
Application 1.992 seconds (+0.001); 13.79 MB (-0.002) - beforeRenderModule mod_status (User Status)
Application 2.009 seconds (+0.017); 13.80 MB (+0.007) - afterRenderModule mod_status (User Status)
Application 2.011 seconds (+0.001); 13.79 MB (-0.003) - beforeRenderModule mod_menu (Admin Menu)
Application 2.450 seconds (+0.440); 14.40 MB (+0.600) - afterRenderModule mod_menu (Admin Menu)
Application 2.455 seconds (+0.005); 14.55 MB (+0.153) - afterRender
As you can see i'm using about 14.55mb of memory where as you are using more than 134mb... So running this will hopefully tell you what's using soo much before running the icalevent which max's out your memory limit.
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8709
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Fatal error: Allowed memory size of 134217728 bytes ....
by reneemb2000 » Sat Jan 28, 2012 9:06 pm
Why is this only happening on one computer? When we enter events on my computer it is fine. No errors.
- reneemb2000
- Posts: 6
- Joined: Sat Jan 28, 2012 8:31 pm
Re: Fatal error: Allowed memory size of 134217728 bytes ....
by Tonyp » Sat Jan 28, 2012 9:10 pm
That is not possible, it must be because you are doing some thing different. maybe a different login? different rights so you have different things loaded.
This is not definitely caused by JEvents, but how I told you to proceed will help you identify the cause.
This is not definitely caused by JEvents, but how I told you to proceed will help you identify the cause.
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8709
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Fatal error: Allowed memory size of 134217728 bytes ....
by reneemb2000 » Sat Jan 28, 2012 9:35 pm
I thought so also. So I told her to log onto her computer with my login and password, I am an super aminstator and she still got the error.
So I went in and changed her password and then logged in on my computer with her login and was able to enter an event without a problem. Told her to now log in on her computer.... got the error... uggg. It is something happening just on her computer.
So I went in and changed her password and then logged in on my computer with her login and was able to enter an event without a problem. Told her to now log in on her computer.... got the error... uggg. It is something happening just on her computer.
- reneemb2000
- Posts: 6
- Joined: Sat Jan 28, 2012 8:31 pm
Re: Fatal error: Allowed memory size of 134217728 bytes ....
by Geraint » Sun Jan 29, 2012 9:08 am
could she be creating an event with a crazy number of repeats by mistake e.g. daily repeats for the next 100 years or 9999 repeats?
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30507
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Fatal error: Allowed memory size of 134217728 bytes ....
by reneemb2000 » Sun Jan 29, 2012 6:16 pm
That could happen. Is there a way to track down a entry like that?
- reneemb2000
- Posts: 6
- Joined: Sat Jan 28, 2012 8:31 pm
Re: Fatal error: Allowed memory size of 134217728 bytes ....
by reneemb2000 » Sun Jan 29, 2012 8:45 pm
Ok, Went through and deleted all past events and also checked every event present and future for repeat errors. Everything looks ok. Any idea how I find "Line 28 on the jicaleventdb.php" and see if I can find the error.
- reneemb2000
- Posts: 6
- Joined: Sat Jan 28, 2012 8:31 pm
Re: Fatal error: Allowed memory size - FIXED!!!!!
by reneemb2000 » Sun Jan 29, 2012 10:22 pm
All fixed!!!! It was an internet Explorer bug. Downloaded firefox and then tried jevents...worked fine!
Dang that explorer!
Dang that explorer!
- reneemb2000
- Posts: 6
- Joined: Sat Jan 28, 2012 8:31 pm
Re: Fatal error: Allowed memory size of 134217728 bytes ....
by Tonyp » Mon Jan 30, 2012 8:38 am
Which version of internet Explorer was she using?
Thanks
Tony
Thanks
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8709
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
10 posts
• Page 1 of 1
Return to JEvents 1.5 (No longer actively supported)
Who is online
Users browsing this forum: Bing [Bot]

