Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Notice errors on admin page #27

Open
metagard opened this issue Jul 18, 2015 · 0 comments
Open

PHP Notice errors on admin page #27

metagard opened this issue Jul 18, 2015 · 0 comments

Comments

@metagard
Copy link

Got the following ones at the top of every admin page:

Notice: Undefined property: stdClass::$slack_publish_post in /path/wp-content/plugins/slack-integration/inc/plugin.class.php on line 515

Notice: Undefined property: stdClass::$slack_trashed_post in /path/wp-content/plugins/slack-integration/inc/plugin.class.php on line 519

Notice: Undefined property: stdClass::$slack_trashed_page in /path/wp-content/plugins/slack-integration/inc/plugin.class.php on line 527

Notice: Undefined property: stdClass::$slack_create_category in /path/wp-content/plugins/slack-integration/inc/plugin.class.php on line 549

Notice: Undefined property: stdClass::$slack_delete_category in /path/wp-content/plugins/slack-integration/inc/plugin.class.php on line 553

Notice: Undefined property: stdClass::$slack_pingback_post in /path/wp-content/plugins/slack-integration/inc/plugin.class.php on line 557

Notice: Undefined property: stdClass::$slack_trackback_post in /path/wp-content/plugins/slack-integration/inc/plugin.class.php on line 561

Notice: Undefined property: stdClass::$slack_after_switch_theme in /path/wp-content/plugins/slack-integration/inc/plugin.class.php on line 565

Notice: Undefined property: stdClass::$slack_login_user in /path/wp-content/plugins/slack-integration/inc/plugin.class.php on line 577

Notice: Undefined index: page in /path/wp-content/plugins/slack-integration/inc/plugin.class.php on line 597

As well as Notices on pretty much every form element on the Settings > Slack page. The only one that shows with no errors is the section for "When a post updated".

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant