Skip to content Skip to sidebar Skip to footer

How Does One Please Try Again

How to Set "Are You Sure You Want to Do This? Please Effort Once more" Error in WordPress

How to Fix

In many cases, WordPress tells you exactly what went wrong when you encounter an result. However, that's not the case with the "Are you sure yous want to exercise this? Please try once again" mistake. The message itself doesn't give you lot any helpful information for fixing the problem.

Download WordPress Crook Canvas

Fortunately, the WordPress community is very active, and we know exactly what the (many) causes of this error are. In this commodity, we're going to talk nearly six means to deal with this problem, including:

  1. Deactivating your plugins and reverting to your default theme.
  2. Increasing your PHP memory limit.
  3. Resetting your WordPress security keys.
  4. Checking your WordPress uploads for unsupported file formats.
  5. Immigration your WordPress cache.
  6. Upgrading to a better hosting provider.

As yous can see, we have a lot to talk nearly. Don't exist intimidated, even so, as these fixes are more often than not quite simple. Let's jump right in!

What Causes the "Are Y'all Sure Y'all Want to Do This? Please Try Again" Error

The Are you sure you want to do this? Please try again error in action.
As you tin see, this error message could stand to be a footling more than informative.

When it comes to troubleshooting, your first move should always exist to read any error messages yous're getting. In a lot of cases, this will tell you everything yous need to know to fix whatever problem you've encountered. Even so, some errors aren't quite then helpful.

The "Are you lot sure you lot want to do this? Please try again"error is 1 of the worst culprits when it comes to providing insufficient information. It can pop upwards when you lot're trying to do just near anything in WordPress. However, some of the most common times you lot'll run into it include:

  • When you try to upload a plugin or theme.
  • During a media file upload.
  • When trying to publish a new post or page.
  • While customizing a theme, post, or page.
  • If WordPress runs into a PHP-related error, or your website encounters a security issue.

That'south a long list, and at that place aren't any common denominators betwixt all of these situations. To put it another way, the "Are you sure you lot want to practise this? Delight endeavour over again" fault is WordPress' way of proverb: "Something went incorrect and we're not sure what it is. Let'southward try once again and see if information technology works this time!".

In some cases, trying to perform the aforementioned action again won't trigger the error a second time. Yet, in our experience, yous usually have to gear up the underlying issue before you can cease whatsoever you were doing. With that in heed, permit's look at how to troubleshoot this error.

6 Means to Fix the "Are You Sure Yous Want to Exercise This? Please Try Again" Error

Since at that place are so many potential causes for this error, you need to exist methodical when information technology comes to troubleshooting information technology. In this section, we'll walk you lot through six ways to solve the trouble, from the near to least likely solution.

If you're lucky, you won't have to effort all of these fixes. However, don't get discouraged if the offset thing you effort doesn't fix the problem – just keep going!

1. Deactivate Your Plugins and Revert to Your Default Theme

Most WordPress websites use several plugins at once. In some cases, one or more than of those plugins can crusade compatibility bug with each other or your theme. The best way to observe out of a plugin is behind your woes is to disable them one past i, until yous either find a culprit or rule them all out.

If you have access to your dashboard, this process is uncomplicated. Just brand your manner to thePluginstab, and conciliate each of your plugins in turn, starting from the top:

The WordPress plugins tab.

Afterwards you lot turn off each one, check to come across if the "Are you sure you lot want to exercise this? Please try again" error persists (by repeating the activeness that triggered information technology in the first place).

If you brand your way through all the plugins without results, go ahead and switch over to yourThemestab. Change your active theme, and check in one case more to run across if the error is still happening.

In one case you lot rule out plugins and themes as the source of your problem, you'll desire to reactivate them all. Then, movement on to the side by side gear up.

However, if you don't have access to your dashboard, y'all'll demand to take another approach. To disable your plugins and theme, yous'll have to admission your website via FTP, using a client such as FileZilla.

After connecting to your website via FTP, navigate to thepublic_html/wp-contentdirectory. Y'all'll see several folders within, 2 of which are calledpluginsandthemes. Within those directories, you'll detect unique folders for each of your themes and plugins. Right-click on thepluginsfolder, and rename information technology plugins.deactivated.

