Happens many times. http://screencast.com/t/XVd8V63AZm
Happens many times. http://screencast.com/t/XVd8V63AZm
I have noticed the same thing after updating gravity forms. If you looks at your Developer tools it is a 500 error message off the following script /wp-admin/admin-ajax.php.
For me the issue goes away if I disable the add ons I have installed in my case stripe+ and the User Registration add-on.
The PHP error is pasted below:
[06-Jun-2013 04:51:33 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 122880 bytes) in /wp-content/plugins/pods/classes/fields/pick.php on line 735
Oh thanks for ur reply. :)
You mentioned developer tools. I do have a developer account. Where do i find the developer tools? Is this a debugging tool?
I was talking about browser developer tools - check out this site to learn more http://devtoolsecrets.com
I just got my site working again, not really sure why it worked, but here is what I did:
The reason I did it this way was because the 500 error was preventing WordPress's UI from loading.
Thank you. I def tried that. Had a dev person do it also. I wish they would fix the core issue why a gr8 plugin always see so much compatibility issues. Might need to change the way it is coded.
The compatibility issues are related to other scripts adding stuff to all admin pages in WordPress (both themes and plugins). We can't do anything about what other companies do. We code to WordPress standards and many of our features push the limits of what WordPress can do, thus causing sensitivity in JavaScript.