jaxchris Posted September 26, 2011 Share Posted September 26, 2011 Good Day All: I am attempting to export my catalog to google shopping and when I select Export Products with combination/attributes (Export Several Products: One Product per attribute combination), I receive the following error. (My shop has 2400 products with almost 40k different products with variations.) I can export 2400 products fine with no errors. Fatal error: Maximum execution time of 120 seconds exceeded in /home2/saddler3/public_html/classes/SpecificPrice.php on line 124 I have configured the php.ini file with the settings as: max_execution_time = 600 ; 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 = 1024M ; Maximum amount of memory a script may consume (1024MB) I have configured the config.inc.php file with the settings as: @ini_set('memory_limit ', '1024M'); @ini_set('max_execution_time ', 600); Is there another place to adjust the execution time other than the places I have already configured? Is there a step that I am missing? I am using Google Merchant Center. Link to comment Share on other sites More sharing options...
tomerg3 Posted September 27, 2011 Share Posted September 27, 2011 It sounds like your host is not letting you set those options in the php.ini file. Check with them regarding the issue. Link to comment Share on other sites More sharing options...
Recommended Posts