- This topic has 12 replies, 3 voices, and was last updated 7 years, 12 months ago by
Kevin.
-
AuthorPosts
-
-
February 6, 2014 at 5:30 pm #1324
bicho44MemberI receive a lot of
Notice Errorin my local enviroment like this
Notice: Undefined index: object_id in /Users/bicho44/Sites/wordpress/wp-content/plugins/piklist/includes/class-piklist-form.php on line 365Do you know that?
They are really annoying 😀
Regards from Argentina
-
February 6, 2014 at 5:41 pm #1326
bicho44MemberAlso when i add a metabox to my post, page or cpt there’s this notice
Notice: Undefined index: theme in /Users/bicho44/Sites/wordpress/wp-content/plugins/piklist/includes/class-piklist-cpt.php on line 586Best regards
-
February 6, 2014 at 6:10 pm #1327
SteveKeymasterRegarding this notice
Notice: Undefined index: theme, where did you put the metabox code? In a plugin or your theme? -
February 6, 2014 at 8:38 pm #1330
bicho44MemberIn my theme, and this is my code, maybe you can help me with this.
<?php /* Title: Slide Show Post Type: page,post,portfolio_item Description: Un Meta Box para que este post aparezca en el slideshow del Front Page Priority: high Order: 3 Context: side */ piklist ( 'field', array( 'type' => 'radio', 'scope' => 'post_meta', 'field' => 'imgd_slideshow', 'label' => __('Mostrar en SlideShow', 'imgd'), 'value' => 0, 'attributes' => array( 'class' => 'radio' ), 'choices' => array( 0 => __('No mostrar', 'imgd'), 1 => __('Mostrar', 'imgd') ), 'position' => 'wrap' ) );And when i update the post or page, or portfolio_item, I receive an error
Warning: Cannot modify header information - headers already sent by (output started at /Users/bicho44/Sites/wordpress/wp-content/plugins/piklist/includes/class-piklist-form.php:1343) in /Users/bicho44/Sites/wordpress/wp-admin/post.php on line 233 Warning: Cannot modify header information - headers already sent by (output started at /Users/bicho44/Sites/wordpress/wp-content/plugins/piklist/includes/class-piklist-form.php:1343) in /Users/bicho44/Sites/wordpress/wp-includes/pluggable.php on line 896And that make a halt to my developement site.
-
-
February 7, 2014 at 10:21 am #1331
SteveKeymasterheaders already sentusually means additional whitespace somewhere. Check the beginning or end of your files. Did you also modifyfunctions.php? Check the beginning and end there as well.Let us know if that helped.
-
February 7, 2014 at 10:51 am #1333
bicho44MemberI checked all the files, also if i de-activate the piklist plug-in the errors gone, so, i don’t understand what happen 😀
Any help will be great.
-
February 7, 2014 at 10:56 am #1336
bicho44MemberAlso I deactivate all the plugins, and left the debugger ones, and the errors are the same.
And delete the piklist plugin, and re-download but the errors came back.BTW, im using a underscore theme
Again any help will be nice
-
February 7, 2014 at 1:07 pm #1341
-
February 7, 2014 at 2:38 pm #1343
-
February 7, 2014 at 5:06 pm #1348
bicho44MemberI tryd a clean local wordpress installation and the errors continued, only with Piklist 0.9.1 installed.
I’m using MacOS 10.7.5 and MAMP Pro. and Twenty Eleven as theme
This are the notice and errors when i try to activate twenty eleven the first time (FYI: Twenty eleven don’t have the piklist theme structure installed)
Notice: Undefined index: _wp_http_referer in /Users/bicho44/Sites/wordpress/wp-content/plugins/piklist/includes/class-piklist-workflow.php on line 45 Notice: Undefined index: query in /Users/bicho44/Sites/wordpress/wp-content/plugins/piklist/includes/class-piklist-workflow.php on line 47 Warning: Cannot modify header information - headers already sent by (output started at /Users/bicho44/Sites/wordpress/wp-content/plugins/piklist/includes/class-piklist-workflow.php:45) in /Users/bicho44/Sites/wordpress/wp-includes/pluggable.php on line 896Regards
-
February 12, 2014 at 3:27 pm #1379
SteveKeymasterfixed in version 0.9.2. Let us know if you still see notices.
-
February 12, 2014 at 4:05 pm #1382
bicho44MemberAfter a few test, still everything OK, also i have no errors. But i gonna make a few more test.
— Edit
OK, I found NO errors so far. Thanks I really wanna use the settings and related post. -
February 12, 2014 at 9:26 pm #1388
KevinKeymasterGlad to hear things are looking better! Let us know if you have any questions or want to bounce and idea around.
Thanks
Kevin
-
-
AuthorPosts
- You must be logged in to reply to this topic.