Create Site or Repair error Maximum execution time of 30 seconds exceeded on LiteSpeed
Updated at 2025-10-30 09:03:14
Posted in
(Primary)Install & Create Site Troubleshooting,
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]
Posts in Category
-
Create site error "Error: Please allow extension : 'mysqlnd','pdo','gd','curl','iconv', .......
Admin Updated on 2025-10-30 09:03:23
-
Create site error "Error: Please set max_execution_time more than 90"
Admin Updated on 2025-10-30 09:03:23
-
Create site error "Error: Please set memory_limit more than 64M."
Admin Updated on 2025-10-30 09:03:22
-
Edit website returns Admin Login instead of content editor
Admin Updated on 2025-10-30 09:03:17
-
Create site error "Error: Please allow function : 'posix_getpwuid', 'getmyuid', 'fileowner', 'stat', 'file_put_contents', 'parse_ini_file'"
Admin Updated on 2025-10-30 09:03:17
Admin