<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Yakezie.com - Topic: PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/</link>
	<description><![CDATA[Selflessly Helping Others]]></description>
	<generator>Simple:Press Version 4.5.1</generator>
	<atom:link href="https://yakezie.com/forums/?help-desk&#038;please-help-blog-completely-down&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>newlywedsbudget on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59427</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59427</guid>
	<description><![CDATA[<p><strong>MoneyBeagle said: </strong></p>
<blockquote><p>
I back up dilligently but I would be terrified should I have to restore.  Hopefully that isn&#039;t the case.</p>
<p> </p>
<p>My hosting provider offers web access to the file structure, which might reduce the need for the FTP access?  When I hit the switch on my transition from Blogger to WordPress, I actually made an error in my settings which killed my access to wp-login and wp-admin, so I had to manually modify a couple of files to restore access.  I&#039;m hoping that if anything terrible happened with a plugin install, I could use that method again.</p>
</blockquote>
<p>yeah I totally backed up all my stuff now!! just in case....</p>
]]></description>
	<pubDate>Fri, 06 Jan 2012 11:02:02 +0000</pubDate>
</item>
<item>
	<title>TightFistedMiser on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59383</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59383</guid>
	<description><![CDATA[<p>I&#039;ve never had to request FTP access from any of my hosts.  It was automatic.  I have had to use the FTP process to remove an offending plugin before.  I don&#039;t know much on the technical side of blogging but I think knowing how to use FTP is one of the more helpful things to know.</p>
]]></description>
	<pubDate>Fri, 06 Jan 2012 08:34:44 +0000</pubDate>
</item>
<item>
	<title>MoneyBeagle on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59335</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59335</guid>
	<description><![CDATA[<p>I back up dilligently but I would be terrified should I have to restore.  Hopefully that isn&#039;t the case.</p>
<p> </p>
<p>My hosting provider offers web access to the file structure, which might reduce the need for the FTP access?  When I hit the switch on my transition from Blogger to WordPress, I actually made an error in my settings which killed my access to wp-login and wp-admin, so I had to manually modify a couple of files to restore access.  I&#039;m hoping that if anything terrible happened with a plugin install, I could use that method again.</p>
]]></description>
	<pubDate>Fri, 06 Jan 2012 06:02:54 +0000</pubDate>
</item>
<item>
	<title>Super Frugalette on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59263</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59263</guid>
	<description><![CDATA[<p>I am glad you got it fixed. I always hold my breath when I upgrade that something crazy doesn&#039;t happen.</p>
]]></description>
	<pubDate>Thu, 05 Jan 2012 22:39:38 +0000</pubDate>
