Error
Download Vendor : Error {"status":false,"exectime":"","message":" This error has to be fixed by RVsitebuilder team. Please submit a ticket with Hosting Access and Domain name provided to us directly Here.<\/a> (Maximum execution time of 30 seconds exceeded)"} (HTTP/1.0 500 Internal Server Error)
Reason
The error tells that PHP or Apache timeout before download and extract complete.
Solution
Add following command in.htaccess file of the domain name in question.
RewriteEngine On
RewriteRule .* - [E=noabort:1, E=noconntimeout:1]
RewriteRule .* - [E=noabort:1, E=noconntimeout:1]
Comments
0 comments
Article is closed for comments.