• 23-07-2019, 13:00:04
    #1
    Merhaba. Linux hostingden Windows hostinge taşıma yapmam gerekiyordu. Her şey yolunda fakat ürün fotoğrafları konusunda problem yaşıyorum. Sitede ki tüm banner, logo vb. ürün fotoğrafının ilk fotoğrafı görünürken ürünlerin alt fotoğrafları görünmüyor. Çözemedim. Ekran görüntüsü ve hata kaydını aşağı bırakıyorum. Yardım edebilirseniz memnun olurum. Teşekkürler.


    2019-07-23 5:35:49 - PHP Warning:  flock() expects parameter 1 to be resource, boolean given in C:Inetpubvhostsetiasglass.comhttpdocssystemlibrarycachefile.php on line 51
    2019-07-23 5:35:49 - PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in C:Inetpubvhostsetiasglass.comhttpdocssystemlibrarycachefile.php on line 53
    2019-07-23 5:35:49 - PHP Warning: fflush() expects parameter 1 to be resource, boolean given in C:Inetpubvhostsetiasglass.comhttpdocssystemlibrarycachefile.php on line 55
    2019-07-23 5:35:49 - PHP Warning: flock() expects parameter 1 to be resource, boolean given in C:Inetpubvhostsetiasglass.comhttpdocssystemlibrarycachefile.php on line 57
    2019-07-23 5:35:49 - PHP Warning: fclose() expects parameter 1 to be resource, boolean given in C:Inetpubvhostsetiasglass.comhttpdocssystemlibrarycachefile.php on line 59
    2019-07-23 5:35:49 - PHP Warning: is_file(): open_basedir restriction in effect. File(C:/Inetpub/vhosts/etiasglass.com/httpdocs/catalog/C:/Inetpub/vhosts/etiasglass.com/httpdocs/catalog/view/theme/OPC040_01/template/extension/module/banner.twig) is not within the allowed path(s): (C:/Inetpub/vhosts//etiasglass.com;C:WindowsTemp) in C:Inetpubvhostsetiasglass.comhttpdocscatalogcontrollereventtheme.php on line 46
    2019-07-23 5:35:49 - PHP Warning: is_file(): open_basedir restriction in effect. File(C:/Inetpub/vhosts/etiasglass.com/httpdocs/catalog/C:/Inetpub/vhosts/etiasglass.com/httpdocs/catalog/view/theme/default/template/extension/module/banner.twig) is not within the allowed path(s): (C:/Inetpub/vhosts//etiasglass.com;C:WindowsTemp) in C:Inetpubvhostsetiasglass.comhttpdocscatalogcontrollereventtheme.php on line 48
    2019-07-23 5:35:49 - PHP Warning: is_dir(): open_basedir restriction in effect. File(C:/Inetpub/vhosts/etiasglass.com/httpdocs/catalog/C:/Inetpub/vhosts/etiasglass.com/httpdocs/catalog/view/theme/) is not within the allowed path(s): (C:/Inetpub/vhosts//etiasglass.com;C:WindowsTemp) in C:Inetpubvhostsetiasglass.comhttpdocssystemlibrarytemplateTwigLoaderFilesystem.php on line 93
  • 23-07-2019, 14:00:42
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Merhaba,
    Php configurasyonlarınızdaki open_basedir ayarlarını gözden geçirir misiniz? Yada open_basedir ı komple disable edip çalıştırmayı deneyebilirsiniz. .htaccess ve php.ini dosyanızda bu ayarları bulabilirsiniz.
  • 24-07-2019, 15:31:51
    #3
    majestiquo adlı üyeden alıntı: mesajı görüntüle
    Merhaba,
    Php configurasyonlarınızdaki open_basedir ayarlarını gözden geçirir misiniz? Yada open_basedir ı komple disable edip çalıştırmayı deneyebilirsiniz. .htaccess ve php.ini dosyanızda bu ayarları bulabilirsiniz.
    Ayar şu şekilde
    open_basedir="C:/Inetpub/vhosts//alanadi.com/;C:WindowsTemp"
    Satırı komple silip tekrar denedim, farklı disable etme şekli var mı? Satırı silip kaydettiğimde işe yaramadı. Son aldığım hata kaydı aşağıda ki gibi.
    2019-07-24 12:46:22 - PHP Notice: Undefined index: length_class_id in C:Inetpubvhostalanadi.comhttpdocsstoragemodificationadminmodelcatalogproduct.php on line 149
    149. Satır
    $this->db->query("UPDATE " . DB_PREFIX . "product SET model = '" . $this->db->escape($data['model']) . "', sku = '" . $this->db->escape($data['sku']) . "', upc = '" . $this->db->escape($data['upc']) . "', ean = '" . $this->db->escape($data['ean']) . "', jan = '" . $this->db->escape($data['jan']) . "', isbn = '" . $this->db->escape($data['isbn']) . "', mpn = '" . $this->db->escape($data['mpn']) . "', location = '" . $this->db->escape($data['location']) . "', quantity = '" . (int)$data['quantity'] . "', minimum = '" . (int)$data['minimum'] . "', subtract = '" . (int)$data['subtract'] . "', stock_status_id = '" . (int)$data['stock_status_id'] . "', date_available = '" . $this->db->escape($data['date_available']) . "', manufacturer_id = '" . (int)$data['manufacturer_id'] . "', shipping = '" . (int)$data['shipping'] . "', price = '" . (float)$data['price'] . "', points = '" . (int)$data['points'] . "', weight = '" . (float)$data['weight'] . "', weight_class_id = '" . (int)$data['weight_class_id'] . "', length = '" . (float)$data['length'] . "', width = '" . (float)$data['width'] . "', height = '" . (float)$data['height'] . "', length_class_id = '" . (int)$data['length_class_id'] . "', status = '" . (int)$data['status'] . "', tax_class_id = '" . (int)$data['tax_class_id'] . "', sort_order = '" . (int)$data['sort_order'] . "', date_modified = NOW() WHERE product_id = '" . (int)$product_id . "'");