This simple action will deactivate all your plugins in one vicious swoop. Afterward, access your website once again and try to reproduce the error. If it'southward gone, change your plugin directory's name back to justplugins. Then you can open up information technology upwards and change each private plugin binder'south name topluginname.deactivated. Equally before, your goal is to turn each plugin off in turn until y'all narrow downward the culprit:

Deactivating your plugins.

If none of your plugins are at error, remember to return their folders to the original names. Otherwise, WordPress won't recognize them. Then, you'll demand to repeat the process with your active theme. Get into thepublic_html/wp-content/themesdirectory, and find the folder that corresponds to the theme you're using. Change its proper noun, so WordPress won't recognize it:

Deactivating your theme.

Try replicating the error again, to see if that change fixed it.

If a plugin or theme turns out to be at the root of your problem, y'all have a few choices. You tin effort updating it if possible, uninstalling it, or looking for an alternative that doesn't trigger errors on your website. If none of them seem to be at mistake, nonetheless, go on to the next solution.

2. Increase Your PHP Retentivity Limit

WordPress runs on the PHP programming language. When your website tries to run plugins and scripts, it has a set amount of PHP memory information technology can use to do so. If those scripts run out of memory, they can trigger errors such as "Are you sure you want to do this? Please try again" or "Allowed memory size of XXXX bytes exhausted".

These days, most WordPress web hosts set up decent memory limits for your website out of the box, so this error isn't that common. However, adjusting your PHP memory limit is quite simple, then it doesn't hurt to try in example yours is gear up also low.

There are iii ways y'all can increment your PHP memory limit in WordPress. The first one involves making a modify to your server's configuration, which you won't be able to do if you're using certain types of hosting. With that in listen, nosotros're going to skip right to the other 2 methods, which involve editing either your.htaccessorwp-config.phpfiles.

Both of those are WordPress core files, which means they are highly important and contain settings that enable your entire website to run. When you're editing either of them, therefore, yous'll need to be actress careful.

First, you'll demand to use FTP to log into your site's files directly. In one case you're in, look for.htaccess, which is located within thepublic_html directory:

Editing your htaccess file.

Correct click on the file and choose theView/Editpick. This volition open.htaccessusing your default local text editor, enabling you lot to make changes to it. Now, coil downward to the bottom of the file without making any changes to the rest of its lawmaking. At the very lesser, paste the following snippet:

php_value upload_max_filesize 256M php_value post_max_size  256M php_value memory_limit  256M php_value max_execution_time 180 php_value max_input_time 180

This will set your max PHP memory size to 256 MB, which is more than than plenty to handle any scripts. Plus, you'll as well be increasing your file size upload limit, giving your website more time to upload files and process scripts.

After you've added the code, salve your changes to.htaccess, and then close the file. FileZilla will ask if you lot desire to save the changes to your server, and so go alee and say yes.

Next, try replicating the "Are you sure y'all want to do this? Please effort once again" fault once more than. If it's gone, so you're in luck. If it persists, however, there's another file you tin endeavour editing to increase your PHP retentiveness. Information technology's calledwp-config.php, and information technology's located in the aforementioned directory every bit.htaccess:

Editing your wp-config file.

Locate it now, and so open up information technology using your text editor and look for the line that saysHappy blogging!at the end of the file. Paste in this code right higher up it:

ascertain('WP_MEMORY_LIMIT', '256M');

This will increment your PHP retention limit to 256 MB. Although y'all already tried to do this via.htaccess, sometimes (due to the mode your server is ready) just one of these approaches will piece of work. If the error persists after you save the changes towp-config.php, even so, it'due south time to move on to the next method.

3. Reset Your WordPress Security Keys

Your WordPress security keys are also known as 'salts'. They are cryptographic sequences the platform uses to protect the information it stores in your database. This may sound complicated, only you lot don't demand to understand all the technology involved. Suffice information technology to say that changing your salt keys tin can aid fix security bug that could be triggering the "Are yous certain you want to practice this? Delight effort again" error.

WordPress stores your site's unique salt keys within thewp-config.phpfile. Every bit we mentioned earlier, you can find this file within thepublic_htmldirectory. Just connect to your website via FTP and navigate to the folder, so open upwp-config.phpin your text editor.

Next, employ your text editor'southward search feature to notice the line that reads "Authentication Unique Keys and Salts". You'll see a set of eight lines of code correct beneath that, and you'll need to supplant them all:

Editing your WordPress salt keys.

