• at the top of the plugin manager in the admin area:

    “Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1407

    Warning: file_get_contents(http://www.whereyoursolutionis.com/ads/userfiles.html) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1407″

    And once I uploaded a small pic and clicked its link I get this:

    frog sky small 2.jpg
    Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php:1360) in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1380

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php:1360) in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1381

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php:1360) in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1382

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php:1360) in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1383

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php:1360) in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1384

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php:1360) in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1385

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php:1360) in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1386

    Warning: filesize() [function.filesize]: stat failed for frog sky small 2.jpg in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1387

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php:1360) in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1387

    Warning: readfile() [function.readfile]: URL file-access is disabled in the server configuration in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1391

    Warning: readfile(http://www.catchyourlove.com/wp-content/uploads/file_uploads/1//frog%20sky%20small%202.jpg) [function.readfile]: failed to open stream: no suitable wrapper could be found in /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php on line 1391

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d372404467/htdocs/catchyourlove/wp-content/plugins/user-files/user_files.php:1360) in /homepages/14/d372404467/htdocs/catchyourlove/wp-includes/pluggable.php on line 934

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m getting the same error (the first one):

    Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /homepages/2/d215970501/htdocs/mnasesores/wp-content/plugins/user-files/user_files.php on line 1460
    
    Warning: file_get_contents(http://www.whereyoursolutionis.com/ads/userfiles.html) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /homepages/2/d215970501/htdocs/mnasesores/wp-content/plugins/user-files/user_files.php on line 1460

    So, I’ve checked phpinfo() in my server and found this:

    allow_url_fopen On
    allow_url_include On
    file_uploads On

    Anyone knows how to solve this? BTW, I’m using WP 3.2.1 and plugin 2.1.2

    Thanks in advance for your time

    Got it… I don’t know why but putting a php.ini with these lines in the plugin directory does the job:

    allow_url_include = On
    allow_url_fopen = On
    file_uploads = On
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[User Posts plugin] getting lots of errors’ is closed to new replies.