Javascript required
Skip to content Skip to sidebar Skip to footer

Server Error Please Try Again Later

How to Fix "Are You Sure You Want to Practise This? Please Endeavor Over again" Fault in WordPress

How to Fix

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

Download Ultimate WordPress Cheat Sheet

Fortunately, the WordPress community is very active, and we know exactly what the (many) causes of this error are. In this article, we're going to talk well-nigh six ways 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. Clearing your WordPress cache.
  6. Upgrading to a ameliorate hosting provider.

As y'all can come across, nosotros take a lot to talk about. Don't be intimidated, still, every bit these fixes are by and large quite simple. Let's jump correct in!

What Causes the "Are You Certain You Want to Exercise This? Delight Endeavour Again" Error

The Are you sure you want to do this? Please try again error in action.
Every bit yous can see, this error message could stand to exist a little more informative.

When it comes to troubleshooting, your start move should e'er be to read whatever mistake messages you're getting. In a lot of cases, this will tell you everything y'all need to know to fix any problem you've encountered. Withal, some errors aren't quite and so helpful.

The "Are you sure you desire to do this? Delight endeavour once more"error is ane of the worst culprits when it comes to providing insufficient information. Information technology can popular up when y'all're trying to do just about anything in WordPress. Yet, some of the nearly common times you'll encounter it include:

  • When yous 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's a long list, and there aren't whatsoever common denominators between all of these situations. To put it some other fashion, the "Are you sure you want to do this? Please try once more" error is WordPress' way of maxim: "Something went wrong and we're not sure what information technology is. Allow's try again and see if it works this fourth dimension!".

In some cases, trying to perform the same activity again won't trigger the error a second time. Even so, in our experience, you usually have to fix the underlying consequence before you can terminate whatever y'all were doing. With that in mind, let'southward await at how to troubleshoot this error.

6 Means to Set the "Are You Certain You Want to Do This? Delight Try Again" Error

Since at that place are so many potential causes for this error, you demand to be methodical when it comes to troubleshooting it. In this department, we'll walk you through six ways to solve the problem, from the near to least probable solution.

If you're lucky, you won't have to attempt all of these fixes. However, don't get discouraged if the first matter y'all try doesn't fix the problem – simply keep going!

1. Deactivate Your Plugins and Revert to Your Default Theme

Nearly WordPress websites use several plugins at once. In some cases, one or more than of those plugins can crusade compatibility issues with each other or your theme. The best way to find out of a plugin is behind your woes is to disable them 1 by 1, until you either detect a culprit or rule them all out.

If you have access to your dashboard, this process is simple. Just make your way to thePluginstab, and deactivate each of your plugins in plow, starting from the top:

The WordPress plugins tab.

After you turn off each one, bank check to meet if the "Are you sure you desire to exercise this? Delight endeavour again" error persists (by repeating the action that triggered it in the start identify).

If y'all make your fashion through all the plugins without results, become ahead and switch over to yourThemestab. Change your active theme, and check once more to meet if the error is still happening.

In one case you rule out plugins and themes as the source of your problem, you'll want to reactivate them all. Then, move on to the adjacent fix.

Withal, if you don't have access to your dashboard, you'll need to have some other approach. To disable your plugins and theme, yous'll have to access your website via FTP, using a client such as FileZilla.

Afterward connecting to your website via FTP, navigate to thepublic_html/wp-contentdirectory. You lot'll see several folders inside, two of which are chosenpluginsandthemes. Within those directories, you lot'll find unique folders for each of your themes and plugins. Right-click on thepluginsfolder, and rename it plugins.deactivated.

This uncomplicated action will deactivate all your plugins in one savage swoop. Afterward, admission your website over again and try to reproduce the error. If it's gone, change your plugin directory'south proper noun back to justplugins. Then yous can open it up and change each individual plugin binder's proper noun topluginname.deactivated. Every bit before, your goal is to turn each plugin off in turn until y'all narrow down the culprit:

Deactivating your plugins.

If none of your plugins are at fault, remember to return their folders to the original names. Otherwise, WordPress won't recognize them. Then, you'll need to echo the process with your active theme. Become into thepublic_html/wp-content/themesdirectory, and find the binder that corresponds to the theme you're using. Alter its name, so WordPress won't recognize it:

Deactivating your theme.

Endeavor replicating the error once more, to see if that change stock-still it.

If a plugin or theme turns out to be at the root of your problem, y'all have a few choices. Y'all can try updating information technology 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 fault, however, proceed to the next solution.

2. Increment Your PHP Retentiveness Limit

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

These days, most WordPress web hosts set decent memory limits for your website out of the box, so this mistake isn't that mutual. However, adjusting your PHP retentivity limit is quite elementary, then it doesn't injure to endeavour in case yours is ready also low.

There are three means you can increment your PHP retentivity limit in WordPress. The commencement i involves making a change to your server'southward configuration, which you won't be able to exercise if you're using certain types of hosting. With that in mind, we're going to skip right to the other two methods, which involve editing either your.htaccessorwp-config.phpfiles.

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

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

Editing your htaccess file.

Correct click on the file and cull theView/Editselection. This will open.htaccessusing your default local text editor, enabling you to make changes to information technology. Now, scroll downward to the bottom of the file without making any changes to the rest of its code. At the very bottom, 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 enough to handle any scripts. Plus, you'll as well be increasing your file size upload limit, giving your website more than time to upload files and process scripts.

