vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   DTO Garage Fatal error: Allowed memory size of 31457280 bytes exhausted (https://vborg.vbsupport.ru/showthread.php?t=261254)

Edgespeeder06 03-31-2011 09:40 PM

DTO Garage Fatal error: Allowed memory size of 31457280 bytes exhausted
 
I am having an issue with my DTO Garage mod on njstangers . org and I am not sure why since I haven't altered it. Is there really an actual spot to increase the size?

Quote:

Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 7312 bytes) in /home/stangers/public_html/forum/includes/functions_dto_garage_common.php on line 678
At the location specified above, this is what I have:


Quote:

669 function open_image($mime_type, $src) {
670
671 if(stristr($mime_type, 'gif')) {
672
673 $image = imagecreatefromgif($src);
674
675 } elseif(stristr($mime_type, 'jpeg')) {
676
677 @ini_set('gd.jpeg_ignore_warning', 1);
678 $image = imagecreatefromjpeg($src);
679
680 } elseif( stristr($mime_type, 'png')) {
681
682 $image = imagecreatefrompng($src);
Any advice as to what is going wrong would be appreciated, Google didn't help me on this one. :)

kh99 03-31-2011 09:57 PM

It looks like at least one person has asked about that error in the mod thread, so you might want to read that.

Are you using the latest version of the mod? The one I looked at didn't have 678 lines in that file.

Edgespeeder06 03-31-2011 10:07 PM

Oh thank you: v 1.3.0

Lynne 04-01-2011 02:52 AM

Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.


All times are GMT. The time now is 02:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00936 seconds
  • Memory Usage 1,713KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete