|
|
|
Re:CB r2 and joomla 1.0.8 Fatal error with create new
|
|
Date: 2006/03/28 19:51
|
By: larsm
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 7 |   | |
|
Hi again, I found that despite the error, the user was created and he can log on.
But when he tries to view his own profile or the profile of another user, he gets this error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 233472 bytes) in /var/www/hotserv.dk/users/karting/www/modules/mod_cbloginrc2.php on line 249
The same thing happens for the admin user when logged onto the frontend. He can show the list of users, but clicking on any user to view the profile, he gats this error.
Any ideas?
Regards, Lars
-----------
Community Builder CB 1.0 RC 2 on Joomla 1.0.8 Stable
Database Version: 4.1.14-log PHP Version: 5.0.5-pl3-gentoo
Relevant PHP Settings: Safe Mode: OFF Open basedir: /var/www/hotserv.dk/users/karting:/var/www/hotserv.dk/security:/usr/share/php:/usr/share/php5:/usr/
share/fonts:/var/www/hotserv.dk/tmp/users/7365 Display Errors: ON Short Open Tags: ON File Uploads: ON Magic Quotes: ON Register Globals: OFF Output Buffering: OFF Session save path: none Session auto start: 0 XML enabled: Yes Zlib enabled: Yes Disabled Functions: mysql_pconnect,eval,fsockopen,pfsockopen,socket_connect,socket_create,dl,shell_exec,exec,system,pass
thru,chown,symlink,link WYSIWYG Editor: No WYSIWYG Editor
|
|
The topic has been locked. |
|
|
|
|
Re:CB r2 and joomla 1.0.8 Fatal error with create new
|
|
Date: 2006/03/30 16:29
|
By: larsm
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 7 |   | |
|
Problem "solved"
It was suggested to me that perhaps CB was not to be blamed, but the problem could be because of the sum of memory taken up by other moduls as well as CB.
However, Community Builder is the only non native extension that I have installed
Components ------------ Banners Community Builder Mass Mail News Feeds Polls Syndicate Web Links
Modules ---------- mod_cbloginrc2 mod_comprofilermoderator mod_comprofileronline mod_mainmenu mod_mostread mod_newsflash mod_poll Site mod_random_image mod_related_items mod_search mod_stats mod_templatechooser mod_whosonline Site mod_wrapper mod_latest mod_logged mod_popular mod_stats
But, then the advice turned out to be really useful to me. I turned off all other modules, such as "polls", "newsflash", latest news", etc, down to the bare bone.
And, now it works! I can click and see the CB profiles. I'm running this on a free server at the moment, just for testing. When I get a "proper" server, I will probably have more memory, so if my tests show that the users should have CB, then I can give it to them.
I guess 8MB is very little...??
Lars
Post edited by: larsm, at: 2006/03/30 09:30
|
|
The topic has been locked. |
|
|
|
|
Re:CB r2 and joomla 1.0.8 Fatal error with create
|
|
Date: 2006/05/20 19:48
|
By: Dehaw
|
Status:
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 12 |   | |
|
I had this same problem before and added this into the globals.php file
ini_set("memory_limit" , "40M");
Works like a charm now with all modules on 
Hope this helps someone.
Derek
|
|
The topic has been locked. |
|
|
|
|
Re:CB r2 and joomla 1.0.8 Fatal error with create
|
|
Date: 2006/09/16 09:00
|
By: munntao
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
Dehaw wrote: I had this same problem before and added this into the globals.php file
ini_set("memory_limit" , "40M");
Works like a charm now with all modules on 
Hope this helps someone.
Derek
grate! problem solved but how it works?
|
|
The topic has been locked. |
|
|