 
    
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>problem Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/problem/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Wed, 13 Nov 2013 11:16:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>WordPress &#8211; Can&#039;t Log into your Website</title>
		<link>https://complete-concrete-concise.com/wordpress-2/wordpress-cant-log-into-your-website/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Wed, 13 Nov 2013 11:16:05 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=3026</guid>

					<description><![CDATA[<p>Try this if WordPress ignores your login attempts.</p>
<p>The post <a href="https://complete-concrete-concise.com/wordpress-2/wordpress-cant-log-into-your-website/">WordPress &#8211; Can&#039;t Log into your Website</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>In September 2013, I found myself unable to log into this site.</p>
<p>I would be presented the Login screen, enter my User Name and Password and be brought right back to the same screen.</p>
<p>Logging in with an incorrect user name or password would result in the familiar &#8220;No&#8221; shake of the login screen.</p>
<p>While this solution worked for me, there may be other reasons why you are not able to log in.</p>
<div class="c2">
<p><strong>Update: 19-November-2013:</strong> I once again found myself unable to log in. I tried the various steps indicated on the <a href="http://codex.wordpress.org/Login_Trouble">WordPress site</a>, but none of them worked. The next day, problem went away. So it seems that, at least sometimes, the problem may be with your webhost.</p>
<p>I can&#8217;t deny that this is very frustrating.</p>
</div>
<p>These instructions are for WordPress 3.7.1, but should be the same or similar for other versions, but no guarantee is made.</p>
</div>
<h1>Logging In Solution #1</h1>
<div class="c1">
<p>This usually works, but it did not work every time for me.</p>
<p>Normally, we login by typing the site URL followed by <code>/wp-admin</code>:</p>
<pre><code>http://&lt;your site url&gt;/wp-admin</code></pre>
<p>This presents the familiar Login Screen:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-1.png" alt="" border="0" class="centered"/></p>
<p>Behind the scenes, WordPress has changed the URL to a different one with a redirect:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-2.png" alt="" border="0" class="centered"/></p>
<p>This can cause login problems if your <strong>WordPress Address</strong> and <strong>Site Address</strong> are different.</p>
</div>
<p><strong>1) Enter</strong> <code>&lt;your site address&gt;/wp-login.php</code> into the URL bar and <strong>press</strong> Enter. This should bring you to the WordPress login page:<br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-3.png" alt="" border="0" class="centered"/></p>
<p><strong>2) Try</strong> to log in.</p>
<p><strong>3)</strong> If this fails, <strong>add</strong> (or <strong>remove</strong>) the <code>www.</code> prefix to your website URL.</p>
<div class="c1">
<p>In other words, if you entered <code>www.example.com/wp-login.php</code> the first time, then enter <code>example.com/wp-login.php</code> this time.</p>
</div>
<p>If this worked and you are logged in, then go to the step <a href="#link1">Setting the WordPress and Site Addresses to be the Same</a></p>
<h1>Logging In Solution #2</h1>
<div class="c1">
<p>This assumes you have CPanel (or similar) access to your website and can run <code>phpMyAdmin</code> to access your WordPress database.</p>
</div>
<p><strong>1) Login</strong> to you web hosting account.</p>
<p><strong>2) Start</strong> <code>phpMyAdmin</code>.</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-4.png" alt="" border="0" class="centered"/></p>
<p><strong>3) Expand</strong> your WordPress database by clicking on the <img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-plus.png" alt="" border="0" /> icon:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-5.png" alt="" border="0" class="centered"/></p>
<div class="c1">
<p>If you have more than one database with your webhost, then you will have to figure out which database corresponds to the website you are having problems logging in to.</p>
</div>
<p><strong>4) Click</strong> on <code>wp_options</code>:<br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-6.png" alt="" border="0" class="centered"/></p>
<p><strong>5) Change</strong> the URL entries in <u>siteurl</u> and <u>home</u> so that they are both identical (either with a preceding <code>www.</code> or without). <strong>Edit</strong> the fields by <strong>clicking</strong> on the <u>Edit</u> label:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-7-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-7-thumb.png" alt="" border="0" class="centered"/></a></p>
<h1>Setting the WordPress and Site Addresses to be the Same</h1>
<div class="c1">
<p>This step is not necessary if you changed the URL value directly in the database using <code>phpMyAdmin</code>.</p>
</div>
<p><a name="link1"></p>
<p><strong>1) Click on</strong> <u>Settings</u> in the Dashboard</p>
<p>:</a><br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-8.png" alt="" border="0" class="centered"/></p>
<p><strong>2) Click on</strong> <u>General</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-9.png" alt="" border="0" class="centered"/></p>
<p><strong>3) Edit</strong> the fields <u>WordPress Address (URL)</u> and <u>Site Address (URL)</u> to be the same (either with or without a preceding <code>www.</code>):</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/11/wp-login-problem-10.png" alt="" border="0" class="centered"/><br />
</p>
<p>The post <a href="https://complete-concrete-concise.com/wordpress-2/wordpress-cant-log-into-your-website/">WordPress &#8211; Can&#039;t Log into your Website</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; Failed to download package files</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-failed-to-download-package-files/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 26 Apr 2012 07:00:19 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=1930</guid>

					<description><![CDATA[<p>This tutorial is for Ubuntu 12.04 in which the following error appears when trying to install a package using the Ubuntu Software Center: This might work for other Ubuntu versions, or other Linux distros based on Ubuntu, but no guarantee is made. Assumes you know how to open a terminal. Instructions can be found here. [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-failed-to-download-package-files/">Ubuntu 12.04 &#8211; Failed to download package files</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>This tutorial is for Ubuntu 12.04 in which the following error appears when trying to install a package using the <u>Ubuntu Software Center</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-install-error-message.png" alt="" border="0" class="centered" alt="Failed to download package files. Check your Internet connection."/></p>
<p>This might work for other Ubuntu versions, or other Linux distros based on Ubuntu, but no guarantee is made.</p>
<p>Assumes you know how to open a terminal. Instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<h1>Possible Cause</h1>
<p>The error message</p>
<pre><code>Failed to download package files
Check your Internet connection.</code></pre>
<p>when attempting to install software using the <u>Ubuntu Software Center</u> may occur if the package repository lists are out of date.</p>
<h1>Updating the Repositories</h1>
<p><strong>1) Open</strong> a terminal:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/failed-to-download-package-files-2.png" alt="" border="0" class="centered" /></p>
<p><strong>2) Type</strong> the following command and then <strong>press</strong> the <u>Enter</u> key:</p>
<pre><code>sudo apt-get update</code></pre>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/failed-to-download-package-files-3.png" alt="" border="0" class="centered" /></p>
<p><strong>3) Type</strong> your password and then <strong>press</strong> the <u>Enter</u> key:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/failed-to-download-package-files-4.png" alt="" border="0" class="centered" /></p>
<div class="c2">
<p><strong>Note:</strong> when you type your password, it will look like nothing is happening. This is normal. Linux gives no feedback when passwords are entered.</p>
</div>
<p>Ubuntu will spend several minutes updating the package repository lists:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/failed-to-download-package-files-5.png" alt="" border="0" class="centered" /></p>
<div class="c1">
<p>When Ubuntu has updated the package repository lists, try installing the software package again &#8211; the problem should have gone away.</p>
<p>If the problem persists, it may be that you have a flaky Internet connection.</p>
</div>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-failed-to-download-package-files/">Ubuntu 12.04 &#8211; Failed to download package files</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
