Im using windows 10 and chrome.
I’ve seen this topic mentioned for over a year now after searching yet it is still happening. Simply wandering what the newest solution to the problem is.
Its extremely annoying because i spend time and effort to write a quality article and update all the meta data and add images, and then it all disappears after i hit publish and it goes to the no data received page.
Do i really have to go back to my old computer to resolve this issue that i’ve never had before until today? or is there a fix.
]]>The tech at GoDaddy told me that he has noticed quite a few customer maxing out their hosting CPU usage do to WooCommerece even before the new beta release of WordPress.
https://www.ads-software.com/plugins/woocommerce/
]]>Have an odd problem here, wondering if anyone has advice.
I have a self hosted wordpress install. I updated to 4.0 yesterday, not sure if that’s causing the issue or not.
I have a post from October of 2013 that suddenly is giving me a “No Data Received” error in Chrome and simply won’t load in safari or firefox.
It’s odd because the site is still up. Other posts still load. I can still access the admin side of the site and I can even edit the post in question. But when it comes to previewing the post or loading the post page, it doesn’t load.
Thinking it might be a theme issue, I swapped themes, but no joy.
The post is long, so I checked some other long posts I have, those seem to be working. (I have other posts that have more words than this one, but this one might have the most paragraph breaks.) In my text editor it’s 1030 lines long.
I created a new post and copied the contents to the new post. Tried to preview it, same problem.
The post had special css classes for each paragraph, since it was a visual representation of a chat window. I tried stripping the HTML tags from the document. (Mostly paragraph tags with class declarations and some images.) Copied the 1030 lines without HTML, tried to preview the post. Same problem.
Took a hatchet to the document and started deleting sections randomly. 769 lines of text, no html markup, then it worked.
Tried a new post with just part of the original post, it worked fine. Added more until it stopped working, then started subtracting. Seems to max out at 794 lines.
Is that an expected feature? Did I just solve my own problem? Is it suppose to do that?
]]>Here is an example of the page that is getting the "No Data Received"
error: https://tcgdev.net/zachbunn
Just for clarity, there is a sub blog named ‘zachbunn’.
If anyone could help me debug this issue, you would be a lifesaver. I would even pay via paypal since this is for an important client, and it’s overdue.
Would be happy to provide logins privately or whatever else you need.
Skype name is codyodell if you want to chat.
Thanks!
EDIT: In firefox, the error says “The connection was reset”. In Safari it say “The server unexpectedly dropped the connection”
Here is my htaccess file and part of my config file:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true);
$base = '/';
define('MULTISITE', true);
define('WP_ALLOW_MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'tcgdev.net');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', 'tcgdev.net');
define('COOKIEPATH', '/');
define('SITECOOKIEPATH', '/');
]]>