art-fantastic |
First Post Posted on: 04-19-17 03:37 AM |
News stopped with Warning |
|
My news has stopped showing the following, any ideas?
Warning: simplexml_load_file(http://news.google.com/news?ned=us&topic=w&output=rss) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.0 503 Service Unavailable in /home2/costa1/public_html/auction/rssfeed.php on line 53
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O |
|
|
|
|
|
mewsoft |
Reply #: 1 Posted on: 04-19-17 05:17 AM |
Re: News stopped with Warning |
|
If you have modified the code for the new in the Frontpage.html template in the admin center, then simply restore this code say from our demo. Second, if you have updated or modified the file /auction/web/rssfeed.php then just reupload it in ASCII mode using an FTP software. Finally, Ask you hosting about php setup. Thanks
|
Mewsoft Support www.mewsoft.com
|
|
|
|
|
|
art-fantastic |
Reply #: 2 Posted on: 04-24-17 02:16 AM |
Your second option |
|
I maybe the problem here, I was coping the auction file to a new file marker listings and the FTP server timed out. so how do I undertake your second option to loosing my news feed, where do I find a unmodified file /auction/web/rssfeed.php is the one I have has been changed. RRSFEED below
channel->item;
$count = 0;
echo "";
foreach($items as $item) {
$count++;
$title = $item->title;
$link = $item->link;
$description = $item->description;
$date = $item->pubDate;
if (!$details) {
$description = "";
}
if (!$pubdate) {
$date = "";
}
if (!$pubdate) {
$date = "";
}
$counters = "";
if ($counter) {
$counters = "$count - ";
}
echo "- ";
echo "$counters$title
$description $date ";
if($limit > 0 && $count==$limit){
break;
}
}
echo " ";
}
else {
echo "Unable to parse rss feed.";
}
?> |
|
|
|
|
|
|
mewsoft |
Reply #: 3 Posted on: 04-24-17 10:15 AM |
Re: News stopped with Warning |
|
This is easy, from our site Clients Area download the latest version using your license number, extract then use an FTP program to upload the file in ASCII mode. The second easy option is go to your auction admin, click on Live Update, then download, extract, then do Code Update. this will update all your code files to the latest version very safe. Thanks
|
Mewsoft Support www.mewsoft.com
|
|
|
|
|
art-fantastic |
Reply #: 4 Posted on: 04-29-17 08:47 AM |
News stopped with working |
|
Have followed instructions and after a while the news started working again, but a few hours later it stopped again showing the warning sign. Any ideas because I don't like the warning sign showing on the home page. Regards Brian |
|
|
|
|
|
mewsoft |
Reply #: 5 Posted on: 04-29-17 10:30 AM |
Re: News stopped with Warning |
|
It may be something with your hosting itself, you can ask them if their server crashs or restarts alot. Thanks
|
Mewsoft Support www.mewsoft.com
|
|
|
|
|
art-fantastic |
Reply #: 6 Posted on: 04-29-17 11:18 AM |
News stopped with working |
|
Thanks, you are probably right as it is back working again and I have had many pages just not loading or saying server down. Kind regards Brian |
|
|
|
|
|
mewsoft |
Reply #: 7 Posted on: 04-29-17 11:55 AM |
Re: News stopped with Warning |
|
Check our hosting plans, we have the heighest servers and we host only our customers and every few on each server:
http://mewsoft.com/Hosting/
If you signup with us we can reinstall the software free for you. Thanks
|
Mewsoft Support www.mewsoft.com
|
|
|
|
|
|