• 22-08-2022, 02:41:29
    #1
    opencart sitemi ağırlaştırdığı için vqmod sildim site aşırı hızlandı ancak şöyle bir problem var siteye ilk girdiğimde aşağıdaki hatayı veriyor.
    ancak sayfaya ctrl + F5 dediğimde düzeliyor sebebi nedir ?


    Warning: require_once(./vqmod/vqmod.php): failed to open stream: No such file or directory in /var/www/vhosts/alanadim.com/httpdocs/index.php on line 17
    
    Fatal error: require_once(): Failed opening required './vqmod/vqmod.php' (include_path='.:/opt/plesk/php/7.3/share/pear') in /var/www/vhosts/alanadim.com/httpdocs/index.php on line 17
  • 22-08-2022, 11:29:40
    #2
    Merhaba,
    index.php ve admin/index.php den işlem sağladınız mı?
  • 22-08-2022, 11:54:14
    #3
    Kimlik doğrulama veya yönetimden onay bekliyor.
    <?php
    // Version
    define('VERSION', '3.0.2.0');

    // Configuration
    if (is_file('config.php')) {
    require_once('config.php');
    }

    // Install
    if (!defined('DIR_APPLICATION')) {
    header('Location: ../install/index.php');
    exit;
    }

    //VirtualQMOD
    require_once('../vqmod/vqmod.php');
    VQMod::bootup();

    // VQMODDED Startup
    require_once(VQMod::modCheck(DIR_SYSTEM . 'startup.php'));

    start('admin');



    admin/index.html dosyasında işlem sağladınız mı?
  • 22-08-2022, 15:56:58
    #4
    ytansalic adlı üyeden alıntı: mesajı görüntüle
    <?php
    // Version
    define('VERSION', '3.0.2.0');

    // Configuration
    if (is_file('config.php')) {
    require_once('config.php');
    }

    // Install
    if (!defined('DIR_APPLICATION')) {
    header('Location: ../install/index.php');
    exit;
    }

    //VirtualQMOD
    require_once('../vqmod/vqmod.php');
    VQMod::bootup();

    // VQMODDED Startup
    require_once(VQMod::modCheck(DIR_SYSTEM . 'startup.php'));

    start('admin');



    admin/index.html dosyasında işlem sağladınız mı?

    admin ve indexden yaptım bunları zaten işimi garantiye almak için önce sadece dosya adlarını değiştirip yedekli gittim gece olmadı.
    Gündüz bir baktım çatır çatır giriyor. Tövbeler olsun bir daha vqmod yüklersem convert edim oc yüklerim.