brandonc503 Posted February 9, 2010 Share Posted February 9, 2010 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 Link to comment Share on other sites More sharing options...
D-fox Posted February 9, 2010 Share Posted February 9, 2010 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. Link to comment Share on other sites More sharing options...
brandonc503 Posted February 9, 2010 Author Share Posted February 9, 2010 switch indicator? that somthing godaddy has to do for me? or is it code in ps? i do appreciate the idea though. Link to comment Share on other sites More sharing options...
brandonc503 Posted February 9, 2010 Author Share Posted February 9, 2010 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? Link to comment Share on other sites More sharing options...
Recommended Posts