Website all screwed up after updating windows

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
SteadyIO
 
 
Posts: 23
Joined: Thu Nov 24, 2016 4:02 pm

Website all screwed up after updating windows

Post by SteadyIO »

PABLO HELP ME!

I cannot confirm that this issue is caused by a windows update but based on my troubleshooting I believe this is what may have caused this. All of a sudden the website just simply does not load correctly.... everything looks perfect and fine and normal during preview but when I upload the site it looks like this! -> https://dev.steadyio.com

I managed to fix it by using my old laptop which is running Windows 7 which you can see here -> https://steadyio.com

I own the server and found no issues with it... all my other clients websites work 100%... just its just very strange that when I upload from my new computer which runs windows 10 my website looks very off.

Please help me Pablo... I would like to use WWB on my main new laptop

I tried factory resetting it, updated everything and it still don't work. Thank you!!
|█| STEADYIO.COM | A Proven Platform That's Perfect For Hosting All Your Websites.
User avatar
BaconFries
 
 
Posts: 5365
Joined: Thu Aug 16, 2007 7:32 pm

Re: Website all screwed up after updating windows

Post by BaconFries »

I tried factory resetting it, updated everything and it still don't work. Thank you!!
There was no need to do this!. It is also unrelated to the program.. you have manually added code to the HTML and removed/deleted the closing tags </script></body></html> which makes the whole HTML invalid! If you add any code manually them please ensure that you know and understand how to use/insert correctly just so to save you any issues in the future it will also have saved you having to reset your PC to factory default.
SteadyIO
 
 
Posts: 23
Joined: Thu Nov 24, 2016 4:02 pm

Re: Website all screwed up after updating windows

Post by SteadyIO »

BaconFries wrote: Thu Feb 28, 2019 10:41 pm
I tried factory resetting it, updated everything and it still don't work. Thank you!!
There was no need to do this!. It is also unrelated to the program.. you have manually added code to the HTML and removed/deleted the closing tags </script></body></html> which makes the whole HTML invalid! If you add any code manually them please ensure that you know and understand how to use/insert correctly just so to save you any issues in the future it will also have saved you having to reset your PC to factory default.
I tried creating a new site, no code and still messed up
|█| STEADYIO.COM | A Proven Platform That's Perfect For Hosting All Your Websites.
SteadyIO
 
 
Posts: 23
Joined: Thu Nov 24, 2016 4:02 pm

Re: Website all screwed up after updating windows

Post by SteadyIO »

when you look at the html source on both pages they both are different ? why does it upload with different html?
|█| STEADYIO.COM | A Proven Platform That's Perfect For Hosting All Your Websites.
User avatar
Pablo
 
Posts: 21700
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Website all screwed up after updating windows

Post by Pablo »

Ir's is very difficult to read the code when you have enabled HTML beautified/minified options.
Can you please set all HTML/CSS/JavaScript formatting to default and republish all files?
SteadyIO
 
 
Posts: 23
Joined: Thu Nov 24, 2016 4:02 pm

Re: Website all screwed up after updating windows

Post by SteadyIO »

Pablo wrote: Fri Mar 01, 2019 7:24 am Ir's is very difficult to read the code when you have enabled HTML beautified/minified options.
Can you please set all HTML/CSS/JavaScript formatting to default and republish all files?

Thank you so much for the help!

okay sir, I re published on both sites
|█| STEADYIO.COM | A Proven Platform That's Perfect For Hosting All Your Websites.
User avatar
Pablo
 
Posts: 21700
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Website all screwed up after updating windows

Post by Pablo »

The files on the https://dev.steadyio.com website are corrupt.
it looks like data/bytes are missing or something else has gone wrong during publishing.
Or maybe the disk on the server is corrupt?

Did you upload the files with the built-in FTP tool?
SteadyIO
 
 
Posts: 23
Joined: Thu Nov 24, 2016 4:02 pm

Re: Website all screwed up after updating windows

Post by SteadyIO »

I know it's very strange, never seen anything like this... and yes I did use the built in FTP sir.

I copied the same folder (Documents\WYSIWYG Web Builder) all files over to my windows 7 computer and it all works!

I tried factory resetting laptop and it all works!

It's an Alienware R17 (late 2018 model)
CoffeeLake i7 CPU!
GTX 1070
Windows 10 all fully updated..

I tried to uninstall, reinstall still not uploading correctly
Last edited by SteadyIO on Fri Mar 01, 2019 8:08 am, edited 1 time in total.
|█| STEADYIO.COM | A Proven Platform That's Perfect For Hosting All Your Websites.
SteadyIO
 
 
Posts: 23
Joined: Thu Nov 24, 2016 4:02 pm

Re: Website all screwed up after updating windows

Post by SteadyIO »

here is the html code in preview mode which for some strange reason dont show the same once I upload

Code: Select all

