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

ArnXx

Newbie
  
  • Posts

    18
  • Joined

  • Last visited

Recent Profile Visitors

917 profile views

ArnXx's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. Ясно, а так в чем суть проблемы в этом логе?
  2. Прошу разеснить мне ошибки, которые мне предоставил этот лог: 2018-01-30 18:37:12 - MOD: Modification Default FILE: system/engine/action.php REGEX: ~(require|include)(_once)?\(([^)]+)~ LINE: 69 FILE: system/engine/loader.php REGEX: ~(require|include)(_once)?\(([^)]+)~ LINE: 77 LINE: 151 LINE: 168 FILE: system/library/config.php REGEX: ~(require|include)(_once)?\(([^)]+)~ LINE: 59 FILE: system/library/language.php REGEX: ~(require|include)(_once)?\(([^)]+)~ LINE: 67 LINE: 73 FILE: system/library/template/template.php REGEX: ~(require|include)(_once)?\(([^)]+)~ LINE: 18 FILE: system/library/template/twig.php CODE: $loader = new \Twig_Loader_Filesystem(DIR_TEMPLATE); LINE: 19 ---------------------------------------------------------------- MOD: SeoUrlGenerator by <a href="//web-jump.in.ua/link/284" >Web-Jump</a> FILE: admin/controller/catalog/product.php CODE: $data['languages'] = $this->model_localisation_language->getLanguages(); LINE: 587 FILE: admin/controller/catalog/category.php CODE: $data['languages'] = $this->model_localisation_language->getLanguages(); LINE: 358 FILE: admin/controller/catalog/information.php CODE: $data['languages'] = $this->model_localisation_language->getLanguages(); LINE: 324 CODE: if (utf8_strlen($this->request->post['keyword']) > 0) { NOT FOUND - OPERATIONS ABORTED! CODE: if (utf8_strlen($this->request->post['keyword']) > 0) { NOT FOUND - OPERATIONS ABORTED! FILE: admin/controller/catalog/manufacturer.php CODE: if (utf8_strlen($this->request->post['keyword']) > 0) { NOT FOUND - OPERATIONS ABORTED! CODE: if (utf8_strlen($this->request->post['keyword']) > 0) { NOT FOUND - OPERATIONS ABORTED! ---------------------------------------------------------------- Буду очень признателен))
  3. ArnXx

    twig

    А стоит ли менять что нибуть в файле .xml, тоесть php -> twig?
  4. ArnXx

    twig

    Спасибо большое))
  5. ArnXx

    twig

    Хотел бы попросить о помощи.Как перевести в twig кусок кода:<?=$var?> Казалось бы все просто но озадачивает знак =. Посоветуйте пожалуйста как перевести и что этот знак значит здесь.Вот код: <?php echo $header; ?> <?php echo $column_left; ?> <div id="content"> <div class="page-header"> <div class="container-fluid"> <div class="pull-right"> <button id="button-save" type="submit" form="form-credit-multiedit" data-toggle="tooltip" title="<?php echo $button_save; ?>" class="btn btn-primary"><i class="fa fa-save"></i></button> <a href="<?php echo $cancel; ?>" data-toggle="tooltip" title="<?php echo $button_cancel; ?>" class="btn btn-default"><i class="fa fa-reply"></i></a></div> <h1><?php echo $heading_title; ?></h1> <ul class="breadcrumb"> <?php foreach ($breadcrumbs as $breadcrumb) { ?> <li><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a></li> <?php } ?> </ul> </div> </div> <div class="container-fluid"> <?php if ($error_warning) { ?> <div class="alert alert-danger"><i class="fa fa-exclamation-circle"></i> <?php echo $error_warning; ?> <button type="button" class="close" data-dismiss="alert">&times;</button> </div> <?php } ?> <?php if (!empty($success)) { ?> <div class="alert alert-success"><i class="fa fa-exclamation-circle"></i> <?php echo $success; ?></div> <?php } ?> <div class="panel panel-default"> <div class="panel-heading"> <h2 class="panel-title"><i class="fa fa-pencil"></i> <?php echo $text_edit; ?></h2> </div> <div class="panel-body"> <!-- Customized.Begin --> <form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data" id="form-seo-url-generator" class="form-horizontal"> <!-- code_for_translit --> <div class="form-group"> <label class="col-sm-2 control-label" for="input_code_for_translit"><?=$entry_code_for_translit?>:</label>//СТРОКА С НУЖНОЙ ПЕРЕМЕННОЙ <div class="col-sm-2"> <select name="seo_url_generator_code_for_translit" id="input_code_for_translit" class="form-control"> <?php foreach ($a_codes_for_translit as $key => $code) { ?> <option value="<?=$key?>"<?=$seo_url_generator_code_for_translit == $key ? ' selected="selected"' : ''?>><?=$code?></option> <?php } ?> </select> </div> </div> <!-- strtolower --> <div class="form-group"> <label class="col-sm-2 control-label" for="input_strtolower"><?=$entry_strtolower?>:</label> <div class="col-sm-2"> <select name="seo_url_generator_strtolower" id="input_strtolower" class="form-control"> <?php foreach ($a_strtolower_values as $key => $value) { ?> <option value="<?=$key?>"<?=$seo_url_generator_strtolower == $key ? ' selected="selected"' : ''?>><?=$value?></option> <?php } ?> </select> </div> </div> <!-- formula_product --> <div class="form-group"> <label class="col-sm-2 control-label" for="input_formula_product"><?=$entry_formula_product?></label> <div class="col-sm-10"> <input type="text" name="seo_url_generator_formula_product" value="<?=$seo_url_generator_formula_product?>" placeholder="<?=$entry_formula_product?>" id="input_formula_product" class="form-control" /> <?=$text_formula_product_vars?> <?php if (isset($errors['formula_product'])) { ?> <div class="text-danger"><?=$errors['formula_product']?></div> <?php } ?> </div> </div> </form> <br> <div class="copywrite" style="padding: 10px 10px 0 10px; border: 1px dashed #ccc;"> <p> &copy; <?=$text_author?>: <a href="//studio.web-jump.in.ua/" target="_blank"><?=$text_author_name?></a> <br/> <?=$text_author_support?>: <a href="mailto:[email protected]">[email protected]</a> </p> </div> </div><!-- /Panel-Body--> <!-- Customized.End--> </div> </div> </div><!-- /content--> <?php echo $footer; ?>
  6. ArnXx

    twig

    Если таков есть
  7. ArnXx

    twig

    Кстати интересно а для этого нужен особый синтаксис twig для opencart или обычний синтаксис twig?
  8. ArnXx

    twig

    Тоесть заменить в файле .tpl весь php на twig и соответственно переименовать.Но понадобится ли какая-нибудьзамена в других файлах?
  9. ArnXx

    twig

    Нет, просто заменить весь php в шаблоне на twig
  10. ArnXx

    twig

    А разве можно переделать модуль из 2.3 на 3 просто переписав шаблон?
  11. Также хотелось бы узнать побольше о twig и его примирении в создании модулей
  12. В чем особенность использования и того и того в модификациях?
  13. Омагад только сейчас заметил просто человек которий мне єто доверил сказал что 2.3. Простите, спасибо что указали.
  14. Я же говорю что 2.3 (очень извеняюсь что не тот раздел просто проблема горит)
  15. На загруженный модуль не обращайте внимания, он не работает.
×
×
  • 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.