Home arrow Forum SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 02, 2008, 03:22:50 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.0.x (Moderators: -Wolverine, kai920)
| | | |-+  SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted  (Read 3805 times)
yar
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 7


View Profile
SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« on: January 15, 2006, 04:40:51 PM »

Hi all!
I have installed JoomlaSMFForum_1.0.2a on Joomla 1.0.5 and SMF 1.1 RC2
INSTALLATION CHECKLIST:
installed Install SMF Forum on the same database as Joomla.
done [un-patch] Patch mambo index.php file.
done [un-patch] Patch SMF index.php and Sources/Subs-Post.php file.
done [verify]  Synchronize Joomla and SMF users (optional).

I get the blank page when accessing to my site and this entry at error_log:
[Mon Jan 16 00:16:57 2006] [error] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 52 bytes) in /home/www/energy/includes/database.php on line 477
[Mon Jan 16 00:17:02 2006] [error] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 52 bytes) in /home/www/energy/includes/database.php on line 477
[Mon Jan 16 00:17:15 2006] [error] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 47 bytes) in /home/www/energy/includes/database.php on line 477
[Mon Jan 16 00:17:49 2006] [error] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 64 bytes)

When i un-patching Joomla's index.php site works fine.
Upgraded Joomla to 1.0.6, problem doesn't solved.
Tryed to use bridge from SMF developers (3.20) - it have similar problem after Joomla's template modification.

Is there a solution to get it work?

Thanks.
Logged
Storman
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 18



View Profile
Re: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« Reply #1 on: January 15, 2006, 04:46:29 PM »

1.0.6 is a duff release.

See Joomla Org because files have been withdrawn and 1.0.7 is due ASAP.

This might not be your issue though.
Logged
yar
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 7


View Profile
Re: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« Reply #2 on: January 15, 2006, 04:55:35 PM »

1.0.6 is a duff release.

But i have troubles with 1.0.5 too. And only when patching joomla's index.php. Sad

UPD:
I see blank page when requesting frontpage, SMF via Joomla, but most of pages are working. I have no idea how to fix it.
« Last Edit: January 15, 2006, 05:07:31 PM by yar » Logged
Memamba
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 7



View Profile
Re: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« Reply #3 on: January 19, 2006, 12:43:46 PM »

Hi there

I could have something to do with the php memory_limit.
I have a site on a webhotell who have set the memory limit to 8 mb.
I had to buy more memory limit.
If you have the chance, you could edit the memory limit in the php-dir, or make some adjustement in the .htacess-file. Wink
Logged
yar
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 7


View Profile
Re: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« Reply #4 on: January 19, 2006, 05:30:49 PM »

If you have the chance, you could edit the memory limit in the php-dir, or make some adjustement in the .htacess-file. Wink

My hoster doesn't allow memory limit editing for security and stability reasons.
But i think something is wrong in integration, 8mb per request - too many
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« Reply #5 on: January 19, 2006, 06:57:48 PM »

8mb backend db processing is normal I'd say, although I don't have any statistics to reference.  I believe that is why your page doesn't display.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Memamba
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 7



View Profile
Re: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« Reply #6 on: January 20, 2006, 05:47:28 AM »

Hi again.

The hotels often gives you a opportunity to buy som extra mb.
I had to ask them, and they did it for a small fee.
Maybe is is mentioned in the hosts FAQ.
Logged
yar
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 7


View Profile
Re: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« Reply #7 on: January 20, 2006, 07:06:41 AM »

8mb backend db processing is normal I'd say, although I don't have any statistics to reference.  I believe that is why your page doesn't display.

8 mb used by PHP script only, mysqld uses other memory space.
If i have 50 requests per second for example and execution time about 0.2 sec it will eat about 50*8*0.2 = 80 mb average memory usage.
For example if your hoster have 2048 mb RAM, you using 4% of resources.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« Reply #8 on: January 20, 2006, 08:46:07 AM »

ok, then something else is wrong and you will need to wait until Joomla-SMF 1.1 which officially supports SMF 1.1RC2 or you can revert back to SMF 1.1RC1. 
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Rick Henson
Joomla Pro
**

Karma: +3/-0
Offline Offline

Posts: 82


View Profile
Re: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« Reply #9 on: January 20, 2006, 02:39:19 PM »

According to the SMF people you can't revert SMF RC2 back to RC1. Do you know how to do this? This is very frustrating. At this point I will try just about anything. Seems all support for SMF has been dumped for anyone running SMF RC2, Joomla 1.07 and CB RC2.
Logged

Rick

Running:
Joomla! 1.0.7 Stable
Community Builder 1.0 rc2
SMF 1.1 RC2
JSMF 1.1 RC2 patch1
JSMF CB Plugin 1.0.1
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: SMF 1.1RC2+Joomla 1.0.6: Allowed memory size of 8388608 bytes exhausted
« Reply #10 on: December 23, 2006, 03:34:30 PM »

http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,2559.msg12512#msg12512
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Joomla Comment
Search Contact About Advertise Blogs Topsites Submit News Register Login