Theron S
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Staging site and licensingYes, but in the situation where I am “testing the update”. Which I am and is recommended in your documentation. How should one go about doing this?
Forum: Plugins
In reply to: [Better Anchor Links] idbal16 Undefined ConstantI can confirm this as well. Putting the quotes around the string did the trick.
@davidhealy You sir are a gentleman and a scholar.
I’m having this exact same issue. I have yet to be able to figure out what the issue is. I’ve tried turning off and on all plugins I’ve tried switching themes over to twenty ten. I’ve tried doing the above. I can get to the “/edit-tags.php?taxonomy=workflow_state&post_type=document” but heading to “/edit.php?post_type=document” results in the “cheatin huh?”. Basically its exactly the same symptoms at the above without ever installing the roles plugin. It’s a relatively fresh install of wordpress as well currently in development.
Any Thoughts would be remarkably helpful.
Thanks!
A Redux of the above post…
This time using pastebin as per the request…I did a search for it and there are no instance of $members in Magic Fields?
I’ve put 3 var_dumps as fallows…[Code moderated as per the Forum Rules. Please use the pastebin]
Which outputs as…
<strong>first vardump</strong> NULL <strong>second vardump</strong> array(8) { ["role_manager"]=> int(1) ["content_permissions"]=> int(1) ["content_permissions_error"]=> string(85) " Sorry, but you do not have permission to view this content. " ["login_form_widget"]=> int(1) ["users_widget"]=> int(1) ["private_blog"]=> int(0) ["private_feed"]=> int(0) ["private_feed_error"]=> string(80) " You must be logged into the site to view this content. " } Warning: Attempt to assign property of non-object in /home/spsp/public_html/wp-content/plugins/members/includes/functions.php on line 28 <strong>third vardump</strong> NULL
Now from the reading I’ve been doing on the error and the fact that the var_dump() shows an array instead of an object I’m obviously assuming that at some point it gets changed from the object you are expecting inside of members to an array?
Forum: Plugins
In reply to: [SimpleMap Store Locator] Locations not loading on search or Auto-loadI’m actually having the same issue! I have a thought it might be because of a different version of Jquery between 3.1 and 3.2 of wordpress?