<!doctype html>
<html lang="en-us">
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta charset="utf-8">
<title>Steadyio.com  |  Forever Advanced Web Solutions.</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="favi.png" rel="apple-touch-icon" sizes="73x57">
<link href="base/jquery-ui.min.css" rel="stylesheet">
<link href="font-awesome.min.css" rel="stylesheet">
<link href="steadyio.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
<script src="jquery-3.3.1.min.js"></script>
<script src="jquery-ui.min.js"></script>
<script src="wb.parallax.min.js"></script>
<script src="wb.overlay.min.js"></script>
<script>
$(document).ready(function()
{
   $("a[href*='#home']").click(function(event)
   {
      event.preventDefault();
      $('html, body').stop().animate({ scrollTop: $('#home').offset().top }, 600, 'easeInCubic');
   });
   $('#home').parallax();
   var $overlaymenu = $('#OverlayMenu1-overlay');
   $overlaymenu.overlay({'hideTransition':true});
   $('#OverlayMenu1').on('click', function(e)
   {
      $.overlay.show($overlaymenu);
      return false;
   });
   $('#wb_LayoutGrid8').parallax();
   $('#wb_LayoutGrid3').parallax();
   $("a[href*='#FlexContainer1']").click(function(event)
   {
      event.preventDefault();
      $('html, body').stop().animate({ scrollTop: $('#FlexContainer1').offset().top }, 600, 'easeInCubic');
   });
   $('#FlexContainer1').parallax();
   $("a[href*='#faq']").click(function(event)
   {
      event.preventDefault();
      $('html, body').stop().animate({ scrollTop: $('#wb_faq').offset().top }, 600, 'easeOutCirc');
   });
   $("#faqAccordion").accordion(
   {
      event: 'click',
      animate: 'linear',
      header: 'h3',
      heightStyle: 'content'
   });
   var iOS = !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform);
   if (iOS)
   {
      $('#home,#wb_LayoutGrid8,#wb_LayoutGrid3,#FlexContainer1').css('background-attachment', 'scroll');
   }
});
</script>
<script>
$(document).ready(function()
{
   function waitForItUpdate()
   {
      // change the date here
      var dateFuture = new Date("April 1, 2019 12:00:00");
      var dateNow = new Date();
      var seconds = Math.floor((dateFuture - (dateNow))/1000);
      var minutes = Math.floor(seconds/60);
      var hours = Math.floor(minutes/60);
      var days = Math.floor(hours/24);

      hours = Math.round(hours-(days*24));
      minutes = Math.round(minutes-(days*24*60)-(hours*60));
      seconds = Math.round(seconds-(days*24*60*60)-(hours*60*60)-(minutes*60));
                                 
      $('#waitForItDays').html(days);
      $('#waitForItHours').html(hours);
      $('#waitForItMinutes').html(minutes);
      $('#waitForItSeconds').html(seconds);   
   }
   waitForItUpdate();
   setInterval(waitForItUpdate, 1000);
});
</script>
<!-- Insert Google Analytics code here -->
</head>
<body>
<div id="container">
</div>
<div id="header">
<div id="wb_Image5" style="display:inline-block;width:265px;z-index:0;">
<a href="./index.html"><img src="images/logo.png" id="Image5" alt=""></a>
</div>
<div id="wb_OverlayMenu1" style="display:inline-block;width:59px;height:56px;z-index:1;">
<a href="#" id="OverlayMenu1">
<span class="line"></span>
<span class="line">
</span><span class="line"></span>
</a>

</div>
</div>
<div id="home">
<div id="wb_Heading1" style="display:inline-block;z-index:2;">
<h1 id="Heading1">Fast. Secured. Simple.</h1>
</div>
</div>
<div id="wb_LayoutGrid19">
<div id="LayoutGrid19-overlay"></div>
<div id="LayoutGrid19">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid13">
<div id="LayoutGrid13-overlay"></div>
<div id="LayoutGrid13">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="OverlayMenu1-overlay">
<div class="OverlayMenu1">
<ul class="drilldown-menu" role="menu">
<li><a role="menuitem" href="./index.html">Home</a></li>
<li><a role="menuitem" href="./about.html">About</a></li>
<li><a role="menuitem" href="https://steadyio.com/clientarea/cart.php?a=add&domain=register">Domains</a></li>
<li><a role="menuitem" href="./hosting.html">Hosting</a></li>
<li><a role="menuitem" href="./design.html">Design</a></li>
<li><a role="menuitem" href="./marketing.html">Marketing</a></li>
<li><a role="menuitem" href="https://steadyio.com/clientarea/contact.php">Contact</a></li>
<li><a role="menuitem" href="./clientlogin.html"><i class="fa fa-sign-in overlay-icon"></i>Client&nbsp;Login</a></li>
   </ul>
