Hello,
When I visit my site, this message appears: "The page you are looking for is temporalily unavailable. Plaese try again later." Why? What's the problem?
Thanks and regards.
Hello,
When I visit my site, this message appears: "The page you are looking for is temporalily unavailable. Plaese try again later." Why? What's the problem?
Thanks and regards.
Does your homepage use PHP to call some outside site for newsfeeds etc?
If so, port 80 outbound has been blocked due to repeated abuse by a few members. This would cause a script to hang and cause the error message you see.
I know of one site on your server, Chopin, that uses PHP/MySQL and it displays fine, so it is not a general server problem.
Nothing is always absolutely so.
And, what can I do if I can't access to de management page into my site? I can't disable the newfeeders if I can't access to the management section..
Thanks.
I modified a file (/public_html/modules/mod_feed/mod_feed.php)
and changed
$feed = modFeedHelper::getFeed($params);
to
$feed = ""; // modFeedHelper::getFeed($params);
Your site loads, though this isn't guaranteed to work, you should be-able to remove it and do changes
Just leading the flock.LivewireMasshuu ------ carl6969descalzo ------------------- Smith6612Bryon--------------------------------- CoreyIf you find any post helpful or useful, duck
\ / Thisfor that post and rep it up.
Thank you.