So, now here is my "problem" with the skype plugin. It seems to work,
but displays the following warning:
Warning: file_get_contents(http://wp-plugins.net/get_plugin_data.php?
id=1147): failed to open stream: HTTP request failed! HTTP/1.1 404 Not
Found in /home/chaoscityftp/public_html/wp-content/plugins/skype-
status/skype-status.php on line 357
As I like to understand what is happening, it would be nice if you can
provide me some help...
Thank you very much in advance!!
Best regards,
Open the file skype-status.php in any plain text editor and find these
lines around line numbers 146-149:
if (ini_get('allow_url_fopen'))
define('ALLOWURLFOPEN', TRUE);
else
define('ALLOWURLFOPEN', FALSE);
Then put // in front of all lines except the last one like so:
//if (ini_get('allow_url_fopen'))
// define('ALLOWURLFOPEN', TRUE);
//else
define('ALLOWURLFOPEN', FALSE);
Now save the file and re-upload. The plugin should not check
wp-plugins.net for any new version anymore and the error should be gone.
Let me know if it does not work out...
Regards,
Allard
Op zondag 06-05-2007 om 05:20 uur [tijdzone -0700], schreef Liniomat: