There seems to be a problem with the plugin. I installed your plugin with “WPForms Lite” and after a few hours, when I try to submit a form (by pressing the Send button), I get a blank page with a “0” on it, as shown in the attached picture. After deactivating the plugin, it seems to work normally.
I contacted my Hosting provider and they said that the problem is in your plugin and that i should contact you. If you could help me out, would be appreciated
Best Regards,
Hi. My website runs on Sideground.
Unfortunately, your plugin keeps throwing errors, so my server and CPU are busy.
"wp-content/plugins/ti-woocommerce-wishlist/includes/api/ajax.php"
Sindeground would like to know how to limit the server requests to solve the problem.
]]>PHP Code block (using CJ Toolbox)
function my_action() {
echo "no bananas";
wp_die();
}
// AJAX handling to get javascript returns
add_action( 'wp_ajax_my_action', 'my_action' );
add_action( 'wp_ajax_nopriv_my_action', 'my_actionX' );
Javascript call
var data = {
action: ‘my_action’,
whatever: 1234
};
// since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
jQuery.post(ajaxmw, data, function(response) {
alert(‘Got this from the server: ‘ + response);
});
`
Chrome Says : https://www.MYDOMAIN.co.uk/wp-admin/admin-ajax.php 400
Any help would be greatly appreciated.
]]>The Dev tools always reports me a 403 admin-ajax.php error (it does not publish anything and remains in error) or it publishes the post but without content (in the case I place it as admin) and therefore empty.
I hope someone can give me some suggestions for the resolution (it is an important activity at the site level).
Thanks so much!
]]>Error Details
=============
An error of type E_ERROR was caused in line 22 of the file /home/monifero/public_html/wp-content/plugins/wpdiscuz/forms/wpDiscuzForm.php. Error message: Uncaught Error: Class ‘wpdFormAttr\Form’ not found in /home/monifero/public_html/wp-content/plugins/wpdiscuz/forms/wpDiscuzForm.php:22
Stack trace:
#0 /home/monifero/public_html/wp-content/plugins/wpdiscuz/class.WpdiscuzCore.php(63): wpDiscuzForm->__construct(Object(WpdiscuzOptionsSerialized), ‘5.3.5’)
#1 /home/monifero/public_html/wp-content/plugins/wpdiscuz/class.WpdiscuzCore.php(190): WpdiscuzCore->__construct()
#2 /home/monifero/public_html/wp-content/plugins/wpdiscuz/utils/functions.php(17): WpdiscuzCore::getInstance()
#3 /home/monifero/public_html/wp-content/plugins/wpdiscuz/class.WpdiscuzCore.php(1522): wpDiscuz()
#4 /home/monifero/public_html/wp-settings.php(360): include_once(‘/home/monifero/…’)
#5 /home/monifero/public_html/wp-config.php(80): require_once(‘/home/monifero/…’)
#6 /home/monifero/public_html/wp-load.php(37): require_once(‘/home/monifero/…’)
#7 /home/monifero/public_html/wp-admin/admin-ajax.php(22): require_once(‘/home/monifero/…’)
#8 {main}
thrown
So, I have read the previous topics, I have had a lot of support from my hosting company (Siteground), and they did all the features that you recommend in the link : givewp.com/documentation/core/frequent-troubleshooting-issues/admin-ajax-blocked/
But still I see in my WordPress dashboard this message: Give needs to upgrade the database but cannot because AJAX is not functioning properly. Please contact your host and ask them to ensure admin-ajax.php is accessible.
My hosting company told me to ask you because they have no idea what to do next. They even told me to transcribe the next things (original text is in spanish, so I hope to do a good translation) they have been trying in order to solve the issue:
Please ask the plugin developers in which way we can verify properly de admin-ajax.php (which is accessible without any doubt).
Even more, the plugin registry doesn’t give any information regarding what might be the cause of restriction.
When the plugin was updated to its last version, I am not sure how to force it to try to access admin-ajax.php one more time.
I have tried:
1- Open admin-ajax.php in the browser and execute the command of php admin-ajax.php
2- Executing manually wp-cron.php
None of those make the difference.
———————-
Well, I hope this might help you with this issue.
Thanks again Matt!
load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-core,jquery…:4 POST https://www.digital4.us/wp-admin/admin-ajax.php 404 ()send @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-core,jquery…:4ajax @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate…
Memory is defined as 256M with available 512 site is shopsos.com
Please help
]]>I’m getting an error on the page with the document manager:
Fatal error: Class ‘spdm_ajax’ not found in /home/content/…/wp-content/plugins/sp-client-document-manager/ajax.php on line 15
Am I missing a step after installing and activating?
https://www.ads-software.com/plugins/sp-client-document-manager/
]]>My main problem is that I am missing the admin-ajax.php file in the wp-admin/ folder. I noticed it when I repeatedly was not able to upload a picture to a post. So I used the “Developer tools” in the google Chrome browser to identify the problem and I got following message:
“https://www.ursmuehlematter.ch/wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 404 (Not Found)”
The file is not visible using an FTP program (show hidden files activated)
I tried to reinstall my theme (Pixelgrade/lens) but the same error appears.
The problem is reproducible in firefox, edge, chrome.
It did not solve even tough I deactivated all plugins.
Is there any easy way to restore that file/solve my problem.
Thank you for any help,
captcoma