Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

neknek

Newbie
  
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

neknek's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Создал свою библиотеку в папке system/library/ она спокойно подключилась, может, что библиотека phpquery не поддерживает Опенкарт или наоборот ?
  2. да использоваться она будет только в одном месте в файле /system/config/default.php // Autoload Configs $_['config_autoload'] = array(); // Autoload Libraries $_['library_autoload'] = array(); // Autoload Libraries $_['model_autoload'] = array(); Если вставляю сюда : $_['config_autoload'] = array(); выдает ошибку ^ Notice: Error: Could not load config phpQuery/phpQuery! in /storage/modification/system/library/config.php on line 63
  3. Уточните пожалуйста в каких логах смотреть, в логах админки или в файлах ? Поясню еще как я делаю, в контролере admin/controller/catalog/product.php в функции вывода списка (protected function getList()) товаров я тестирую подключение библиотеки phpquery
  4. Добрый день. Подскажите как подключить библиотеку phpquery в Opencart 3 чтоб ее можно было вызывать из контролера и модели. Закинул библиотеку по пути: system/library/phpQuery Использую конструкцию: $this->load->library('phpQuery/phpQuery/phpQuery'); Страница перестает грузиться Если создаю отдельный php файл и там использую конструкцию require ('phpQuery/phpQuery/phpQuery.php'); то все работает на ура, а вот в контролере или модуле нет ((
×
×
  • 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.