Quote from: shamblett at Sep 19, 2008, 01:26 PM
OK found my problem :-
The function _fetch_remote_file on line 271 of manager\media\rss\rss_fetch_inc sets up the Snoopy client class to get the news feeds.
The Snoopy class needs to be told that you are behind a proxy, I added these two lines to this function :-
$client->proxy_host = "cngateway";
$client->proxy_port = 8080;
Now it works fine.
OK, I believe this should be configurable from the system config settings page, or even better picked up from the browser configuration.
I can file a bug for this if you wish if you could point to your bug tracking tool.
Hi just wanted to let you know that this helped me solve my slow manager issues.
This is on a local deployment using xampp on windows XP.
In many cases I would not necessarily get the time out error but just had to wait for over 20 seconds to login in the manager and whenever I was changing settings. Sometimes I’d get the error:
[tt]Maximum execution time of 60 seconds exceeded in .....\manager\includes\config.inc.php on line 61[/tt]
Upgrading to 9.6.3 rc2 did not help.
Reading your post I realised this was probably due to the fact that I am behind a proxy that requires authentication and that when saving configuration settings the manager redirects to Site> Home
I went into tools > configuration > site and cleared both fields for RSS Feeds at the bottom and voila, sorted!
I guess this would be something to document somewhere. Something I should describe on the wiki?
Additional point: could saving the configuration in the manager not just redirect to the configuration page?