Tagged: plugin activate
- This topic has 5 replies, 2 voices, and was last updated 7 years, 3 months ago by
Steve.
-
AuthorPosts
-
-
November 8, 2014 at 7:21 am #2675
ajayphpMemberHi,
i followed your doc for creating plugin
with sampel code or creating custom post type,
then while actication it giving Error:
i also activate your wp-helpers before and disable all xml-rpc etc.The plugin generated 1 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.
-
November 9, 2014 at 8:33 am #2682
SteveKeymaster@ajayphp– Is this two separate issues?
1) You created a plugin and it gave you an error?
–Please create a separate ticket for this and post the code for your plugin. What error did you receive?
2) You activated wp-helpers and checked off xml-rpc and you got another error?
–I can’t reproduce. What other options do you have checked? -
November 9, 2014 at 9:59 am #2690
ajayphpMemberHi,
your wp-helper giving error:
line 382 – following function:
public static function remove_filter($filter, $tag)i put the condition return if calling when loading front
//AK – remove front end error
if(!is_admin()){
return;
}still you have to verify this as this is done temorary as i am not aware of your whole logic .
-
November 9, 2014 at 2:51 pm #2691
ajayphpMemberI created custom post type plugin
when browse that in adminthere were error : Warning: extract() expects parameter 1 to be array, null given in /var/www/piklist/wp-content/plugins/wp-helpers/wp-helpers.php on line 390
wp fresh install
could you please point out what could be wrong?
-
November 10, 2014 at 9:30 am #2702
ajayphpMemberHi,
I created another plugin with custom post type and activate then it given following error:
Error:
The plugin generated 1 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.
Regards,
-
November 10, 2014 at 10:48 am #2703
-
-
AuthorPosts
- You must be logged in to reply to this topic.