</item>
<item>
	<title>DebtFreeByThirty on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59206</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59206</guid>
	<description><![CDATA[<div>I am glad you got it fixed. I was unable to comment yesterday. :( This made me sad. Thank goodness for tech savvy hubbies.</div>
]]></description>
	<pubDate>Thu, 05 Jan 2012 17:06:38 +0000</pubDate>
</item>
<item>
	<title>sixfigure on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59201</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59201</guid>
	<description><![CDATA[<p>This happens once in a while when a plugin is installed.</p>
<p>If you want to fix it yourself, here&#039;s what you can do. This is fairly technical but you may want to get the access even if you hand the maintenance off to a third party. It involves disabling the offending plugin by login to your server that hosts your blog. First, you need to apply for FTP/ssh access to your hosting account. Plan ahead for this because it requires about a day because the hosting company wants you to authenticate yourself with some paperwork.</p>
<p>When you get the access, you first generate a public/private keyset (this a step that is in your control panel). Then use a ssh/ftp client to access your account (download Putty, e.g.).</p>
<p>When you login, the default place you are put is typically at the root of your website. Here are the instructions to disable the offending plugin for BlueHost. When you install a plugin, it gets put into its own folder. You can disable it by renaming it.</p>
<p> </p>
<p>ssh &#60;username&#62;@&#60;websitename&#62;.com &#60;== this is the same username for your hosting service.</p>
<p>cd public_html/&#60;website_name&#62;/wp-content/plugins</p>
<p>ls &#60;== see all your plugins</p>
<p>mv &#60;offending_plugin&#62; bad_&#60;offending_plugin&#62;</p>
<p> </p>
<p>Once disabled, you should be able to get access back to wp-admin where you can deactivate or remove the plugin.</p>
]]></description>
	<pubDate>Thu, 05 Jan 2012 16:47:30 +0000</pubDate>
</item>
<item>
	<title>OneCentAtatime on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59152</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59152</guid>
	<description><![CDATA[<p>Ok, so it was restored from a previous backup</p>
]]></description>
	<pubDate>Thu, 05 Jan 2012 12:02:23 +0000</pubDate>
</item>
<item>
	<title>Miss T @ Prairie Eco-Thrifter on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59122</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59122</guid>
	<description><![CDATA[<p>Glad to hear it got fixed in a timely fashion without too much clean up. I am sure it is a relief.</p>
]]></description>
	<pubDate>Thu, 05 Jan 2012 10:14:55 +0000</pubDate>
</item>
<item>
	<title>newlywedsbudget on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59098</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59098</guid>
	<description><![CDATA[<p>Well, my husband fixed it. He did this thing that reverted my blog back to the day before it crashed. And since none of the problem plugins were installed at that time, it worked.</p>
<p> </p>
<p>of course this is the very non-technical way of describing it : )</p>
]]></description>
	<pubDate>Thu, 05 Jan 2012 08:13:13 +0000</pubDate>
</item>
<item>
	<title>BeforeYouInvest on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59021</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59021</guid>
	<description><![CDATA[<p>Yea Hostgator fixed a database crash for me a few times almost instantly.  Thats part of why I love them</p>
<p><strong>Aloysa said: </strong></p>
<blockquote><p>
Happened to me once. I called my hosting company and they fixed it. What did you do? </p>
</blockquote>
]]></description>
	<pubDate>Wed, 04 Jan 2012 20:01:53 +0000</pubDate>
</item>
<item>
	<title>Aloysa on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59020</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59020</guid>
	<description><![CDATA[<p>Happened to me once. I called my hosting company and they fixed it. What did you do? </p>
]]></description>
	<pubDate>Wed, 04 Jan 2012 19:38:31 +0000</pubDate>
</item>
<item>
	<title>OneCentAtatime on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59010</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59010</guid>
	<description><![CDATA[<p>What was the fix?</p>
]]></description>
	<pubDate>Wed, 04 Jan 2012 17:54:24 +0000</pubDate>
</item>
<item>
	<title>newlywedsbudget on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59004</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59004</guid>
	<description><![CDATA[<p>ok crisis averted...of course right after i post, i end up fixing it.</p>
]]></description>
	<pubDate>Wed, 04 Jan 2012 16:35:30 +0000</pubDate>
</item>
<item>
	<title>newlywedsbudget on PLEASE HELP! BLOG COMPLETELY DOWN!</title>
	<link>https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59000</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/please-help-blog-completely-down/#p59000</guid>
	<description><![CDATA[<p>My blog has been showing an error message for the past four hours:</p>
<p><strong>Fatal error</strong>: Call to undefined method stdClass::suppress_errors (then it lists some numbers)</p>
<p> </p>
<p>This happened after I tried to download a plugin. But now I can&#039;t even access my login page. I have tried going through the FTP but haven&#039;t found a solution even though I&#039;ve been working on it for over an hour. Can someone please help or recommend someone that helps with this sort of thing??</p>
<p> </p>
<p>Thank you!!</p>
]]></description>
	<pubDate>Wed, 04 Jan 2012 16:08:42 +0000</pubDate>
</item>
</channel>
</rss>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: yakezie.com @ 2026-04-16 14:44:09 by W3 Total Cache
-->