› Forums › SNAP – WordPress Plugin Forums › Errors/warnings in SNAP plugin
- This topic has 1 reply, 1 voice, and was last updated 12 years, 1 month ago by NextScripts.com.
- AuthorPosts
- October 18, 2012 at 10:33 am #1234ChrisParticipant
I get the following errors when using the plugin. My PHP isn’t good enough to fix the issues so I just commented out the lines of code as I don’t think they’re important for normal operation.
Request: /wp-admin/options-general.php?page=NextScripts_SNAP.php
type: 8
message: Undefined index: liOK
\wordpress\wp-content\plugins\social-networks-auto-poster-facebook-twitter-g\inc-cl\li.php
line: 72================================================================
Request: /wp-admin/options-general.php?page=NextScripts_SNAP.php
type: 8
message: Undefined index: suCat
file: \wordpress\wp-content\plugins\social-networks-auto-poster-facebook-twitter-g\inc-cl\su.php
line: 46================================================================
I also spent hours trying to resolve the Facebook SSL issue. Following the instructions on this page took about 5 minutes and fixed the problem, perhaps you could create similar instructions or link to this article:
https://engin.bzzzt.biz/2012/02/02/windows-php-curl-ssl-certificate-problem/Thanks
Chris
October 19, 2012 at 9:47 pm #1312Those are not errors those are warnings. Warnings do not affect functionality.
Warnings are helping developers to identify the potential issues. There is not need to see them in the production environment. You are running development environment that shows them.
Please open your wp-config.php file and change define(‘WP_DEBUG’, true); to define(‘WP_DEBUG’, false);
Thanks for the article. We actually come up with a different solution that we build in the code. Version 2.3.5 and better should not have such problems anymore.
- AuthorPosts
- You must be logged in to reply to this topic.