</div>
<a class="close-button" id="OverlayMenu1-close" href="#" role="button" aria-hidden="true"><span></span></a>
</div>
<div id="wb_LayoutGrid14">
<div id="LayoutGrid14">
<div class="row">
<div class="col-1">
<div id="wb_Image12" style="display:inline-block;width:100px;height:100px;z-index:3;">
<img src="images/fastliveblk.png" id="Image12" alt="">
</div>
<div id="wb_Heading2" style="display:inline-block;width:100%;z-index:4;">
<h3 id="Heading2">Built For Speed</h3>
</div>
<div id="wb_Text3">
<span style="color:#4F4F4F;">Nobody likes a slow website</span>
</div>
</div>
<div class="col-2">
<div id="wb_Image17" style="display:inline-block;width:100px;height:100px;z-index:6;">
<img src="images/securedliveblk.png" id="Image17" alt="">
</div>
<div id="wb_Heading3" style="display:inline-block;width:100%;z-index:7;">
<h3 id="Heading3">Free SSL Certificates</h3>
</div>
<div id="wb_Text7">
<span style="color:#4F4F4F;">To keep your site secured </span><span style="color:#2E9AFF;"><strong>forever</strong></span>
</div>
</div>
<div class="col-3">
<div id="wb_Image19" style="display:inline-block;width:100px;height:100px;z-index:9;">
<img src="images/simplebuilderliveblk.png" id="Image19" alt="">
</div>
<div id="wb_Heading8" style="display:inline-block;width:100%;z-index:10;">
<h3 id="Heading8">Website Builder</h3>
</div>
<div id="wb_Text18">
<span style="color:#4F4F4F;">Create a beautiful website fast and easy</span>
</div>
</div>
</div>
</div>
</div>
<div id="wb_Divider1">
<div id="Divider1-overlay"></div>
<div id="Divider1">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid1">
<div id="LayoutGrid1-overlay"></div>
<div id="LayoutGrid1">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid2">
<div id="LayoutGrid2">
<div class="row">
<div class="col-1">
<div id="wb_Heading14" style="display:inline-block;width:100%;z-index:12;">
<h1 id="Heading14">A proven platform that's perfect for hosting your website</h1>
</div>
<div id="wb_Heading13" style="display:inline-block;width:100%;z-index:13;">
<h2 id="Heading13">We understand that your performance depends on our performance, and our promise to you is to settle for nothing short of excellence</h2>
</div>
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid5">
<div id="LayoutGrid5">
<div class="row">
<div class="col-1">
<div id="wb_Image18" style="display:inline-block;width:75px;height:64px;z-index:14;">
<img src="images/home-features-6.png" id="Image18" alt="">
</div>
<div id="wb_Text9">
<span style="color:#FFFFFF;">Intel Xeon</span>
</div>
<div id="wb_Text12">
<span style="color:#FFFFFF;">Powered by E5 processors</span>
</div>
</div>
<div class="col-2">
<div id="wb_Image13" style="display:inline-block;width:65px;height:64px;z-index:17;">
<img src="images/home-features-1.png" id="Image13" alt="">
</div>
<div id="wb_Text2">
<span style="color:#FFFFFF;">Solid State</span>
</div>
<div id="wb_Text13">
<span style="color:#FFFFFF;">Makes websites load instantly</span>
</div>
</div>
<div class="col-3">
<div id="wb_Image14" style="display:inline-block;width:59px;height:64px;z-index:20;">
<img src="images/home-features-2.png" id="Image14" alt="">
</div>
<div id="wb_Text8">
<span style="color:#FFFFFF;">CloudLinux</span>
</div>
<div id="wb_Text14">
<span style="color:#FFFFFF;">Improved performance, stability &amp; reliability</span>
</div>
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid6">
<div id="LayoutGrid6">
<div class="row">
<div class="col-1">
<div id="wb_Image15" style="display:inline-block;width:66px;height:64px;z-index:23;">
<img src="images/home-features-3.png" id="Image15" alt="">
</div>
<div id="wb_Text1">
<span style="color:#FFFFFF;">LiteSpeed</span>
</div>
<div id="wb_Text15">
<span style="color:#FFFFFF;">8x faster then Apache web server</span>
</div>
</div>
<div class="col-2">
<div id="wb_Image16" style="display:inline-block;width:58px;height:64px;z-index:26;">
<img src="images/home-features-4.png" id="Image16" alt="">
</div>
<div id="wb_Text10">
<span style="color:#FFFFFF;">MariaDB</span>
</div>
<div id="wb_Text16">
<span style="color:#FFFFFF;">Database improvements over MySQL</span>
</div>
</div>
<div class="col-3">
<div id="wb_Image4" style="display:inline-block;width:58px;height:64px;z-index:29;">
<img src="images/home-features-5.png" id="Image4" alt="">
</div>
<div id="wb_Text11">
<span style="color:#FFFFFF;">Awesome Support</span>
</div>
<div id="wb_Text17">
<span style="color:#FFFFFF;">Experienced agents with many years in the industry</span>
</div>
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid7">
<div id="LayoutGrid7">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid8">
<div id="LayoutGrid8-overlay"></div>
<div id="LayoutGrid8">
<div class="row">
<div class="col-1">
<div id="wb_Heading15" style="display:inline-block;width:100%;z-index:32;">
<h1 id="Heading15">Capture your imagination<br>​</h1>
</div>
<div id="Html2" style="display:inline-block;width:359px;height:30px;z-index:33">
<form action="https://steadyio.com/clientarea/cart.php?a=add&domain=register" method="post">
<input type="text" name="query" size="32" />
<input type="submit" value="Search" />
</form></div>
<div id="wb_Heading16" style="display:inline-block;width:100%;z-index:34;">
<h1 id="Heading16">​<br>It all starts with a domain</h1>
</div>
</div>
</div>
</div>
</div>
<div id="wb_waitForItTitle">
<div id="waitForItTitle">
<div class="row">
<div class="col-1">
<div id="wb_Heading7" style="display:inline-block;width:100%;z-index:35;">
<h1 id="Heading7">Use Promo Code "sio"</h1>
</div>
<div id="wb_waitForItHeading2" style="display:inline-block;width:100%;z-index:36;">
<h2 id="waitForItHeading2">For a limited time only, this promo code gives a ONE TIME Discount of 40% OFF for new customers only.<br>This code is valid for all hosting plans with any term</h2>
</div>
</div>
</div>
</div>
</div>
<div id="wb_waitForIt">
<div id="waitForIt">
<div class="row">
<div class="col-1">
</div>
<div class="col-2">
<div id="wb_waitForItDays" style="display:inline-block;width:100%;z-index:37;">
<h2 id="waitForItDays">0</h2>
</div>
<div id="wb_waitForItText1">
<span style="color:#FFFFFF;">Days</span>
</div>
</div>
<div class="col-3">
<div id="wb_waitForItHours" style="display:inline-block;width:100%;z-index:39;">
<h2 id="waitForItHours">0</h2>
</div>
<div id="wb_waitForItText2">
<span style="color:#FFFFFF;">Hours</span>
</div>
</div>
<div class="col-4">
<div id="wb_waitForItMinutes" style="display:inline-block;width:100%;z-index:41;">
<h2 id="waitForItMinutes">0</h2>
</div>
<div id="wb_waitForItText3">
<span style="color:#FFFFFF;">Minutes</span>
</div>
</div>
<div class="col-5">
<div id="wb_waitForItSeconds" style="display:inline-block;width:100%;z-index:43;">
<h2 id="waitForItSeconds">0</h2>
</div>
<div id="wb_waitForItText4">
<span style="color:#FFFFFF;">Seconds</span>
</div>
</div>
<div class="col-6">

