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

hanbek

Newbie
  
  • Posts

    40
  • Joined

  • Last visited

Recent Profile Visitors

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

hanbek's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Добрый вечер. у меня так и не получилось. Изменили количесво знаков, но все осталось как прежде
  2. Такую ошибку выдает в карточке товара Warning: usort() expects parameter 2 to be a valid callback, function 'cmp_by_optionNumber' not found or invalid function name in /public_html/catalog/view/theme/themegloballite/template/product/product.tpl on line 412 В 412 строке это - usort($tabs, "cmp_by_optionNumber"); Как исправить ошибку?
  3. Вот такая вот ошибка. Подскажите плиз где исправить. На другом шаблоне нет ошибок. На этом есть
  4. Установил модуль. На дефолтном шаблоне установился. Но на другом шаблоне ошибка. Fatal error: Uncaught Exception: Error: Table 'cw70061_190.oc_newslettertemplate' doesn't exist<br />Error No: 1146<br />SELECT * FROM oc_newslettertemplate n LEFT JOIN oc_newstemplate nd ON (n.newstemplate_id = nd.newstemplate_id) WHERE nd.language_id = '2' ORDER BY sortorder ASC in /home/c/cw70061/opencart_190/public_html/system/library/db/mysqli.php:40 Stack trace: #0 /home/c/cw70061/opencart_190/public_html/system/library/db.php(45): DB\MySQLi->query('SELECT * FROM o...') #1 /home/c/cw70061/opencart_190/public_html/admin/model/extension/tmdnewsletter.php(78): DB->query('SELECT * FROM o...') #2 /home/c/cw70061/opencart_190/public_html/storage/modification/system/engine/loader.php(189): ModelExtensionTmdNewsletter->getNewletterdes(Array) #3 /home/c/cw70061/opencart_190/public_html/system/engine/proxy.php(47): Loader->{closure}(Array, Array) #4 /home/c/cw70061/opencart_190/public_html/admin/controller/extension/newsdashboard.php(41): Proxy->__call('getNewletterdes', Array) #5 /home/c/cw70061/opencart_190/public_html/sto in /home/c/cw70061/opencart_190/public_html/system/library/db/mysqli.php on line 40 Возможно ли исправить? В чем может быть ошибка?
  5. спасибо. Проблема решилась сменой версии php
  6. Уважаемые, подскажите пож. ввожу данные для входа в админку, показывает эту ошибку на экране. окстор 2.3 шаблон монеймакер. Все это произошло после непродления домена. Восстановил и такая ошибка. Unknown: Array and string offset access syntax with curly braces is deprecated in /home/c/cw70061/BOOKS2017/public_html/system/helper/seocmsprofunc.php on line 344Unknown: Array and string offset access syntax with curly braces is deprecated in /home/c/cw70061/BOOKS2017/public_html/system/helper/seocmsprofunc.php on line 344Warning: Cannot modify header information - headers already sent by (output started at /home/c/cw70061/BOOKS2017/public_html/admin/controller/startup/error.php:34) in /home/c/cw70061/BOOKS2017/public_html/system/storage/modification/system/library/response.php on line 29 На странице входа такая ошибка Unknown: Array and string offset access syntax with curly braces is deprecated in /home/c/cw70061/BOOKS2017/public_html/system/helper/seocmsprofunc.php on line 344Unknown: Array and string offset access syntax with curly braces is deprecated in /home/c/cw70061/BOOKS2017/public_html/system/helper/seocmsprofunc.php on line 344 на странице сайта такая Unknown: Array and string offset access syntax with curly braces is deprecated in /home/c/cw70061/BOOKS2017/public_html/system/helper/seocmsprofunc.php on line 344Unknown: Array and string offset access syntax with curly braces is deprecated in /home/c/cw70061/BOOKS2017/public_html/system/helper/seocmsprofunc.php on line 344
  7. применил оба кода. которые ты посоветовал. вылечилось. спасибо огромное
  8. 'weight' => $this->weight->format(($product_info['weight'] + $option_weight) * $product['quantity'], $product_info['weight_class_id'], $this->language->get('decimal_point'), $this->language->get('thousand_point')) может из-за этого через стандартную накладную, такая ошибка Warning: A non-numeric value encountered in /home/a/arsen77/arabic-shop.ru/public_html/system/storage/modification/admin/controller/sale/order.php on line 2500Warning: A non-numeric value encountered in /home/a/arsen77/arabic-shop.ru/public_html/system/storage/modification/admin/controller/sale/order.php on line 2469Warning: A non-numeric value encountered in /home/a/arsen77/arabic-shop.ru/public_html/system/storage/modification/admin/controller/sale/order.php on line 2500
  9. установил модуль. который работает только на 7.1.
  10. не помогает. вот ориг. уже 3 дня мучаюсь order.php.txt
  11. При создании накладной, выходит такая ошибка. Не могу понять как исправить. Вод код строки (первая строка 2247) 'all_nds'=> $this->currency->format(round((($ind*18)/118),2), $order_info['currency_code'], $order_info['currency_value']), // Считаем полный НДС - 18%, 'free_all_sum'=> $ind, 'date_rus'=> $this->russian_date(date($this->language->get('date_format_short'), strtotime($order_info['date_added']))), 'index_nova' => str_replace(',', '-', str_replace('.', '-', str_replace('р.', '',number_format((float)$ind,2)))), 'full_total_text' => $this->num2str($ind), Получаются такие каракули. А через стандартную накладную, такая ошибка Warning: A non-numeric value encountered in /home/a/arsen77/arabic-shop.ru/public_html/system/storage/modification/admin/controller/sale/order.php on line 2500Warning: A non-numeric value encountered in /home/a/arsen77/arabic-shop.ru/public_html/system/storage/modification/admin/controller/sale/order.php on line 2469Warning: A non-numeric value encountered in /home/a/arsen77/arabic-shop.ru/public_html/system/storage/modification/admin/controller/sale/order.php on line 2500 И все это, после перехода на php7.1
×
×
  • 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.