Ajax Error!!! parsererror in Wordpress

这一生的挚爱 提交于 2020-07-03 04:54:45

问题


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


回答1:


The problem lay with there not being enough memory allocated.

Adding define('WP_MEMORY_LIMIT', '240M'); to wp-config fixed it.



来源:https://stackoverflow.com/questions/21335557/ajax-error-parsererror-in-wordpress

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!