</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid10">
<div id="LayoutGrid10-overlay"></div>
<div id="LayoutGrid10">
<div class="row">
<div class="col-1">
<div id="wb_Extension2" style="display:inline-block;width:100%;z-index:46;">
<div id="Extension2">
<div class="product product1">
  <table class="table">
   <thead>
      <tr>
         <th colspan="2">
            <h2>Basic</h2>
         <div class="price">1.99</div>
         <div class="description">MONTHLY</div>
         </th>
      </tr>
   </thead>
   <tfoot>
      <tr><td colspan="2"><a class="btn" href="https://steadyio.com/clientarea/cart.php?a=add&pid=1">Order</a></td></tr>
   </tfoot>
   <tbody>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Diskspace: 10GB</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Bandwidth: 100GB</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>CPU: 1 Full Core x 100%</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Memory: 1GB</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Disk I/O: 3MB/s</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Number Of Processes: 100</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Inodes: 250K</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Unlimited Websites</td></tr>
      </tbody>
   </table>
</div>
<div class="product product2">
  <table class="table">
   <thead>
      <tr>
         <th colspan="2">
            <h2>Startup</h2>
         <div class="price">3.99</div>
         <div class="description">MONTHLY</div>
         </th>
      </tr>
   </thead>
   <tfoot>
      <tr><td colspan="2"><a class="btn" href="https://steadyio.com/clientarea/cart.php?a=add&pid=3">Order</a></td></tr>
   </tfoot>
   <tbody>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Diskspace: 20GB</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Bandwidth: 500GB</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>CPU: 1 Full Core x 100%</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Memory: 2GB</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Disk I/O: 5MB/s</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Number Of Processes: 100</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Inodes: 250K</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Unlimited Websites</td></tr>
      </tbody>
   </table>
</div>
<div class="product product3">
  <table class="table">
   <thead>
      <tr>
         <th colspan="2">
            <h2>Standard</h2>
         <div class="price">6.99</div>
         <div class="description">MONTHLY</div>
         </th>
      </tr>
   </thead>
   <tfoot>
      <tr><td colspan="2"><a class="btn" href="https://steadyio.com/clientarea/cart.php?a=add&pid=4">Order</a></td></tr>
   </tfoot>
   <tbody>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Diskspace: 30GB</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Unlimited Bandwidth</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>CPU: 1 Full Core x 100%</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Memory: 2GB</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Disk I/O: 5MB/s</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Number Of Processes: 100</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Inodes: 250K</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Unlimited Websites</td></tr>
      </tbody>
   </table>
</div>
<div class="product product4">
  <table class="table">
   <thead>
      <tr>
         <th colspan="2">
            <h2>Advanced</h2>
         <div class="price">9.99</div>
         <div class="description">MONTHLY</div>
         </th>
      </tr>
   </thead>
   <tfoot>
      <tr><td colspan="2"><a class="btn" href="https://steadyio.com/clientarea/cart.php?a=add&pid=5">Order</a></td></tr>
   </tfoot>
   <tbody>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Diskspace: 50GB</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Unlimited Bandwidth</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>CPU: 2 Full Cores x 100%</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Memory: 2GB</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Disk I/O: 10MB/s</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Number Of Processes: 200</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Inodes: 500K</td></tr>
      <tr><td class="features" colspan="2"><i class="fa fa-check-square-o product-icon">&nbsp;</i>Unlimited Websites</td></tr>
      </tbody>
   </table>
</div>
</div>

