btks
Forum Replies Created
-
I am wondering if you ever figured out the problem with the 502 Bad Gateway error. I am currently working on a plugin and am struggling to get it to work with Nginx and PHP-FPM / FastCGI.
It breaks the entire WordPress Site when I use the current_user_can() function. In particular, current_user_can(‘editor’) and current_user_can(‘author’). In version 0.1 of my plugin, I used $current_user->user_level, but WordPress doesn’t recommend doing that so I am trying to make current_user_can(‘editor’) work. Perhaps I will have to approach this differently to figure out whether a user is an Editor/Author…
Forum: Everything else WordPress
In reply to: WordPress 404 Errors in ParametersI tried that before, actually, and i get a Redirect Loop.
The webpage at http://example.com/?tag=d has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] How to Dynamically Load This ScriptHello? Can anyone please assist me. Thanks