- This topic has 3 replies, 3 voices, and was last updated 8 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › eMember – Script Debug – Notice: Trying to get property of non-object
Tagged: WP eMember
Hi Support,
On the WordPress Dashboard, submenus are not appearing when hovering with a mouse over.
I tried pasting define (‘SCRIPT_DEBUG’, true); in my wp-config file.
I have not found what I’m looking for. Instead I found an error.
wp-login.php (Site Login)
==============================
Notice: Trying to get property of non-object in C:xampphtdocswordpress-03wp-contentpluginswp-eMemberemember_access_checkers.php on line 171
WP eMember v9.0.3
WordPress v4.5
Localhost, XAMPP
How to solve it? Thanks in advance.
It is difficult for us to assist; when you are using a local (XAMPP) server that is not accessible from the Internet. Added to that, is that we are talking about a “roll your own” server configuration. Do you have the same problem, when using your regular hosting provider?
I checked. On the server the website live. Different WP theme.
Config file with
define(‘SCRIPT_DEBUG’, true); — does not show error
define(‘WP_DEBUG’, true); — shows error above the login box (website.com/wp-login.php)
– this is the only place where I notice that something is wrong
WP eMembers – Settings – eMember_debug.log file — this is empty
I do not notice any problems. My page is in development. I’m interested only if this is a mistake that I can simply ignore. Or is this something that requires attention.
You can ignore this. Once you fully setup your site, you won’t see this issue.
You should also turn OFF the WP_DEBUG option. So set it to the following (which is the default setting):
define(‘WP_DEBUG’, false);