</div>
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid3">
<div id="LayoutGrid3">
<div class="row">
<div class="col-1">
<div id="wb_Image1" style="display:inline-block;width:150px;height:150px;z-index:47;">
<img src="images/skar_feature_1@2x.png" id="Image1" alt="">
</div>
<div id="wb_Heading17" style="display:inline-block;width:100%;z-index:48;">
<h2 id="Heading17">Free Migrations</h2>
</div>
<div id="wb_Heading9" style="display:inline-block;width:100%;z-index:49;">
<h1 id="Heading9">Allow us to migrate your websites/domains over</h1>
</div>
</div>
<div class="col-2">
<div id="wb_Image2" style="display:inline-block;width:150px;height:150px;z-index:50;">
<img src="images/define@2x.png" id="Image2" alt="">
</div>
<div id="wb_Heading5" style="display:inline-block;width:100%;z-index:51;">
<h2 id="Heading5">Steady Uptime</h2>
</div>
<div id="wb_Heading10" style="display:inline-block;width:100%;z-index:52;">
<h1 id="Heading10">Platform averages 99.997%</h1>
</div>
</div>
<div class="col-3">
<div id="wb_Image3" style="display:inline-block;width:150px;height:150px;z-index:53;">
<img src="images/improve@2x.png" id="Image3" alt="">
</div>
<div id="wb_Heading6" style="display:inline-block;width:100%;z-index:54;">
<h2 id="Heading6">Money Back Guarantee</h2>
</div>
<div id="wb_Heading11" style="display:inline-block;width:100%;z-index:55;">
<h1 id="Heading11">Not satisfied? We provide full refunds within 30 days</h1>
</div>
</div>
</div>
</div>
</div>
<div id="FlexContainer1">
</div>
<div id="wb_LayoutGrid15">
<div id="LayoutGrid15-overlay"></div>
<div id="LayoutGrid15">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid16">
<div id="LayoutGrid16-overlay"></div>
<div id="LayoutGrid16">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid9">
<div id="LayoutGrid9-overlay"></div>
<div id="LayoutGrid9">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid11">
<div id="LayoutGrid11-overlay"></div>
<div id="LayoutGrid11">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid4">
<div id="LayoutGrid4">
<div class="row">
<div class="col-1">
<div id="wb_Heading12" style="display:inline-block;width:100%;z-index:56;">
<h1 id="Heading12">Install the best applications on the web</h1>
</div>
<div id="wb_Text5">
<span style="color:#4F4F4F;">We optimized our servers for ultimate performance for all applications.<br>Install WordPress, Drupal, Joomla!, Magento, phpBB, and much more with a few simple clicks!<br><br>Softaculous is provided </span><span style="color:#2E9AFF;"><strong>FREE</strong></span><span style="color:#4F4F4F;"> for every account hosted with us.</span>
</div>
</div>
<div class="col-2">
<div id="wb_Image21" style="display:inline-block;width:100%;height:auto;z-index:58;">
<img src="images/cmslogos.jpg" id="Image21" alt="">
</div>
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid24">
<div id="LayoutGrid24-overlay"></div>
<div id="LayoutGrid24">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid25">
<div id="LayoutGrid25-overlay"></div>
<div id="LayoutGrid25">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid26">
<div id="LayoutGrid26-overlay"></div>
<div id="LayoutGrid26">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid20">
<div id="LayoutGrid20">
<div class="row">
<div class="col-1">
<div id="wb_Image20" style="display:inline-block;width:100%;height:auto;z-index:59;">
<img src="images/siocpaneljpeg.jpg" id="Image20" alt="">
</div>
</div>
<div class="col-2">
<div id="wb_Heading4" style="display:inline-block;width:100%;z-index:60;">
<h1 id="Heading4">Control and flexibility at your fingertips</h1>
</div>
<div id="wb_Text4">
<span style="color:#4F4F4F;">Manage hundreds of features with <strong>cPanel.</strong><br>You take the lead when it comes to what you need.</span>
</div>
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid27">
<div id="LayoutGrid27-overlay"></div>
<div id="LayoutGrid27">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid28">
<div id="LayoutGrid28-overlay"></div>
<div id="LayoutGrid28">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid12">
<div id="LayoutGrid12-overlay"></div>
<div id="LayoutGrid12">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid23">
<div id="LayoutGrid23">
<div class="row">
<div class="col-1">
<div id="wb_Heading18" style="display:inline-block;width:100%;z-index:62;">
<h1 id="Heading18">Free Website Builder</h1>
</div>
<div id="wb_Text19">
<span style="color:#4F4F4F;">Create awesome, beautiful responsive websites.<br>Easy and fast - No coding! </span><span style="color:#2E9AFF;"><strong>FREE</strong></span>
</div>
</div>
<div class="col-2">
<div id="wb_Image22" style="display:inline-block;width:100%;height:auto;z-index:64;">
<img src="images/dragdropeditor.png" id="Image22" alt="">
</div>
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid21">
<div id="LayoutGrid21-overlay"></div>
<div id="LayoutGrid21">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid29">
<div id="LayoutGrid29-overlay"></div>
<div id="LayoutGrid29">
<div class="row">
<div class="col-1">
</div>
</div>
</div>
</div>
<div id="wb_faq">
<div id="faq">
<div class="row">
<div class="col-1">
</div>
<div class="col-2">
<div id="wb_faqHeading3" style="display:inline-block;width:100%;z-index:73;">
<h1 id="faqHeading3">Frequently Asked Questions</h1>
</div>
<div id="wb_faqAccordion" style="display:inline-block;width:100%;z-index:74;">
<div id="faqAccordion">
<h3>What is Web Hosting?</h3>
<div>
<hr id="faqLine1" style="display:block;width: 100%;z-index:65;">
<div id="wb_faqText1">
<span style="color:#4F4F4F;">Web hosting is the service that allows businesses and individuals to post a website on the internet. Think of web hosting as your home on the internet where your website, blog, and files are stored and secured.<br><br>Our platform comes with everything you need for a successful online presence.</span>
</div>
</div>
<h3>Do you need advanced technical knowledge to set up web hosting?</h3>
<div>
<hr id="faqLine2" style="display:block;width: 100%;z-index:67;">
<div id="wb_faqText2">
<span style="color:#4F4F4F;">No, you do not need advanced technical knowledge. Our platform is great because it is easy to use. Everyone from a beginner to an expert can use these tools. Our services have been designed to manage all your web hosting needs in one place.</span>
</div>
</div>
<h3>Is Steadyio Web Hosting reliable?</h3>
<div>
<hr id="faqLine3" style="display:block;width: 100%;z-index:69;">
<div id="wb_faqText3">
<span style="color:#4F4F4F;">Yes! Our 99.997% uptime and super fast servers means your visitors will always have a smooth online experience.</span>
</div>
</div>
<h3>What security measures are taken?</h3>
<div>
<hr id="Line1" style="display:block;width: 100%;z-index:71;">
<div id="wb_Text6">
<span style="color:#4F4F4F;">Advanced security solutions which is a unique proactive approach to provide total protection against attacks. Advanced Firewalls, Intrusion Detection, 24/7 Protection Server System, Malware Detection, Proactive Defense, Patch Management. We also provide free SSLs Security Certificates as we feel it should be a standard for every website.</span>
</div>
</div>
</div>

