e107 bridge problem

Started by bpc|slaughter, March 04, 2008, 12:44:18 AM

Previous topic - Next topic

bpc|slaughter

I've read all the post 1 by 1 on the whole community forum. I'm not a person that will habitually ask for help but now I need some. Everything works fine like always when my forum is UnWrapped but it seems that I got a memory problem when it's Wrapped :

hxxp:ai-jo.com/e107smf/e107_plugins/smf/smf.php [nonactive]

I can give you a full detail on php.ini, but I think you only need to know :
memory_limit   32M

more info :
output_buffering   no value
output_handler   no value

Enable compressed output : NOT CHECKED
Use database driven sessions : CHECKED
Allow browsers to go back to cached pages : CHECKED

my path is correct too, I took the one from the SMF forum directory. I did some test and it is sure that my path is correct (I know how the paths works and this is not my problem for sure)

It's both fresh new installation.

thanks in advance

Orstio

If you create a php_info page, does your actual memory_limit indicate 32M?  Some shared hosts restrict that.

bpc|slaughter

I took the information from my cpanel which is a php_info command. But let me link you :

hxxp:www.ai-jo.com/e107smf/php_info.php [nonactive]

Orstio

In the file smf.php, you should be able to find this on line 61:

$buffer = ob_get_contents();

Does it work if you change it to this:

$buffer = ob_get_clean();

bpc|slaughter

No, it don't change anything.

I contacted my host and they are sure that I have 32M of memory limit.

Orstio

OK, this might seem extreme, but how about if you bump it up to 64M?

bpc|slaughter

nope, even at 64M it still don't work. It's really weird, I can't get it to work on that server, but I started my own apache server on my local machine to test it and it works...

I'll try to re-install everything...

Advertisement: