|
|
Re:Fatal error: allowed memory size exhausted
|
|
Date: 2007/04/02 18:58
|
By: chelby
|
Status:
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 10 |   | |
|
Hi,
I was getting blank page errors everywhere for CB, every page. I turned on debugging and these were the errors I was getting, instead of the blank page.
| Code: | Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 58368 bytes) in /home/ashelby20/public_html/components/com_comprofiler/plugin/language/default_language/default_language.php on line 109
|
And:
| Code: | Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /home/ashelby20/public_html/modules/mod_jflanguageselection.php on line 156
|
Every page that was blank, is saying pretty much this same thing about the memory error??
I am running PHP 5 on a virtual dedicate server through godaddy and have root access to everything if I need it.
I finally got this working by changing the memory limit fix that has been reported.
BUT, I HAD TO RESTART THE APACHE SERVER FOR THE NEW SETTINGS TO TAKE EFFECT. I know some people may not be able to do this, but it is what worked for me.
Good luck,
Aric
|
|
The topic has been locked. |
|
|
|
Re:Fatal error: allowed memory size exhausted
|
|
Date: 2007/04/02 19:07
|
By: chelby
|
Status:
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 10 |   | |
|
Oh, my site is located at:
http://www.shipplotting.com
I must say, I was freaking out for the last hour trying to get this sorted out, thank god for the forum here and all the great posts.
I'm loving Joomla more every day.
Aric
|
|
The topic has been locked. |
|
|
|
|
Re:Fatal error: allowed memory size exhausted
|
|
Date: 2008/10/15 17:55
|
By: wrsite
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
I installed community builder 1.1 on my joomla site several months ago and have never had a problem. Yesterday, my users could not login using the login form on the home page. All users, including myself receive the following error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /homepages/38/d208294027/htdocs/mysite/components/com_comprofiler/plugin/user/plug_cbmenu/
cb.menu.php on line 1037
I've read through all posts on memory allocation and have modified my php.ini file as follows:
<?php
ini_set('memory_limit','32M')
register_globals= "Off"
upload_max_filesize = 8M;
memory_limit = 32M ;?>
I may have this file in the wrong directory. Where should it be posted? Is this one of those files I need to post in multiple directories?
I still receive the error and don't understand what others did to resolve the issue. I'm brand new to joomla and php so I don't understand most of the lingo. What should I do to correct this?
by the way, I can login to joomla as an administrator via the administrator URL, but I cannot login through the CB Login form.
Post edited by: wrsite, at: 2008/10/15 18:12
|
|
The topic has been locked. |
|
|
|
Re:Fatal error: allowed memory size exhausted
|
|
Date: 2008/10/16 23:53
|
By: Rapunzl
|
Status:
|
|
|
Karma: 52  
|
|
Moderator  | Posts: 1095 |   | |
|
First, you need to change htaccess.txt to .htaccess. Then you have to enable apache mod_rewrite in your Joomla Global Configuration. Jamie Rapunzl Reminisces Owner and Website Administrator / Community Builder and Groupjive Team Member and Moderator _______________________________________________________ Want to speed up the release of CB 1.2 Plugins? Before posting, please read CB 1.1 Bugs stickies or CB 1.2 Identified Issues and the FAQs and Search the forum and the Web for your error. If not found, post Joomla, CB, PHP, Database and Browser versions, along with the exact error you are getting and results. Fewer posts for the developers to sift through will result in faster releases!
If you're looking for CB plugins, try the Downloads section, Directory (new) section or Joomla Community Builder-specific extensions and check the extension developers site for plans to integrate or plugins that already integrate CB 1.2. Also, if you find other requests already posted, please just add your request to the thread instead of creating a new one. Thanks!
|
|
The topic has been locked. |
|
|
|
|
Re:Fatal error: allowed memory size exhausted
|
|
Date: 2008/10/17 04:01
|
By: wrsite
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
Ok, I tried that with bizarre results.
I renamed my htaccess.txt to .htaccess
After that, I selected Apache mod rewrite, but as soon as I clicked save I received this error.
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I was able to change .htaccess back to htaccess.txt and restored the site so I could access it again, but neither my users nor I can login from the front-end.
is there something else I'm missing? Do you think my htaccess.txt file could be the wrong one? Where would I get a suitable replacement?
Maybe I should mention my host is 1and1 and I'm using Joomla 1.5.2
Post edited by: wrsite, at: 2008/10/23 13:19
|
|
The topic has been locked. |
|
|
|
|
Re:Fatal error: allowed memory size exhausted
|
|
Date: 2008/10/23 12:58
|
By: wrsite
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
I'm checking in to see if anyone has any suggestions for the
"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /homepages/38/d208294027/htdocs/mysite/components/com_comprofiler/plugin/user/plug_cbmenu/
cb.menu.php on line 1037"
I still receive that error if I try to login to the community builder login form.
I tried the suggestions below but have not corrected the error.
What do you recommend?
My host says I cannot increase the memory limit "Due to resource limits on our Shared Hosting machines, it is not possible to allocate more than 20M of memory to PHP, although phpinfo() may report a higher number. You will be unable to increase the memory usage limit with a php.ini file."
I didn't install anything new at the time this error occurred, but I was able to login previously. What would cause this to happen?
Post edited by: wrsite, at: 2008/10/23 13:16
|
|
The topic has been locked. |
|
|