Search
Other Modules Anywhere questions
Forum

Timeout on intranet

Kovacs Peter's Avatar Kovacs Peter
I built a site which is accessible only on company intranet, the server does not have access to the internet for security reasons. The site uses several Regular Labs extensions so I'm not sure which one is affected.
Sometimes but not always when I open an article to edit, I get a timeout, but it loads after refresh and works for some minutes.
I checked the error logs, this is what I found:
[Tue Nov 09 16:29:47.977741 2021] [php:error] [pid 14212:tid 1248] PHP Fatal error: Maximum execution time of 30 seconds exceeded in D:\\Apache24\\htdocs\\libraries\\regularlabs\\src\\Http.php on line 43, referer: https://localhost/administrator/index.php?option=com_conte...
Searching for extension updates is disabled in Joomla.
Maybe RL tries to load something?
Peter van Westen's Avatar Peter van Westen ADMIN
That line tries to load an internal URL. So not sure why that would time out.

What you could do is edit that Http.php file and place this above line 43:
		echo "\n\n<pre>=====[ ". __FILE__ . " : " . __LINE__ . " ]====\n-----[ ". __METHOD__ . " ]-----\n";
		print_r($url);
		echo "\n==========================</pre>\n\n";
Then you can see what URLs are being loaded on that page via this function.
Please post a rating at the Joomla! Extensions Directory
You can only post on the extension support forum if you have an active subscription and you log in

Buy a Pro subscription