Bring Your Business to Life › Support › Image Store › Scaning image folder results an error after 30sec › Reply To: Scaning image folder results an error after 30sec
May 11, 2012 at 10:14 am #47018
Keymaster
you need to increase your memory and execution time, just change the values.
ini_set( 'memory_limit', '256M' ); ini_set( 'set_time_limit', '1300' );
The above values are the ones set by the plugin. I will be adding a setting so you can modify this using the admin area.