erayalakese / slack-wordpress

WordPress Integration for Slack
MIT License
43 stars 12 forks source link

After install, error massage appear in setting menu, slack page #15

Closed dialektike closed 9 years ago

dialektike commented 9 years ago

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/hosting_users/malgunlonly/www/wp-content/plugins/slack-integration/inc/api.class.php on line 37

Warning: file_get_contents(https://slack.com/api/channels.list?exclude_archived=1&token=) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/hosting_users/malgunlonly/www/wp-content/plugins/slack-integration/inc/api.class.php on line 37

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/hosting_users/malgunlonly/www/wp-content/plugins/slack-integration/inc/api.class.php on line 50

Warning: file_get_contents(https://slack.com/api/groups.list?exclude_archived=1&token=) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/hosting_users/malgunlonly/www/wp-content/plugins/slack-integration/inc/api.class.php on line 50

erayalakese commented 9 years ago

Because 'file_get_contents()' function is disabled in your server configs. I'll write a cURL wrapper for this. 13 May 2015 11:01 tarihinde "Dialektike" notifications@github.com yazdı:

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/hosting_users/malgunlonly/www/wp-content/plugins/slack-integration/inc/api.class.php on line 37

Warning: file_get_contents( https://slack.com/api/channels.list?exclude_archived=1&token=) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/hosting_users/malgunlonly/www/wp-content/plugins/slack-integration/inc/api.class.php on line 37

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/hosting_users/malgunlonly/www/wp-content/plugins/slack-integration/inc/api.class.php on line 50

Warning: file_get_contents( https://slack.com/api/groups.list?exclude_archived=1&token=) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/hosting_users/malgunlonly/www/wp-content/plugins/slack-integration/inc/api.class.php on line 50

— Reply to this email directly or view it on GitHub https://github.com/erayalakese/slack-wordpress/issues/15.

erayalakese commented 9 years ago

This commit will solve your problem 90ef8d1781d823193e50b9a1bc1862b17b7d2148 @dialektike
It will be included in next release.