</div>
</div>
<div class="col-3">
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid22">
<div id="LayoutGrid22-overlay"></div>
<div id="LayoutGrid22">
<div class="row">
<div class="col-1">

</div>
</div>
</div>
</div>
<div id="wb_Footer">
<div id="Footer">
<div class="row">
<div class="col-1">
<div id="wb_Image7" style="display:inline-block;width:95px;height:63px;z-index:76;">
<a href="http://intel.com" target="_blank"><img src="images/foot-logo-2.png" id="Image7" alt=""></a>
</div>
</div>
<div class="col-2">
<div id="wb_Image6" style="display:inline-block;width:118px;height:63px;z-index:77;">
<a href="https://cpanel.com/" target="_blank"><img src="images/foot-logo-1.png" id="Image6" alt=""></a>
</div>
</div>
<div class="col-3">
<div id="wb_Image8" style="display:inline-block;width:135px;height:63px;z-index:78;">
<a href="https://www.cloudlinux.com/all-products/product-overview/cloudlinuxos" target="_blank"><img src="images/foot-logo-3.png" id="Image8" alt=""></a>
</div>
</div>
<div class="col-4">
<div id="wb_Image9" style="display:inline-block;width:148px;height:63px;z-index:79;">
<a href="https://www.litespeedtech.com/" target="_blank"><img src="images/foot-logo-4.png" id="Image9" alt=""></a>
</div>
</div>
<div class="col-5">
<div id="wb_Image10" style="display:inline-block;width:178px;height:62px;z-index:80;">
<a href="https://mariadb.org" target="_blank"><img src="images/foot-logo-5.png" id="Image10" alt=""></a>
</div>
</div>
<div class="col-6">
<div id="wb_Image11" style="display:inline-block;width:130px;height:62px;z-index:81;">
<a href="https://www.intel.com/content/www/us/en/products/memory-storage/solid-state-drives.html" target="_blank"><img src="images/foot-logo-6.png" id="Image11" alt=""></a>
</div>
</div>
</div>
</div>
</div>
<div id="wb_LayoutGrid17">
<div id="LayoutGrid17">
<div class="row">
<div class="col-1">
<div id="wb_Text23">
<span style="color:#FFFFFF;font-family:'Segoe UI Light';font-size:15px;line-height:19px;">© 2019 Steady</span><span style="color:#1E90FF;font-family:'Segoe UI Light';font-size:15px;line-height:19px;">io</span><span style="color:#FFFFFF;font-family:'Segoe UI Light';font-size:15px;line-height:19px;">. All Rights Reserved.&nbsp; |&nbsp; </span><span style="color:#808080;font-family:'Segoe UI Light';font-size:15px;line-height:19px;"><a href="./terms.html">Terms of Service</a></span>
</div>
</div>
<div class="col-2">
<label for="" id="Label4" style="display:inline-block;width:76px;z-index:91;">Follow us:</label>
<div id="wb_FontAwesomeIcon6" style="display:inline-block;width:22px;height:22px;text-align:center;z-index:92;">
<a href="https://www.facebook.com/steadyio" target="_blank"><div id="FontAwesomeIcon6"><i class="fa fa-facebook-f"></i></div></a>
</div>
<div id="wb_FontAwesomeIcon11" style="display:inline-block;width:22px;height:22px;text-align:center;z-index:93;">
<a href="https://twitter.com/steadyioweb" target="_blank"><div id="FontAwesomeIcon11"><i class="fa fa-twitter"></i></div></a>
</div>
<div id="wb_FontAwesomeIcon12" style="display:inline-block;width:32px;height:22px;text-align:center;z-index:94;">
<a href="https://www.youtube.com/channel/UCCUZ5-1s74B7MzIab4h3JMw" target="_blank"><div id="FontAwesomeIcon12"><i class="fa fa-youtube"></i></div></a>
</div>
</div>
</div>
</div>
</div>
<script type='text/javascript' data-cfasync='false'>window.purechatApi = { l: [], t: [], on: function () { this.l.push(arguments); } }; (function () { var done = false; var script = document.createElement('script'); script.async = true; script.type = 'text/javascript'; script.src = 'https://app.purechat.com/VisitorWidget/WidgetScript'; document.getElementsByTagName('HEAD').item(0).appendChild(script); script.onreadystatechange = script.onload = function (e) { if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) { var w = new PCWidget({c: 'fbae9936-9864-46f2-8779-c7a5b184d07e', f: true }); done = true; } }; })();</script></body>
</html>
I also forgot to mentioned I tried using both 32 bit and 64 bit version and still wont work!
|█| STEADYIO.COM | A Proven Platform That's Perfect For Hosting All Your Websites.
SteadyIO
 
 
Posts: 23
Joined: Thu Nov 24, 2016 4:02 pm

Re: Website all screwed up after updating windows

Post by SteadyIO »

BTW this occurred during version 14.3.1... I upgraded to 14.3.2 with no luck... but yes this occurred in 14.3.1
|█| STEADYIO.COM | A Proven Platform That's Perfect For Hosting All Your Websites.
WWBman
 
 
Posts: 916
Joined: Fri Jan 08, 2010 6:10 pm

Re: Website all screwed up after updating windows

Post by WWBman »

You have some weird characters right at the beginning of the page before the doctype html code.
This might be the cause.
The characters can be see in this link.
https://ibb.co/0hPBWXR
User avatar
Pablo
 
Posts: 21700
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Website all screwed up after updating windows

Post by Pablo »