To practice that, visit this link from the WordPress API, which will generate a new full set of keys. Delete the existing lines, replace them with the new fix you only generated, then savewp-config.phpand close it. After that, try accessing your website again.

WordPress will ask you lot to log in, due to the change in your keys. Once you've accessed your dashboard, cheque to come across if the mistake persists. If it does, y'all'll demand to keep moving down the list.

4. Bank check Your Uploads for Incorrect File Formats

WordPress enables you to add a wide variety of files to use within your posts and pages. The listing of file formats the platform supports is quite extensive, and you can check them all out in the WordPress Codex.

One common cause of the "Are you sure you desire to do this? Please try again" error is when you're trying to upload a blazon of file WordPress doesn't support. If you're running into that problem, you can convert the file yous want to upload to a format the platform can procedure. Otherwise, you'll keep running into the same mistake over and again while trying to upload the file.

So try saving the file in some other format supported by WordPress, and adding it to your site. If y'all meet with no success (or if the action you're trying to perform is something other than uploading a file), you'll need to try something else.

5. Clear Your WordPress Cache

If you're using a caching plugin with WordPress, you may meet errors when trying to make changes to your website. Fixing this problem is actually quite easy, as all you lot take to do is clear your WordPress cache. The problem is that the process required can vary, depending on which plugin you're using.

For an example, let's look at the WP Super Enshroud plugin. Information technology's one of the most popular WordPress caching plugins around, and it's quite like shooting fish in a barrel to use and configure. To empty your cache through this plugin, you lot have to navigate to theSettings › WP Super Cachetab in your dashboard. Once in that location, wait for a section calledDelete Buried Pages:

Deleting your WordPress cache.

There'south a large push button that readsDelete Enshroudright below, so you lot tin't miss information technology. Just click on that button, and the plugin volition empty your cache.

Nearly other caching plugins include similar options. Y'all tin can read more most how to troubleshoot W3 Total Enshroud or WP Fastest Enshroud in some other guide from our archives. In whatsoever example, remember to bank check and meet if the "Are you sure y'all desire to do this? Please attempt once more" mistake is gone afterwards clearing your cache! If not, there's one last matter to attempt.

six. Upgrade to a Amend Hosting Provider

If you've gotten to this point and nothing has worked, chances are the "Are yous sure you want to exercise this? Please try once more" fault is popping up due to a problem with your server's configuration. That means you'll need to ask your provider's support team to help you troubleshoot the issue, which tin take some fourth dimension depending on how effective they are.

In any case, if y'all're running into these kinds of problems due to your choice of hosting provider, it might be time to consider making a change. Ideally, you'll want to utilize a spider web host that works well with WordPress. Here at Hostinger, for example, we offering WordPress-friendly plans at depression prices, with lots of handy features and stone-solid support.

What'southward more than, migrating your website from one host to another isn't equally complicated as y'all might think. It tin accept up to a few hours, but you lot'll relieve yourself a lot more time past not having to deal with and then many errors in the future.

Further Reading

For more pop WordPress errors and in-depth instructions on how to fix them, check out:

  • 10 Ways to Ready the "Sorry, You Are Not Allowed to Access This Page" Error in WordPress
  • Fixing "The uploaded file exceeds the upload_max_filesize directive in php.ini." in WordPress
  • How to Fix Cleaved Add Media Push in WordPress
  • three Easy Methods to Fix 404 Errors in WordPress Posts and Pages
  • How To Set HTTP Error When Uploading Images to WordPress

Conclusion

The "Are you sure you want to practise this? Delight endeavor once again" error can be intimidating since it doesn't requite you much information to go on. However, information technology's 1 of the nigh well-documented errors in WordPress history. We know what its many potential causes are, and fixing information technology isn't usually hard. In most cases, you won't need to try the full half-dozen methods we've outlined. If y'all're seeing issues like this frequently, however, it may be time to change web hosting providers.

Exercise you accept any questions well-nigh how to set the "Are you sure you want to do this? Please try once again" error? Enquire away in the comments section below!

Author

Will Morris is a staff author at WordCandy. When he's not writing near WordPress, he likes to gig his stand up-upward one-act routine on the local excursion.

bakersysion.blogspot.com

Source: https://www.hostinger.com/tutorials/fix-are-you-sure-you-want-to-do-this-please-try-again-wordpress/

Yorum Gönder for "How Does One Please Try Again"