I am making wallpaper website and while uploading the wallpaper files I got this error while working on Bulk-upload Fatal error: Maximum execution time of 30 seconds exceeded in /home/pinoylan/public_html/animeem.com/admin/index.php on line 491 how to fix that??? thanks
Try the following in an .htaccess file: Where x is the amount of seconds, I would start with 60 and see if this helps.
That setting is in php.ini, but if you don't have a dedicated server you probably don't have access to that. So do as I recommended in the wallpaper site creator thread, split the bulk-upload into smaller portions that can be processed in under 30 seconds.
put this in the first few lines of the script, that processes your uploads set_time_limit(300); Code (markup):