After you've added the lawmaking, save your changes to.htaccess, and then close the file. FileZilla will ask if you want to relieve the changes to your server, so go ahead and say yep.

Next, attempt replicating the "Are you sure you want to do this? Please endeavor once more" error once more. If it's gone, then you lot're in luck. If it persists, however, there's another file you can try editing to increase your PHP memory. Information technology's calledwp-config.php, and information technology'south located in the same directory as.htaccess:

Editing your wp-config file.

Locate it now, then open up it using your text editor and await for the line that saysHappy blogging!at the finish of the file. Paste in this code right above it:

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

This volition increase your PHP retentivity limit to 256 MB. Although yous already tried to practise this via.htaccess, sometimes (due to the style your server is ready) simply one of these approaches will work. If the mistake persists later you save the changes towp-config.php, however, it's time to motility on to the next method.

three. Reset Your WordPress Security Keys

Your WordPress security keys are also known as 'salts'. They are cryptographic sequences the platform uses to protect the data information technology stores in your database. This may audio complicated, simply yous don't demand to empathise all the technology involved. Suffice it to say that changing your salt keys can assist ready security issues that could be triggering the "Are yous sure you want to exercise this? Please endeavour once more" error.

WordPress stores your site's unique salt keys within thewp-config.phpfile. Every bit we mentioned earlier, you lot can detect this file inside thepublic_htmldirectory. Merely connect to your website via FTP and navigate to the folder, then openwp-config.phpin your text editor.

Next, utilise your text editor'due south search characteristic to discover the line that reads "Authentication Unique Keys and Salts". You'll come across a set of eight lines of code correct below that, and you'll need to replace them all:

Editing your WordPress salt keys.

To exercise 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 just generated, and so savewp-config.phpand close it. Afterward that, attempt accessing your website again.

WordPress will ask you to log in, due to the change in your keys. Once you've accessed your dashboard, bank check to see if the error persists. If it does, you'll demand to continue moving downwardly the list.

4. Cheque Your Uploads for Wrong File Formats

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

I common crusade of the "Are you lot sure you want to do this? Please try again" error is when yous're trying to upload a blazon of file WordPress doesn't support. If you lot're running into that problem, you can convert the file you want to upload to a format the platform tin can process. Otherwise, yous'll keep running into the same fault over and over 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 you meet with no success (or if the activity yous're trying to perform is something other than uploading a file), y'all'll need to try something else.

five. Articulate Your WordPress Cache

If y'all're using a caching plugin with WordPress, you may come across errors when trying to make changes to your website. Fixing this trouble is actually quite easy, as all yous accept to do is articulate your WordPress cache. The problem is that the process required can vary, depending on which plugin yous're using.

For an case, allow's look at the WP Super Cache plugin. Information technology's one of the well-nigh popular WordPress caching plugins around, and it's quite easy to use and configure. To empty your cache through this plugin, you have to navigate to theSettings › WP Super Cachetab in your dashboard. Once at that place, await for a department calledDelete Cached Pages:

Deleting your WordPress cache.

At that place's a big push that readsDelete Enshroudright beneath, and then y'all can't miss information technology. Just click on that button, and the plugin will empty your cache.

Well-nigh other caching plugins include like options. Yous can read more near how to troubleshoot W3 Total Cache or WP Fastest Cache in another guide from our archives. In whatsoever instance, remember to check and see if the "Are you certain you want to practise this? Please try over again" mistake is gone after immigration your cache! If not, there'due south ane last thing to effort.

6. Upgrade to a Better Hosting Provider

If you've gotten to this point and nothing has worked, chances are the "Are you certain you want to practise this? Please endeavor over again" 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 aid y'all troubleshoot the event, which can accept some time depending on how constructive they are.

In whatever example, if you're running into these kinds of problems due to your choice of hosting provider, information technology might be fourth dimension to consider making a change. Ideally, you lot'll want to use a web host that works well with WordPress. Here at Hostinger, for example, we offer WordPress-friendly plans at low prices, with lots of handy features and rock-solid back up.

What'due south more, migrating your website from 1 host to some other isn't every bit complicated as y'all might think. It tin take up to a few hours, merely you'll save yourself a lot more than fourth dimension by not having to deal with so many errors in the future.

Further Reading

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

  • ten Ways to Fix the "Sad, You lot 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 Broken Add together Media Button in WordPress
  • iii Easy Methods to Ready 404 Errors in WordPress Posts and Pages
  • How To Fix HTTP Error When Uploading Images to WordPress

Conclusion

The "Are you sure you want to do this? Please endeavour again" fault can be intimidating since it doesn't give yous much information to go on. All the same, information technology'south one of the well-nigh well-documented errors in WordPress history. We know what its many potential causes are, and fixing information technology isn't unremarkably difficult. In most cases, y'all won't need to try the full six methods we've outlined. If you're seeing bug like this ofttimes, however, information technology may exist time to modify web hosting providers.

Do you have whatever questions near how to fix the "Are you sure you want to do this? Please try again" error? Ask away in the comments section beneath!

Author

Will Morris is a staff writer at WordCandy. When he's not writing about WordPress, he likes to gig his stand-upwardly comedy routine on the local circuit.

raebuthationd.blogspot.com

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