PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

Where is the script for regenerating thumbnails?

3 replies to this topic
#1
brandonc503

    PrestaShop Apprentice

  • Members
  • PipPip
  • 132 posts
i am on shared server and i wana use .htaccess to override the php_value max_execution_time 600 . i think thats what giving me error 500 when i recreate images.. casue some of the images are created but not all

#2
Sarahd

    PrestaShop Apprentice

  • Members
  • PipPip
  • 474 posts
error 500 as I have seen lately can come from a FASTCGI change in version at your hoster. Switch indicator to CGI if you may.
Sarah ;-D
Comptabilité, Informatique, Infographie

#3
brandonc503

    PrestaShop Apprentice

  • Members
  • PipPip
  • 132 posts
switch indicator? that somthing godaddy has to do for me? or is it code in ps? i do appreciate the idea though.

#4
brandonc503

    PrestaShop Apprentice

  • Members
  • PipPip
  • 132 posts
and where would i put something like

if (ini_get('max_execution_time') < 120) {
set_time_limit(120);
}


in the PS recalculating script or in the htaccess file?