• Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/html//thumb_) is not within the allowed path(s): (/membri:/membri2) in /membri/scsport/wp-content/plugins/leaguemanager/lib/core.php on line 298

    Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/html//thumb_) is not within the allowed path(s): (/membri:/membri2) in /membri/scsport/wp-content/plugins/leaguemanager/lib/core.php on line 298

    http://wordpress.org/plugins/leaguemanager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nirial

    (@nirial)

    Sorry, the page with the error is
    http://scsport.altervista.org/?page_id=21

    try to do this:

    lib/core.php change i think line 313 from:

    return trailingslashit($_SERVER[‘DOCUMENT_ROOT’]) . dirname(substr($file,strlen($_SERVER[‘HTTP_HOST’])+8, strlen($file))) . ‘/thumb_’ . basename($file);

    to:

    return trailingslashit($_SERVER[‘ABSPATH’]) . dirname(substr($file,strlen($_SERVER[‘HTTP_HOST’])+8, strlen($file))) . ‘/thumb_’ . basename($file);

    Thread Starter nirial

    (@nirial)

    Thanks very much!!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Warning: file_exists() [function.file-exists]: open_basedir restriction […]’ is closed to new replies.