Dopo l'upgrade del tema bridge, quando inserisco nelle opzione del tema il logo del sito mi compare questo problema. Sembra dipendere dal server di altervista...
Codice:
Warning: file_exists(): open_basedir restriction in effect. File(/var/www/html/wp-content/uploads/2015/10/logo_res1.png) is not within the allowed path(s): (/membri/matemusic/:/membri2/matemusic/:/membri/.dummy/) in /membri/matemusic/wp-content/themes/bridge/header.php on line 326
la linea di header.php è questa:
Codice PHP:
$logo_height = 0;
if(isset($qode_options_proya['logo_image'])){
if (!empty($qode_options_proya['logo_image'])) {
$logo_url_obj = parse_url($qode_options_proya['logo_image']);
if (file_exists($_SERVER['DOCUMENT_ROOT'].$logo_url_obj['path'])) {
list($logo_width, $logo_height, $logo_type, $logo_attr) = getimagesize($_SERVER['DOCUMENT_ROOT'].$logo_url_obj['path']);
}
qualcuno può aiutarmi?