- This topic has 4 replies, 3 voices, and was last updated 8 years, 11 months ago by
WordPress Eden.
- AuthorPosts
- February 2, 2013 at 10:40 pm #3237
cpenalveryahooca
MemberHi Guys,
I’ve installed your plugin and after debugging with WordPress I am getting all these errors. Do you have a fix for them. Please advice
“The plugin generated 360 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
HERE ARE THE ERRORS:
Notice: Undefined index: page in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/postbyuser/postbyuser.php(11) : eval()’d code on line 6
Notice: Undefined index: task in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/postbyuser/postbyuser.php(11) : eval()’d code on line 456
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /Applications/MAMP/htdocs/wordpress/wp-includes/functions.php on line 2959
Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /Applications/MAMP/htdocs/wordpress/wp-includes/functions.php on line 2959
Notice: Undefined index: action in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/postbyuser/postbyuser.php(11) : eval()’d code on line 382
Notice: Undefined index: task in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/postbyuser/postbyuser.php(11) : eval()’d code on line 620
Notice: Undefined index: task in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/postbyuser/postbyuser.php(11) : eval()’d code on line 482
Notice: Undefined index: action in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/postbyuser/postbyuser.php(11) : eval()’d code on line 854
Notice: Undefined index: task in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/postbyuser/postbyuser.php(11) : eval()’d code on line 640
Notice: Undefined index: login in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/postbyuser/postbyuser.php(11) : eval()’d code on line 873
Notice: Undefined index: reg in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/postbyuser/postbyuser.php(11) : eval()’d code on line 893
February 5, 2013 at 4:23 pm #3266macmonir
ParticipantIts not the Error. its notices. These notices can be removed by setting this “error_reporting = E_ALL & ~E_NOTICE” in php.ini
Thanks
WPEden supportFebruary 5, 2013 at 11:33 pm #3272cpenalveryahooca
Memberthanks for the answer, but i am using WPDEBUG true as per WordPress recommendation. It is still a notice or an error as per WordPress Debug?
February 6, 2013 at 6:20 am #3273macmonir
ParticipantIts notice, not error. you can see the word “Notice” before each line.
Thanks
WPEden SupportMarch 24, 2013 at 5:41 pm #3587WordPress Eden
Keymaster@cpenalveryahooca , please disable debug mode from wp-config.php, those will not generate any functional problem.
- AuthorPosts
- You must be logged in to reply to this topic.