Ajax Error!!! error – On Slider Revolution ?
“Try increasing the memory in your “wp-config.php” file”, simply add these lines on your WordPress wp-config file”
ini_set('memory_limit', '256M');
ini_set('upload_max_filesize', '128M');
ini_set('post_max_size', '128M');
ini_set('file_uploads', 'On');
ini_set('max_execution_time', '3000');
ini_set('file_uploads', 'On');
I hope this will help you. Thank you
Comments
Post a Comment