Please can someone HELP!!

Hi I hope someone can help I have installed dolphin 7 beta and admin works fine modules some upload and some wont and was wondering when I go to my community homepage it was working. Now that I have modules installed tho it is now displaying the following message.

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /homepages/27/d254176920/htdocs/community/inc/classes/BxDolFilesModule.php on line 674

Quote · 16 Aug 2009

This is set in php.ini
memory_limit = 8M
Needs to be increased

Quote · 16 Aug 2009

Ah ok

That is on my server tho and it is shared hosting can I put it into a php.ini file like with the others I had to write to get the pages to load in the first place?? I am confused lol :

Quote · 16 Aug 2009

you just need one php.ini   and it should be in ...root/

some basic settings


register_globals = off
allow_url_fopen = off
magic_quotes_gpc=On
file_uploads = On

memory_limit = 128M
upload_max_filesize=128M
post_max_size=128M
AddType x-mapp-php5 .php
expose_php = Off
max_execution_time = 660
max_input_time = 660

Quote · 16 Aug 2009

ok so 1 php.ini file then?

at moment it reads

safe_mode = Off
get_magic_quotes_gpc = On
allow_url_include = Off
register_globals = Off

So if I change it to the what you have just written this should work?? I shall try that and

Thank You :)

Quote · 16 Aug 2009

it should work give it a try

Quote · 16 Aug 2009

This is set in php.ini
memory_limit = 8M
Needs to be increased

That's correct. If you have access to SSH just set the php.ini on root level and increase the memory. That should work :-)

Quote · 16 Aug 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.