<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Wordpress Archives - New Computer Inquiry</title>
	<atom:link href="https://newcomputerinquiry.com/tips-and-guides/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://newcomputerinquiry.com</link>
	<description>Tutorials, Guides and Product Reviews</description>
	<lastBuildDate>Tue, 29 Dec 2020 07:58:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.1</generator>
<site xmlns="com-wordpress:feed-additions:1">81201986</site>	<item>
		<title>How To Increase Maximum Upload Limit &#038; PHP Memory in WordPress</title>
		<link>https://newcomputerinquiry.com/how-to-increase-maximum-upload-limit-php-memory-in-wordpress/</link>
					<comments>https://newcomputerinquiry.com/how-to-increase-maximum-upload-limit-php-memory-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Tue, 29 Dec 2020 07:58:54 +0000</pubDate>
				<category><![CDATA[Tips & Guides]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Increase Memory Limit WordPress]]></category>
		<category><![CDATA[Increase PHP Memory Wordpress]]></category>
		<category><![CDATA[Increase Upload Limit Wordpress]]></category>
		<guid isPermaLink="false">https://newcomputerinquiry.com/?p=1573</guid>

					<description><![CDATA[<p>When operating WordPress, you may encounter common errors that limit your functionality or access. Common problems that arise are: exceeding upload limit, not enough memory to run certain themes or plugins, and fatal error pages. These problems occur due to the settings on your web host. Some hosting companies restrict access or limit your resources, [...]</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/how-to-increase-maximum-upload-limit-php-memory-in-wordpress/">How To Increase Maximum Upload Limit &#038; PHP Memory in WordPress</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When operating WordPress, you may encounter common errors that limit your functionality or access. Common problems that arise are: exceeding upload limit, not enough memory to run certain themes or plugins, and fatal error pages.</p>
<p>These problems occur due to the settings on your web host. Some hosting companies restrict access or limit your resources, while others give you more flexibility.</p>
<p>To fix these problems or prevent any of these error messages from occurring, below we provide you with solutions that work. Test each method before proceeding to the next. You may find out that modifying your wp-config file works versus modifying your .htaccess file.</p>
<h2>Increasing The Upload Limit and PHP Memory</h2>
<h3>Updating your wp-config file</h3>
<ol>
<li>Access File Manager using cPanel, Plesk, FTP, or your control panel.</li>
<li>In the main directory of your website, right-click on WP-Config.php, then click edit.</li>
<li>Add the following line of code:<br>
<span style="color: #0000ff;">define(‘WP_MEMORY_LIMIT’, ‘256M’);</span><br>
<span style="color: #0000ff;">define(‘UPLOAD_MAX_SIZE’, ’64M’);</span><br>
<span style="color: #0000ff;">define(‘POST_MAX_SIZE’, ’64M’);</span></li>
<li>Save. Changes should take effect immediately.</li>
</ol>
<h3>Updating your .htaccess file</h3>
<ol>
<li>Access File Manager using cPanel, Plesk, FTP, or your control panel.</li>
<li>Change view settings to show hidden files.</li>
<li>In the main directory of your website, right-click on .htaccess, then click edit.</li>
<li>At the bottom of this file, add the following lines of code:<br>
<span style="color: #0000ff;">php_value memory_limit 256M</span><br>
<span style="color: #0000ff;">php_value upload_max_filesize 64M</span><br>
<span style="color: #0000ff;">php_value post_max_size 64M</span><br>
<span style="color: #0000ff;">php_value max_execution_time 300</span><br>
<span style="color: #0000ff;">php_value max_input_time 1000</span></li>
<li>Save. Changes should take effect immediately.</li>
</ol>
<h3>Updating your php.ini file</h3>
<ol>
<li>Access File Manager using cPanel, Plesk, FTP, or your control panel.</li>
<li>Locate the php.ini file. Right-click, then click edit.</li>
<li>Add the following lines of code:<br>
<span style="color: #0000ff;">memory_limit = 256M</span><br>
<span style="color: #0000ff;">upload_max_size = 64M</span><br>
<span style="color: #0000ff;">post_max_size = 64M</span><br>
<span style="color: #0000ff;">upload_max_filesize = 64M</span><br>
<span style="color: #0000ff;">max_execution_time = 300</span><br>
<span style="color: #0000ff;">max_input_time = 1000</span></li>
<li>Save. Changes should take effect immediately.</li>
</ol>
<p>In the event that none of these methods work, contact your web host. Contacting support via telephone or live chat is the ideal solution. Some web host has to enable certain settings on their end. They can also let you know what restrictions are put in place or what problems your WordPress website is having.</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/how-to-increase-maximum-upload-limit-php-memory-in-wordpress/">How To Increase Maximum Upload Limit &#038; PHP Memory in WordPress</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://newcomputerinquiry.com/how-to-increase-maximum-upload-limit-php-memory-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1573</post-id>	</item>
		<item>
		<title>WordPress Error Message Not A Valid JSON Response (Solution)</title>
		<link>https://newcomputerinquiry.com/wordpress-error-message-not-a-valid-json-response-solution/</link>
					<comments>https://newcomputerinquiry.com/wordpress-error-message-not-a-valid-json-response-solution/#respond</comments>
		
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Tue, 07 Apr 2020 13:00:55 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[JSON Error]]></category>
		<category><![CDATA[JSON Response Error]]></category>
		<category><![CDATA[Wordpress Error]]></category>
		<category><![CDATA[Wordpress Plugin Error]]></category>
		<category><![CDATA[Wordpress Server Error]]></category>
		<category><![CDATA[Wordpress Solution]]></category>
		<guid isPermaLink="false">https://newcomputerinquiry.com/?p=1414</guid>

					<description><![CDATA[<p>Trying to create or update a post, page or product on WordPress? Failing to access the media gallery to upload or select a photo? You may be experiencing an error that can be fixed with a little bit of effort on your part. This error has emerged recently because of the surge of updates from [...]</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/wordpress-error-message-not-a-valid-json-response-solution/">WordPress Error Message Not A Valid JSON Response (Solution)</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Trying to create or update a post, page or product on WordPress? Failing to access the media gallery to upload or select a photo? You may be experiencing an error that can be fixed with a little bit of effort on your part.</p>
<p>This error has emerged recently because of the surge of updates from WordPress. Not every web host is created equal. The error you are receiving is both a WordPress issue and a web hosting/server issue.</p>
<h2>Fix For “Updating failed. Error message: The response is not a valid JSON response”</h2>
<p>The steps below are the recommended order to solving the problem. You will need access to your cPanel, Plesk dashboard, File Manager, or FTP. Consult your web host or your web manager if you have problems accessing these locations.</p>
<p>1) <strong>Plugins</strong> – In File Manager, go to wp-content, and rename the <strong>plugins</strong> folder by adding .bak to it. The new folder should now be named “plugins.bak”. Head back to your website and try to create or update a post. If this fixes the problem, then it’s most likely one or more installed plugins causing the problem. Find the plugin(s) that are causing the issue, remove it, rename your plugins folder back to normal, and try testing your posts again. If you are still receiving the error after renaming the entire plugins folder, rename your folder back to “plugins” and head to step 2.</p>
<p>2) <strong>HTACCESS File</strong> – In File Manager, in the main directory where your WordPress is installed, rename the <strong>.htaccess</strong> file to .htaccess.bak. Head back over to your website and try creating or updating a post. If this works for you great, if not, rename .htaccess back by removing .bak from it, then head to step 3.</p>
<p>3) <strong>Index File</strong> – In File Manager, in the main directory where your WordPress is installed, rename the <strong>index.php</strong> file to index.php.bak. Head back over to your website and try creating or updating a post. If this works for you great, if not, rename index.php back by removing .bak from it, then head to step 4.</p>
<p>4) <strong>Site URL</strong> – In your WordPress dashboard, on the left-side navigation, goto Settings -&gt; General. Make sure your WordPress Address (URL) and Site Address (URL) are correct. Try removing www. from the address and see if that fixes the issue. If this works for you great, if not, head to step 5.</p>
<p>5) <strong>SSL</strong> – Make sure your <strong>SSL Certificate</strong> is installed correctly. In your URL bar, on the left side of your website address, the lock should be solid. If not, you can experience errors. Download and <strong>install an SSL Plugin</strong> from the plugin section of WordPress. If you already have SSL installed on the server level, an SSL plugin will help you to detect and install it properly on your WordPress website. If this solves your problem, great, if not, head to step 6.</p>
<p>6) <strong>Permalinks</strong> – In your WordPress dashboard, on the left-side navigation, goto Settings -&gt; Permalinks. Click on the first option <strong>Plain</strong>, then hit Save Changes. On the same page, click on the option <strong>Post Name</strong>, then hit Save Changes. Head back and try creating or updating a post. If this solves your problem, great, if not, head to step 7.</p>
<p>7) <strong>PHP</strong> – Make sure you a running the latest version of PHP on your server. To check this, log into cPanel or Plesk Dashboard. Goto PHP, then select version 7.1 or higher.</p>
<p>WordPress is constantly updating their software. It’s important to keep up with their updates to prevent security breaches on your website. Because WordPress updates are more frequent, use the above-mentioned steps to solve any errors you may experience going forward.</p>
<p>If you need any more help on this issue, feel free to leave a comment below.</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/wordpress-error-message-not-a-valid-json-response-solution/">WordPress Error Message Not A Valid JSON Response (Solution)</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://newcomputerinquiry.com/wordpress-error-message-not-a-valid-json-response-solution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1414</post-id>	</item>
		<item>
		<title>How To Fix a HTTP ERROR 500 on a WordPress Website</title>
		<link>https://newcomputerinquiry.com/how-to-fix-a-http-error-500-on-a-wordpress-website/</link>
					<comments>https://newcomputerinquiry.com/how-to-fix-a-http-error-500-on-a-wordpress-website/#respond</comments>
		
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Mon, 06 May 2019 17:27:43 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blank White Page Wordpress]]></category>
		<category><![CDATA[Fix Wordpress 500 Error]]></category>
		<category><![CDATA[HTTP 500 Error]]></category>
		<category><![CDATA[Wordpress Error]]></category>
		<category><![CDATA[Wordpress Troubleshooting]]></category>
		<category><![CDATA[Wordpress Website Not Loading]]></category>
		<guid isPermaLink="false">https://newcomputerinquiry.com/?p=1225</guid>

					<description><![CDATA[<p>Every so often you may come across a blank page that says HTTP Error 500. This error is very annoying and can put a halt to any online business operation in an instant. To fix this problem, below we will go over some methods that will get your website back up and running. Fixing a [...]</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/how-to-fix-a-http-error-500-on-a-wordpress-website/">How To Fix a HTTP ERROR 500 on a WordPress Website</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Every so often you may come across a blank page that says HTTP Error 500. This error is very annoying and can put a halt to any online business operation in an instant. To fix this problem, below we will go over some methods that will get your website back up and running.</p>
<h2>Fixing a HTTP Error 500</h2>
<p>Ordered from simple to complex, below are methods to fixing a HTTP Error 500.</p>
<h3><span style="text-decoration: underline;"><strong>Method #1 – Temporarily Disabling the .HTACCESS file</strong></span></h3>
<p><strong>Problem:</strong></p>
<p>Your .HTACCESS file has a line of code in it preventing the website from loading. This particular entry could be made from one of your plugins, themes, or an outside influence.</p>
<p><strong>Solution:</strong></p>
<p>To disable the .HTACCESS file, simply:</p>
<ol>
<li>Log into your cPanel, Plesk, or Web Host Management Dashboard</li>
<li>Goto File Manager</li>
<li>Locate the .HTACCESS file and rename it by adding the following extension <strong>.bak</strong></li>
<li>Your file should look like this: <strong>.htaccess.bak</strong></li>
</ol>
<h3>
<span style="text-decoration: underline;"><strong>Method #2 – Increasing PHP Memory Limit</strong></span></h3>
<p><strong>Problem:</strong></p>
<p>Your website load is heavy, due to certain plugins or your active theme. When you reach or exceed the <strong>PHP memory limit</strong>, you may experience a HTTP Error 500.</p>
<p><strong>Solution:</strong></p>
<ol>
<li>Open notepad or a text editor on your computer.</li>
<li>Input this line of code: <strong>memory=128MB</strong></li>
<li>Save the file as <strong>php.ini</strong></li>
<li>Log into your cPanel, Plesk, or Web Host Management Dashboard</li>
<li>Goto File Manager</li>
<li>Upload the php.ini file</li>
</ol>
<h3>
<span style="text-decoration: underline;"><strong>Method #3 – Temporarily Disabling Plugins</strong></span></h3>
<p><strong>Problem:</strong></p>
<p>One or more of your plugins may have been corrupted, out-of-date, or incompatible with your version of WordPress.</p>
<p><strong>Solution:</strong></p>
<ol>
<li>Log into your cPanel, Plesk, or Web Host Management Dashboard</li>
<li>Goto File Manager</li>
<li>Goto Wp-Content -&gt; Plugins</li>
<li>Rename the plugins folder to <strong>plugins.off</strong></li>
<li>If the Error 500 disappears and your website is loading, rename your plugins folder back to default “plugins”.</li>
<li>Enter your plugins folder and rename all of the folders by adding <strong>.off</strong> to the end. Enable (remove “.off”) from each plugin one by one until you no longer receive the Error 500 again.</li>
<li>Delete the plugin/folder that is giving you the problem.</li>
</ol>
<h3>
<span style="text-decoration: underline;"><strong>Method #4 – Updating to a newer or latest version of PHP</strong></span></h3>
<p><strong>Problem:</strong></p>
<p>Your web server may be outdated and you are using an older version of PHP. Either your WordPress Core, Themes, Plugins, or a combination of all 3 no longer support the older PHP version.</p>
<p><strong>Solution:</strong></p>
<p>Update your PHP to the latest version. Using 5.6 or higher is recommended. We recommend using a <a href="https://www.a2hosting.com/?aid=jpcdezines&amp;bid=a82d6fc3" target="_blank">web host</a> that supports 7.0 or higher, as 5.6 will eventually be phased out.</p>
<ol>
<li>Log into your cPanel, Plesk, or Web Host Management Dashboard</li>
<li>Look for “PHP” or Programming Languages</li>
<li>Select PHP Version 5.6 or Higher</li>
<li>Click Save or Update.</li>
</ol>
<h3>
<span style="text-decoration: underline;"><strong>Method #5 – Updating Core WordPress Files</strong></span></h3>
<p><strong>Problem:</strong></p>
<p>Your existing WordPress files are out-of-date, a file is missing or corrupt, or one or more of your files have been compromised.</p>
<p><strong>Solution:</strong></p>
<ol>
<li>Log into your cPanel, Plesk, or Web Host Management Dashboard</li>
<li>Goto File Manager</li>
<li>Delete ONLY the following folders: <strong>wp-admin</strong> and <strong>wp-includes</strong></li>
<li>With fresh files downloaded from the official <a href="https://wordpress.org" target="_blank" rel="noopener noreferrer">WordPress website</a>, <strong>re-upload both folders</strong>.</li>
<li>Upload and <strong>overwrite all existing files in the main directory</strong>. <span style="text-decoration: underline;">DO NOT</span> touch the <strong>wp-content</strong> folder.</li>
</ol>
<p>Still having trouble getting your website to load? We recommend contacting your web manager or your web hosting company, they can diagnose and fix the problem. Any other questions, feel free to sound off in the comment section below.</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/how-to-fix-a-http-error-500-on-a-wordpress-website/">How To Fix a HTTP ERROR 500 on a WordPress Website</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://newcomputerinquiry.com/how-to-fix-a-http-error-500-on-a-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1225</post-id>	</item>
		<item>
		<title>How To Update PHP To The Latest Version Using cPanel</title>
		<link>https://newcomputerinquiry.com/how-to-update-php-to-the-latest-version-using-cpanel/</link>
					<comments>https://newcomputerinquiry.com/how-to-update-php-to-the-latest-version-using-cpanel/#respond</comments>
		
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Wed, 17 Apr 2019 18:45:36 +0000</pubDate>
				<category><![CDATA[Tips & Guides]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Update PHP]]></category>
		<category><![CDATA[Update PHP Wordpress]]></category>
		<category><![CDATA[Upgrade PHP]]></category>
		<guid isPermaLink="false">https://newcomputerinquiry.com/?p=1203</guid>

					<description><![CDATA[<p>If you own or manage a WordPress website that is installed and setup on web hosting, upgrading to latest version of PHP is relatively simple. With newer updates being released by WordPress to insure that their platform and software remains secure &#38; bug free, having the latest version of PHP is important. Outdated PHP versions [...]</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/how-to-update-php-to-the-latest-version-using-cpanel/">How To Update PHP To The Latest Version Using cPanel</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you own or manage a WordPress website that is installed and setup on web hosting, upgrading to latest version of PHP is relatively simple. With newer updates being released by WordPress to insure that their platform and software remains secure &amp; bug free, having the latest version of PHP is important. Outdated PHP versions such as 5.3, 5.4, and 5.5 pose a security risk for your website.</p>
<p>As of April 2019, the minimum version of PHP you should be using on your website is version 5.6. Later this year in December 2019, the minimum version of PHP will be 7.0. It’s recommended that you upgrade to 7.0 or more now to avoid any problems with your website. Remember to make sure that all of your themes &amp; plugins are not only up-to-date, but compatible with the newer PHP versions.</p>
<h2>Updating Your PHP Version</h2>
<ol>
<li>Log into your cPanel account.</li>
<li>Scroll down to the section called “Software” and click on “PHP Configuration”. If you can locate it, type it in the search.</li>
<li>In the available drop-down menu, where it says “Use PHP Version”, choose PHP 7.0 or greater.</li>
<li>Click “Update”.</li>
</ol>
<p>That’s it! You have successfully updated to the latest PHP Version. After the update, it is highly recommended that you launch your WordPress website to see if everything is still functioning correctly. If for some reason your website get’s “broken”, toggle between PHP versions to see which one works for your website or upgrade your website’s themes and or plugins.</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/how-to-update-php-to-the-latest-version-using-cpanel/">How To Update PHP To The Latest Version Using cPanel</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://newcomputerinquiry.com/how-to-update-php-to-the-latest-version-using-cpanel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1203</post-id>	</item>
		<item>
		<title>Unable to log into the WordPress Admin Dashboard on Plesk</title>
		<link>https://newcomputerinquiry.com/unable-to-log-into-the-wordpress-admin-dashboard-on-plesk/</link>
					<comments>https://newcomputerinquiry.com/unable-to-log-into-the-wordpress-admin-dashboard-on-plesk/#respond</comments>
		
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Wed, 30 Jan 2019 16:15:31 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Wordpress Login]]></category>
		<guid isPermaLink="false">https://newcomputerinquiry.com/?p=1183</guid>

					<description><![CDATA[<p>Problem You receive a 404 “Not Found” error page when going to the WordPress login URL. You tried accessing the WordPress Admin through the Plesk Dashboard and / or tried going to the page directly by entering the direct login URL. Depending on the web hosting provider and version of Plesk you have, the WordPress [...]</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/unable-to-log-into-the-wordpress-admin-dashboard-on-plesk/">Unable to log into the WordPress Admin Dashboard on Plesk</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Problem</strong></p>
<p>You receive a 404 “Not Found” error page when going to the WordPress login URL. You tried accessing the WordPress Admin through the Plesk Dashboard and / or tried going to the page directly by entering the direct login URL.</p>
<p>Depending on the web hosting provider and version of Plesk you have, the WordPress installer may be pre-configured to install a certain number of plugins. One of those plugins is called “Easy Hide Login” which changes the login URL to your WordPress Admin Dashboard. Because the login URL is changed, you may have difficulty using the default URL such as example.com/wp-login.php.</p>
<p><a href="https://newcomputerinquiry.com/wp-content/uploads/2019/01/wordpress-plesk.jpg"><img loading="lazy" class="alignnone size-full wp-image-1184" src="https://newcomputerinquiry.com/wp-content/uploads/2019/01/wordpress-plesk.jpg" alt="wordpress plesk" width="1000" height="569" srcset="https://newcomputerinquiry.com/wp-content/uploads/2019/01/wordpress-plesk.jpg 1000w, https://newcomputerinquiry.com/wp-content/uploads/2019/01/wordpress-plesk-300x171.jpg 300w, https://newcomputerinquiry.com/wp-content/uploads/2019/01/wordpress-plesk-300x171@2x.jpg 600w" sizes="(max-width: 1000px) 100vw, 1000px"></a></p>
<p><strong>Solution</strong></p>
<ol>
<li>To fix this problem, login to your Plesk administrative panel.</li>
<li>On the left side navigation, click on WordPress.</li>
<li>Towards the middle of the screen, look for then click on tab called “Plugins” (Next to Themes tab).</li>
<li>Look for the plugin “Easy Hide Login” or any other login changers, then change the state to “Off”. This will deactivate the plugin.</li>
<li>Go into your web browser and type in your website login URL (example.com/wp-login.php) to test access.</li>
</ol>
<p>This problem is common with newer WordPress Installers that have plugins already preloaded. To avoid problems going forward with any plugin, it’s usually best to run a fresh install with no plugins. This way you can access your dashboard and manually install what you need.</p>
<p>If you have any questions, feel free to sound off below.</p>
<p>The post <a rel="nofollow" href="https://newcomputerinquiry.com/unable-to-log-into-the-wordpress-admin-dashboard-on-plesk/">Unable to log into the WordPress Admin Dashboard on Plesk</a> appeared first on <a rel="nofollow" href="https://newcomputerinquiry.com">New Computer Inquiry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://newcomputerinquiry.com/unable-to-log-into-the-wordpress-admin-dashboard-on-plesk/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1183</post-id>	</item>
	</channel>
</rss>