I do not think this is directly related to the software.
It looks like some goes wrong during the transfer of the files to the server.
Maybe a firewall issue?
SteadyIO
 
 
Posts: 23
Joined: Thu Nov 24, 2016 4:02 pm

Re: Website all screwed up after updating windows

Post by SteadyIO »

Pablo, I tried to upload/publish using a different network, turned off anti virus, firewall and it still dont work :(
|█| STEADYIO.COM | A Proven Platform That's Perfect For Hosting All Your Websites.
User avatar
Pablo
 
Posts: 21700
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Website all screwed up after updating windows

Post by Pablo »

Does it work when you upload the files manually?
SteadyIO
 
 
Posts: 23
Joined: Thu Nov 24, 2016 4:02 pm

Re: Website all screwed up after updating windows

Post by SteadyIO »

I tried publishing with filezilla and here is the log.

Code: Select all

Response:	226 52 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,227,245)
Command:	STOR OP_jumper_245kb.jpg
Response:	150 Accepted data connection
Error:	GnuTLS error -110: The TLS connection was non-properly terminated.
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\OP_jumper_245kb.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,251,97)
Command:	STOR Screen-Shot-2015-09-23-at-3.13.47-PM-1200x581.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,982 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\Screen-Shot-2015-09-23-at-3.13.47-PM-1200x581.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,203,166)
Command:	STOR Screen-Shot-2015-09-23-at-3.13.47-PM-1200x581.png
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\Screen-Shot-2015-09-23-at-3.13.47-PM-1200x581.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,248,96)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 53 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,206,206)
Command:	STOR OP_jumper_245kb.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\OP_jumper_245kb.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,207,218)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 53 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,250,231)
Command:	STOR Screen-Shot-2015-09-23-at-3.13.47-PM-1200x581.png
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\Screen-Shot-2015-09-23-at-3.13.47-PM-1200x581.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,197,147)
Command:	STOR OP_jumper_245kb.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\OP_jumper_245kb.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,203,118)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 53 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,247,124)
Command:	STOR Screen-Shot-2015-09-23-at-3.13.47-PM-1200x581.png
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\Screen-Shot-2015-09-23-at-3.13.47-PM-1200x581.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,225,12)
Command:	STOR OP_jumper_245kb.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\OP_jumper_245kb.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,240,223)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 53 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,245,37)
Command:	STOR Screen-Shot-2015-09-23-at-3.13.47-PM-1200x581.png
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\securedliveblk.png
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,197,194)
Command:	STOR OP_jumper_245kb.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\OP_jumper_245kb.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,210,169)
Command:	STOR securedliveblk.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\securedliveblk.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,248,180)
Command:	STOR securedliveblk.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\securedliveblk.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,208,159)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 54 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,250,60)
Command:	STOR OP_jumper_245kb.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\OP_jumper_245kb.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,214,149)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 54 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,216,201)
Command:	STOR securedliveblk.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\simplebuilderliveblk.png
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,233,11)
Command:	STOR OP_jumper_245kb.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\OP_jumper_245kb.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,212,190)
Command:	STOR simplebuilderliveblk.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\simplebuilderliveblk.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,210,103)
Command:	STOR simplebuilderliveblk.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\simplebuilderliveblk.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,231,226)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 55 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,247,51)
Command:	STOR OP_jumper_245kb.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\OP_jumper_245kb.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,196,6)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 55 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,244,255)
Command:	STOR simplebuilderliveblk.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\siocpaneljpeg.jpg
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,202,34)
Command:	STOR OP_jumper_245kb.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\siologotrans copy.png
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,230,77)
Command:	STOR siologotrans copy.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,250,152)
Command:	STOR siocpaneljpeg.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\siologotrans copy.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Status:	Starting upload of C:\Users\info\Desktop\temp\images\siocpaneljpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,253,218)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 57 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,255,151)
Command:	STOR siologotrans copy.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\siologotrans copy.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,233,159)
Command:	STOR siocpaneljpeg.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\siocpaneljpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,200,191)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 57 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,222,18)
Command:	STOR siologotrans copy.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\siologotranslive.png
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,247,181)
Command:	STOR siocpaneljpeg.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\sioWeb-Design.jpg
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,197,90)
Command:	STOR siologotranslive.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\siologotranslive.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,229,118)
Command:	STOR sioWeb-Design.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\sioWeb-Design.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,240,68)
Command:	STOR sioWeb-Design.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,247,60)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 59 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,193,66)
Command:	STOR siologotranslive.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\sioWeb-Design.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Status:	Starting upload of C:\Users\info\Desktop\temp\images\siologotranslive.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,200,106)
Command:	STOR siologotranslive.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\skar_feature_1@2x.png
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,248,137)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 59 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,206,241)
Command:	STOR sioWeb-Design.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\sioWeb-Design.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,203,22)
Command:	STOR skar_feature_1@2x.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\skar_feature_1@2x.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,198,253)
Command:	STOR skar_feature_1@2x.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\skar_feature_1@2x.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,196,235)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 60 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,204,188)
Command:	STOR sioWeb-Design.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\sioWeb-Design.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,241,38)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 60 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,240,31)
Command:	STOR skar_feature_1@2x.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,205,255)
Command:	STOR sioWeb-Design.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\webhostingpiclive.jpg
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,209,16)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	GnuTLS error -110: The TLS connection was non-properly terminated.
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,230,176)
Command:	STOR webhostingpiclive.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\webhostingpiclive.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,221,106)
Command:	STOR webhostingpiclive.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\webhostingpiclive.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,226,111)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 62 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,192,163)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,236,227)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,255,5)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 62 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,241,113)
Command:	STOR webhostingpiclive.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\webhostingpiclive.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,231,200)
Command:	STOR webhostingpiclive.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\webhostingpiclive.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,223,149)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 62 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,211,247)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,233,180)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 62 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,243,61)
Command:	STOR webhostingpiclive.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\webhostingpiclive.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,229,76)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,240,18)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 62 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,253,167)
Command:	STOR webhostingpiclive.jpg
Response:	150 Accepted data connection
Error:	GnuTLS error -110: The TLS connection was non-properly terminated.
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\webhostingpiclive.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,224,70)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,234,133)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,236,116)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 62 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,249,126)
Command:	STOR webhostingpiclive.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\webhostingpiclive.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,194,159)
Command:	STOR webhostingpiclive.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wordpress-themes.png
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,245,126)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 62 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,206,121)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,212,236)
Command:	STOR wordpress-themes.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wordpress-themes.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,253,45)
Command:	STOR wordpress-themes.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wordpress-themes.png
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,198,118)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 63 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,216,104)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,202,78)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	GnuTLS error -110: The TLS connection was non-properly terminated.
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,240,48)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 63 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,216,56)
Command:	STOR wordpress-themes.png
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\worldmapjpeg.jpg
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,244,162)
Command:	STOR worldmapjpeg.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\worldmapjpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,220,165)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 64 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,245,235)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,230,254)
Command:	STOR worldmapjpeg.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\worldmapjpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,239,126)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 64 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,231,208)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,240,96)
Command:	STOR worldmapjpeg.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\worldmapjpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,203,134)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 64 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,213,92)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	GnuTLS error -110: The TLS connection was non-properly terminated.
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,238,223)
Command:	STOR worldmapjpeg.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\worldmapjpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,231,92)
Command:	STOR worldmapjpeg.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\worldmapjpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,238,4)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 64 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,209,62)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,231,44)
Command:	STOR texas-alamo.ngsversion.1484171760713.adapt.1900.1.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wpclean.jpg
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,212,157)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 64 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,235,112)
Command:	STOR worldmapjpeg.jpg
Response:	150 Accepted data connection
Error:	GnuTLS error -110: The TLS connection was non-properly terminated.
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\worldmapjpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,242,151)
Command:	STOR wpclean.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wpclean.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,229,191)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 65 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,254,116)
Command:	STOR worldmapjpeg.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\worldmapjpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,199,28)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 65 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,209,91)
Command:	STOR wpclean.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 77,565 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wpclean.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,215,34)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 65 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,230,224)
Command:	STOR worldmapjpeg.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 81,920 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\worldmapjpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,210,254)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 65 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,244,162)
Command:	STOR wpclean.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 77,565 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wpclean.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,249,71)
Command:	STOR worldmapjpeg.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Transfer connection interrupted: EAGAIN - Resource temporarily unavailable
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\worldmapjpeg.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,238,75)
Command:	STOR worldmapjpeg.jpg
Response:	150 Accepted data connection
Error:	Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wpsecurity.jpg
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,205,62)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 65 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,233,232)
Command:	STOR wpclean.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Could not write to transfer socket: ENOTCONN - Socket not connected
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wpclean.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,238,129)
Command:	STOR wpsecurity.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wpsecurity.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,201,228)
Command:	STOR wpsecurity.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wpsecurity.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,227,214)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 66 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,226,8)
Command:	STOR wpclean.jpg
Response:	150 Accepted data connection
Error:	Received TLS alert from the server: Bad record MAC (20)
Error:	Could not write to transfer socket: ENOTCONN - Socket not connected
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 65,536 bytes in 1 second
Status:	Starting upload of C:\Users\info\Desktop\temp\images\wpclean.jpg
Status:	Retrieving directory listing of "/dev.steadyio.com/images"...
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,193,175)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 66 matches total
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,246,16)
Command:	STOR wpsecurity.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed
Command:	PASV
Response:	227 Entering Passive Mode (198,55,124,53,246,203)
Command:	STOR wpclean.jpg
Response:	150 Accepted data connection
Response:	451-Error during read from data connection
Response:	451 Transfer aborted
Error:	File transfer failed after transferring 77,565 bytes in 1 second
Status:	Retrieving directory listing of "/dev.steadyio.com"...
Status:	Directory listing of "/dev.steadyio.com" successful
Error: Received TLS alert from the server: Bad record MAC (20)

