Fatal error: Allowed memory size

Hi ,

Today i got this error :

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3072 bytes) in /home/xxxxx/public_html/www.maroc-click.com/inc/classes/BxDolImageResize.php  on line 433

Is this has something to do with the ram ? or what exactly .

I got this prob when i want to upload a large image , sometimes i do even when i want to instal a module !

Can i get any suggestion here.

Thanks.

Eli

Proud Hosted by Zarconia.net
Quote · 19 Mar 2010

Dolphins recommend php.ini settings.

register_globals=Off
magic_quotes_gpc=On
allow_url_include=Off
upload_max_filesize=300M
post_max_size=300M
max_input_time=3000
max_executi alt=3000
memory_limit=128M
short_open_tag=On


The one in RED is the setting you want to look at.

https://www.deanbassett.com
Quote · 19 Mar 2010

ok now i got it , am with arvixe and i checked just now my php.ini setting from admin area and it's like this :

Name :          Value                                       Recommanded

Memory limit: 32M                                           128M

So that's mean am only on 32M ?

is that right ?

Eli

Proud Hosted by Zarconia.net
Quote · 19 Mar 2010

From experience you want more than 128.  Any picture taken on highres cameras will give you the error.

The error doesn't break the picture, it just means no thumbnails of the picture will be created.  The system will still make a photo page but the only way to see the picture is to click on"view original"

Quote · 19 Mar 2010

ok now i got it , am with arvixe and i checked just now my php.ini setting from admin area and it's like this :

Name :          Value                                       Recommanded

Memory limit: 32M                                           128M

So that's mean am only on 32M ?

is that right ?

Eli




Aye.

Quote · 19 Mar 2010

So this is arvixe and recommanded anyway am not going to start lol

I also got in the maximum excution time only 30 instead of 300 !

hehe

I will check it out with them !

Eli

Proud Hosted by Zarconia.net
Quote · 19 Mar 2010

I talked to one of the arvixe support and i was told to create a php.ini !

Is it that easy ?

pls help .

Thanks.

Proud Hosted by Zarconia.net
Quote · 19 Mar 2010

On some servers it's that easy. So if thats what they told you to do, then it should work.

Just create a php.ini file in the root of your dolphin site with those values in it.

https://www.deanbassett.com
Quote · 19 Mar 2010

That's solved ! after 6 hours of waiting and fighting back hehe.

Thanks deano and mauricicano for your help.

peace

Proud Hosted by Zarconia.net
Quote · 19 Mar 2010

I have this same error on one of my pages and have no idea how to create a php.ini file any instructions with this

Quote · 26 May 2010

I have this same error on one of my pages and have no idea how to create a php.ini file any instructions with this

Create a new document (in a non-formatted text editor) with the following content:

register_globals=Off
magic_quotes_gpc=On
allow_url_include=Off
upload_max_filesize=300M
post_max_size=300M
max_input_time=3000
max_executi alt=3000
memory_limit=128M
short_open_tag=On

Save the file as php.ini (not php.ini.txt, php.ini.rtf, etc.) and upload it to the root of your Dolphin installation.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 26 May 2010

Thanks much  for the instruction did not have a clue but it worked great!!!

Quote · 27 May 2010
 
 
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.