Asitha
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"Ajax works fine in the backend. I was able to fetch media etc from there.
As for the network tab in inspector, when I click to vote it shows admin-ajax being loaded each time I click it. Returns a status 200 OK.
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"Unfortunately that did not work either. I even tried to change it from ‘relative’ to ‘https’ which did not help either.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] characters *, ,-Also, it looks like it still appears on the meta descriptions of pages.
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"I’m using HTTPS on both the front and back end of the site.
I’ve turned on WP_DEBUG, but there aren’t any errors displayed that relate to the plugin.
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"Also — just tried to change the theme to the Twenty Fifteen theme and got the same error.
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"Is there a way for me to see what is the actual error causing the issue?
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"It’s a custom theme the previous developer created.
Forum: Plugins
In reply to: [WP Idea Stream] Can't Vote: Error "OOps, something went wrong"Yes — the user is logged in, and I’ve tried deactivating all other plugins and the issue still persisted.
Forum: Plugins
In reply to: [YOP Poll] No "Vote" button glitches in the displayHi there,
Having the same issue here. The vote text on the button has gone missing.
Figured it out. Looks like I had the User Role Editor plugin, and had to give my user gravityforms_event_tracking and gravityforms_event_tracking_uninstall capabilities.
So after it suddenly disappeared and reappeared without me doing anything, this issue seems to have come back and I don’t have the members plugin.
Forum: Plugins
In reply to: [JSON API User] Error: Invalid cookie. Use the `generate_auth_cookie` method.I think this might be an issue with cross domain. I’m going to rewrite the ajax call and see if using PHP to get the response will help. Will let you know tomorrow if that’s the case.
Forum: Plugins
In reply to: [JSON API User] Error: Invalid cookie. Use the `generate_auth_cookie` method.When I generated a cookie and used that via the URL directly, it seem to work fine. But it doesn’t make any sense as to why it doesn’t work using ajax. It’s pretty much using the same method.
I logged the cookie value before it sent it over and it does have the ‘|’ in there.
Forum: Plugins
In reply to: [JSON API User] Error: Invalid cookie. Use the `generate_auth_cookie` method.Unfortunately adding that did not solve the issue either.
I also tried changing the ajax type to both post and get, but still got the error.
Forum: Plugins
In reply to: [Export User Data] Not all rows exported when selecting all columnsThe problem I was getting annoyed with was the fact that we had 4gb of memory so it made no sense. But it looks like the previous developer had set a limit in the wp-config file to limit the memory to 256mb. Increasing it solved the issue.