issue after full install

Hi,

Recently installed dolphin 6.1.6 and everything installed correctly, removed install folder then get the following message:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes)in /home/sites/mysite.com/public_html/mysite/inc/classes/BxDolGroups.php on line 1968

Anyone what is causing this error message as I've looked at the script and all seems fine

Cheers

MOONSHINE

Quote · 1 Aug 2009

You must increase your memory limits.  Get with your host on this.

Quote · 1 Aug 2009

Thanks, Can you give me a size that would be acceptable for the script to work. I guessing this is actually a storage issue?

Quote · 2 Aug 2009

These are the recommended php.ini settings that need to be set on your host for dolphin to run correctly.

It is a memory issue, not a storage issue.

register_globals=Off
magic_quotes_gpc=On
allow_url_include=Off
upload_max_filesize=300M
post_max_size=300M
max_input_time=3000
max_execution_time=3000
memory_limit=128M

https://www.deanbassett.com
Quote · 2 Aug 2009

BIG THANKS TO DEANO92964 FOR YOUR ADVISE WITH THE PHP.INI FILE CREATED IT AND EVERYTHING JUST JUMPED IN TO PLACE Laughing CHEERS !!

Quote · 2 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.