Is it possible that the MAC Address from my main computer could be blacklisted in my server? I dont see anywhere in my server where it blacklist MAC address.... ONLY IP Addresses

hmmmmm
|█| STEADYIO.COM | A Proven Platform That's Perfect For Hosting All Your Websites.
User avatar
Pablo
 
Posts: 21700
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Website all screwed up after updating windows

Post by Pablo »

This confirm that the problem is not related to the software.
I have not seen or heard about this error before, but maybe your web host can help you?
SteadyIO
 
 
Posts: 23
Joined: Thu Nov 24, 2016 4:02 pm

Re: Website all screwed up after updating windows

Post by SteadyIO »

I am the webhost :mrgreen:

I built this server ground up with the latest tech, even using new Intel SSDs... must be software related.. I have a feeling it's the imunify360 program I have installed.... its anti virus software that's controlled by AI pretty much.. will keep you updated
|█| STEADYIO.COM | A Proven Platform That's Perfect For Hosting All Your Websites.
bkjohns
 
 
Posts: 293
Joined: Wed Nov 14, 2018 5:54 pm

Re: Website all screwed up after updating windows

Post by bkjohns »

If you haven't already tried it, try publishing one page at a time and see if it chokes on a particular page.

Edit: nice site by the way. Is that template based?
Post Reply