Ajax Error!!! parsererror in Wordpress - wordpress

I have a local install of WP running on MAMP.
It is the latest 3.8.
I have installed a theme called Dante which is a pro theme and recommends various plugins (some of which are essential).
One of the plugins in called Revolution slider, and this is giving me grief.
I can install the plugin fine, however when I try and create new slider (from within the plugin) I get a message saying Ajax Error!!! parsererror
I have contacted the plugin supplier who have asked me to check the permissions of the plugin folder - I did (even made them 777) but no joy.
Can anyone help me as to where I should start debugging?
Many thanks

The problem lay with there not being enough memory allocated.
Adding
define('WP_MEMORY_LIMIT', '240M');
to wp-config fixed it.

Related

Elementor plugin in Wordpress not working even when increase memory limit is done

I am just new in webdev and I've been trying to use Elementor as my builder but it seems that it is not working on my wp. I have increased the memory limit and there are no other plugins running in my wp. Also, when I visit the site from wp, "edit with elementor" does not appear even when "Switch Editor Loader Method" is enabled. When I click "create new page" from elementor, it's just stuck to the loading screen and nothing happens.
hoping someone can help me. thanks a lot!
I tried increasing memory limit and deactivate all other plugins except Elementor
These are some possible solutions :
Clear your browser cache and cookies, as well as your WordPress site's cache, as this can sometimes cause conflicts with the plugin.
Make sure that your version of WordPress, Elementor and all other plugins and themes are up-to-date.
Check your server and browser console for any error messages. These error messages can give you clues as to what might be causing the issue.
Make sure that you have the necessary PHP and MySQL version as per the requirement of the elementor.
Check your site's error logs to see if there are any issues with the plugin or theme that you're using.
Try disabling all other plugins except Elementor and see if that resolves the issue.
Try switching to a default WordPress theme like Twenty Twenty to see if that resolves the issue.
Try reinstalling the elementor plugin and see if it resolves the issue.
Try disabling the "Switch Editor Loader Method" option and see if that resolves the issue.
Check the server settings if the server can handle the load of the elementor plugin.
Have you checked that your Wordpress and/or PHP version is compatible with the current Elementor plugin? These are the minimum requirements for running elementor:
WordPress 5.2 or a more recent version
PHP 7 or a more recent version
MySQL 5.6 or a more recent version
A WordPress memory limit of at least 128 MB
Also there's a handy list of plugin conflicts with elementor here:
https://elementor.com/help/known-plugin-conflicts/

Unable to access wordpress plugin settings

I installed the plugin but I am unable to edit the settings of the plugin, I activate it. But the plugin is not showing on the menu bar and if I try to access the setting from the installed plugins page, the setting is still not showing. What to do?
Which plugin is it? first you should check if the plugin is compatible with the version of WordPress and the theme you are using.
in any case the reasons can be numerous.
Sometimes it happens that it is a server setting problem, especially the memory limit. Other times it can be a user permissions issue.

Plugins giving error after Wordpress migration

I just moved a Wordpress site from one URL to the other. The website itself seems to work fine except when I try to login via /wp-admin I get the following error:
Fatal error: Allowed memory size of 100663296 bytes exhausted (tried
to allocate 122880 bytes) in
/home/deb52080/domains/r2blog.nl/public_html/wp-admin/includes/media.php
on line 2840
I allready run some tests by disabling a plugin and that seemed to have solved the problem (except that I need this plugin and I use it all the time). But the moment I clicked one a function from any other plugin I get the same error.
Hope somebody is able to help me. These are plugins that I use regularly (Smart Slider 3 and Fusion Builder from the Avada thema) and they never give any problem.
Did you happen to move your new site to Siteground as the host? There is a known conflict between the Avada theme and Siteground.
The suggested workaround is to simply go to the Avada menu in the admin panel, choose Register and then remove your API key and save it as blank. Be warned that doing so will eliminate the automatic theme updates Avada provides.
If that doesn't work this thread from the Avada community site provides some solutions on how to increase your memory limit in the wp-config file:
https://theme-fusion.com/forums/topic/fatal-error-allowed-memory-size-of-805306368-bytes-exhausted-tried-to-allocate/

Wordpress cannot establish connection to wordpress.org

Hi I am a newbie in WP and I got the following error:
This happens when I tried to update plugins, go to plugin page, update wordpress etc.
Why this is happening?
My php is 7.0.
There can be many reasons for such problems, here are possible cases you can check:
Are you running in Localhost environment? Sometimes, when WordPress is not able to connect to wordpress.org server. It can show errors.
Some plugin/themes in your site in not compatible with php7, make sure all your plugins are compatible.
You can try disabling all plugins and switching to the default theme to see if the problem still persists.
Downgrade to lower PHP version ( PHP 5.6 ), to see if the problem still there.
Try updating WordPress manually- Delete all files in your website except wp-contents folder and wp-config file.
Get a fresh copy of deleted files from wordpress.org

W3 Total cache plugin breaking images on upload?

I added the wordpress plugin for w3 total cache as i was wanting to optimise my wordpress page.
I followed the required steps, and added the content as told by the plugin into wp-config.php and .htaccess file. So everything was fine. Page loading speed did decrease. But when i was making a new blog post. and when i uploaded a photo from my local system onto the post.
The results are so:
on upload to wordpress:
So now what i did was , uninstall the plugin from the wordpress dashboard. But still no change.
And then i deleted off all the files that the plugin asked me to make.
Still no change.
What can be the reason for this to occur? Has anyone come across this issue before?
The issue was with php settings for apache. We reinstalled php and php related libraries we were using and it was resolved.

Resources