Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Showcase Questions /

Feedback and questions about sites in the Community Showcase.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Fatal Error Question?


Go to End


5 Posts   3255 Views

Avatar
Denny

Community Member, 55 Posts

30 July 2010 at 12:47pm

I been trying to access the file that is responsible for causing my image upload section to say "Fatal error in memory on line 23 of a gd.php file". I tried accessing it through ht.access, and through maybe a php.ini file, but I am having no luck. I was wondering, inside the GD.php file there is this information on line 22. "Getting image size", and there isn't any memory limit listed in the file. I don't think it's hidden, but maybe there could be a different type of code used to represent the memory limit. Anyway, I need help, and I'm not a web developer. Maybe someone can give me specific instructions on how to clear this problem?

Avatar
Willr

Forum Moderator, 5523 Posts

30 July 2010 at 3:19pm

Do you have any more information about the error (a backtrace etc) If its an Out of Memory error then the line number is no real help. You will need to up with PHP memory limit. I recommend 64mb at least, 128mb if you can.

Avatar
Denny

Community Member, 55 Posts

30 July 2010 at 10:27pm

Hi, I want to thank you for helping me, because I am not really familiar with Silverstripe yet. Anyway, I managed to copy and paste what type of error keep popping up, and it is: (Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16800 bytes) in /data/10/0/76/36/728362/user/743257/htdocs/bhorror/sapphire/filesystem/GD.php on line 22). Anyway, I don't think the file is hidden, but I think it may be named differently?

Avatar
Denny

Community Member, 55 Posts

31 July 2010 at 11:19am

I have figured out where the php file is to change the memory size. Thank you for your help.

Avatar
vancouverWill

Community Member, 121 Posts

8 December 2010 at 1:55pm

Hey Denny

What did you find the answer to this was?

Thanks