Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Vqmod и ошибка в vq2-admin


firenews
 Share

Recommended Posts

После усиновки vqmod легла админка, сайт рилииет но админка не открывается

кто встречался с иким?

 

ошибка:

 

Notice: Undefined index: token in /home//htdocs/www/admin/controller/error/not_found.php on line 16

Notice: Undefined index: token in /homehtdocs/www/admin/controller/error/not_found.php on line 22

 

Fatal error: Call to a member function isLogged() on a non-object in /home//htdocs/www/vqmod/vqcache/vq2-admin_controller_common_header.php on line 106
Link to comment
Share on other sites


народ, хелп, уже всю голову переломал...

ни кто не встречался с этим?

РЕДАКТИРУЕМ ФАЙЛ: admin/index.php
7. НАЙТИ:
    // Startup
    require_once(DIR_SYSTEM . 'startup.php');
 
    // Application Classes
    require_once(DIR_SYSTEM . 'library/currency.php');
    require_once(DIR_SYSTEM . 'library/user.php');
    require_once(DIR_SYSTEM . 'library/weight.php');
    require_once(DIR_SYSTEM . 'library/length.php');
8. ЗАМЕНИТЬ НА:
    //VirtualQMOD
    require_once('../vqmod/vqmod.php');
    $vqmod = new VQMod();
 
    // Startup
    require_once($vqmod->modCheck(DIR_SYSTEM . 'startup.php'));
 
    // Application Classes
    require_once($vqmod->modCheck(DIR_SYSTEM . 'library/currency.php'));
    require_once($vqmod->modCheck(DIR_SYSTEM . 'library/user.php'));
    require_once($vqmod->modCheck(DIR_SYSTEM . 'library/weight.php'));
    require_once($vqmod->modCheck(DIR_SYSTEM . 'library/length.php'));
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.