0
Welcome Guest! Login
0 items Join Now

Fatal error:

  • Fatal error:

    Posted 15 years 9 months ago
    • Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3264 bytes) in C:\xampp\htdocs\whatsonbali\modules\mod_rokstories\thumbnail.inc.php on line 158
      Regards
      Icb
    • Last Edit: 15 years 8 months ago by itscoolbananas.
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Fatal error:

    Posted 15 years 9 months ago
    • Looks like you need to increase the memory limit on your php.ini file.
    • Thanks,
      jim
  • Re: Fatal error:

    Posted 15 years 9 months ago
    • thank you for responding during weekend Jem, shows true passion :)

      I have looked throughout the php.ini file and the only setting that seemed close to that was

      "; Maximum size of POST data that PHP will accept.
      post_max_size = 64M

      i then changed, saved at 250M and refreshed the browser but no luck.

      I have also looked on line 158 on modules\mod_rokstories\thumbnail.inc.php and found this

      $this->oldImage = ImageCreateFromJpeg($this->fileName);

      Am i anywhere close?
      Cheers
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: Fatal error:

    Posted 15 years 9 months ago
    • Add this to .htaccess:

      php_value memory_limit 64M
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
  • Re: Fatal error:

    Posted 15 years 9 months ago
    • Hi Prim,
      i have to confess I have no real clue of where i should fit that line. I have pasted the content of the htaccess of that site.. is this the right one?

      ##
      # @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
      # @package Joomla
      # @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
      # @license www.gnu.org/copyleft/gpl.html GNU/GPL
      # Joomla! is Free Software
      ##


      #####################################################
      # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
      #
      # The line just below this section: 'Options +FollowSymLinks' may cause problems
      # with some server configurations. It is required for use of mod_rewrite, but may already
      # be set by your server administrator in a way that dissallows changing it in
      # your .htaccess file. If using it causes your server to error out, comment it out (add # to
      # beginning of line), reload your site in your browser and test your sef url's. If they work,
      # it has been set by your server administrator and you do not need it set here.
      #
      #####################################################

      ## Can be commented out if causes errors, see notes above.
      Options +FollowSymLinks

      #
      # mod_rewrite in use

      RewriteEngine On

      ########## Begin - Rewrite rules to block out some common exploits
      ## If you experience problems on your site block out the operations listed below
      ## This attempts to block the most common type of exploit `attempts` to Joomla!
      #
      # Block out any script trying to set a mosConfig value through the URL
      RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
      # Block out any script trying to base64_encode crap to send via URL
      RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
      # Block out any script that includes a <script> tag in URL
      RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
      # Block out any script trying to set a PHP GLOBALS variable via URL
      RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
      # Block out any script trying to modify a _REQUEST variable via URL
      RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
      # Send all blocked request to homepage with 403 Forbidden error!
      RewriteRule ^(.*)$ index.php [F,L]
      #
      ########## End - Rewrite rules to block out some common exploits

      # Uncomment following line if your webserver's URL
      # is not directly related to physical file paths.
      # Update Your Joomla! Directory (just / for root)

      # RewriteBase /


      ########## Begin - Joomla! core SEF Section
      #
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_URI} !^/index.php
      RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
      RewriteRule (.*) index.php
      RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
      #
      ########## End - Joomla! core SEF Section





      I have found also found the memory limit of the php.ini as i pasted here below and tried to change to 64M here but still no luck


      ;;;;;;;;;;;;;;;;;;;
      ; Resource Limits ;
      ;;;;;;;;;;;;;;;;;;;

      max_execution_time = 60 ; Maximum execution time of each script, in seconds
      max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
      memory_limit = 64M ; Maximum amount of memory a script may consume (32MB)
  • Re: Fatal error:

    Posted 15 years 9 months ago
    • I restarted the pc and it works now :cheesy: :cheesy: :cheesy:
      Thx
      Hope you have a great week

Time to create page: 0.077 seconds