| 
Welcome, Guest
  • Page:
  • 1

TOPIC: [SOLVED] Fatal error: Allowed memory size

[SOLVED] Fatal error: Allowed memory size 2 years 1 month ago #158923

  • Pottsy
  • Pottsy
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 5
  • Karma: -
I seem to be able to get all the GJ pluggins to work except the Forum one. I get this follwoign error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 51201 bytes) in /home/pottsne/public_html/tree/libraries/joomla/environment/response.php on line 176

I have:
Kunena 1.6.3
Joomla 1.5.22
CB 1.4
CB Jive 2.1
PHP Version: 5.2.16
MySQL: 5.1.33

Is this because my hosting service has limited my memory usage and is the only work around to have it increased?

Thansk.
Last Edit: 2 years 1 month ago by krileon.
The administrator has disabled public write access.

Re: Fatal error: Allowed memory size 2 years 1 month ago #158953

  • krileon
  • krileon
  • ONLINE
  • Moderator
    Moderator
  • Posts: 31450
  • Karma: 899
Your memory limit seams to be capped out at 32M. You likely will need to increase this. CB with GJ and various other extensions installed is of course going to begin consuming more memory. The error does not appear to be coming from GJ though, but from Joomla stalling out. Perhaps try disabling Joomla system plugins 1 by 1 to see if any are causing problems.
Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Tutorials + Search the forums
CB links: Documentation - Tutorials - Templates - CBSubs - Hosting - Forge - Incubator - GroupJive
--
If you are a Advanced, Professional, Developer, or CBSubs subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Advanced, Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM EST to 4:00 PM EST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
--
If you use Community Builder, please post a rating and a review at the Joomla! Extensions Directory.
The administrator has disabled public write access.

Re: Fatal error: Allowed memory size 2 years 1 month ago #159114

  • Pottsy
  • Pottsy
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 5
  • Karma: -
Fixed thanks. I had to create a php.ini file and put it in the root folder of my Joomla site with the following two line:

register_globals = Off
memory_limit = 64M

Cheers,

Pottsy
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 0.196 seconds