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

Roumek

Users
  
  • Posts

    337
  • Joined

  • Last visited

Everything posted by Roumek

  1. Не появляется в "Продажи" -> "Обратный звонок" хотя если вручную прописать /admin/index.php?route=sale/callback&token= то заходит
  2. Спасибо большое, действительно ошибка была в файле header.php, но не исправил, а просто закоментировал блок Daniel's robot detector, помогите пожалуйста исправить.
  3. Здравствуйте, установил новый шаблон, но как то коряво установился, вроде не правильная кодировка, но где менять подскажите? сайт thebestschuz.com.ua
  4. Убрал с файла /catalog/controller/account/wishlist.php if (!$this->customer->isLogged()) { $this->session->data['redirect'] = $this->url->link('account/wishlist', '', 'SSL'); $this->redirect($this->url->link('account/login', '', 'SSL')); } Страница "Мои закладки" открывается для не зарегистрированных, но там пусто.
  5. После отправки появляется такой текст, видимо с кодировкой что то не то. "Заказать Р·РІРѕРЅРѕРє Сообщение успешно отправлено!"
  6. Закомментировал в файле /admin/view/template/catalog/product_form.php <!--<tr> <td><?php echo $entry_sku; ?></td> <td><input type="text" name="sku" value="<?php echo $sku; ?>" /></td> </tr> <tr>--> и выдает такую ошыбку Notice: Undefined index: sku in /sata1/home/users/thebestsc/www/www.ееееее.com.ua/admin/model/catalog/product.php on line 115Notice: Undefined index: upc in/sata1/home/users/thebestsc/www/www.ееееее.com.ua/admin/model/catalog/product.php on line 115Warning: Cannot modify header information - headers already sent by (output started at /sata1/home/users/thebestsc/www/www.ееееее.com.ua/admin/index.php:79) in /sata1/home/users/thebestsc/www/www.ееееее.com.ua/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /sata1/home/users/thebestsc/www/www.ееееее.com.ua/admin/index.php:79) in/sata1/home/users/thebestsc/www/www.ееееее.com.ua/system/engine/controller.php on line 29
  7. к сожалению не помогло... тут нашел тоже такую ошибку https://github.com/opencart/opencart/issues/278 http://www.opencartbrasil.com.br/forum/viewtopic.php?f=12&t=4185 http://themeforest.net/item/spicylicious-premium-opencart-theme/discussion/642914?page=33 http://forum.opencart.com/viewtopic.php?t=65248 может проблема в версия шаблона и ocStore? ocstore_v1.5.3.1.zip тема OpenCart_v.1.5.2.x
  8. поставил строку // Shoppica после // Front Controller и теперь другая ошибка Notice: Constant RES_URL already defined in /sata1/home/users/skybox/www/www.enter.cv.ua/catalog/controller/module/shoppica.php on line 38Notice: Constant CURRENT_URL already defined in /sata1/home/users/skybox/www/www.enter.cv.ua/catalog/controller/module/shoppica.php on line 39 // Front Controller $controller = new Front($registry); // Shoppica $controller->addPreAction(new Action('module/shoppica/init')); // TB $controller->dispatch(new Action('common/tb', array('front' => $controller)), new Action('error/not_found'));
  9. строка // Shoppica $controller->addPreAction(new Action('module/shoppica/init')); есть в том файле и получается тупик :cry:
  10. Отредактировал файл Index.php Open index.php with your preferred text editor. Find the following two lines (approximately line 213): // Front Controller $controller = new Front($registry); Insert these two lines immediately* after them: // TB $controller->dispatch(new Action('common/tb', array('front' => $controller)), new Action('error/not_found')); И после этого ошибка такая Warning! You see this message due one (or more) of the following reasons:[/color] 1. You have not enabled your 'Shoppica Theme CP' module. Please, go to admin panel, enter Extensions->Modules and change the status of 'Shoppica Theme CP' to `enabled`. 2. You have not properly updated your index.php file. It should contain these two lines (near the end): // Shoppica $controller->addPreAction(new Action('module/shoppica/init'));
  11. Здравствуйте. При регистрации нет возможности указать " Регион / Область" и за этого вылетает ошибка. http://enter.cv.ua
  12. В файле controller.php строка 29 header('Location: ' . str_replace('&', '&', $url)); что с ней не так?
  13. Сказали включить "suhosin.executor.disable_emodifier" и заработало)) Проблема решена, afwollis спасибо за помощь! Но появилась другая проблема, пока я решал эту то забыл и для чего мне был нужен VQMOD)) Хотя вспомнил) нужно было установить Image Manager https://opencartforum.com/topic/14871-image-manager-ошибка-при-сохранении/
  14. Внес в корень и VQMOD HAS BEEN INSTALLED ON YOUR SYSTEM! Открываю сайт и пишет Fatal error: SUHOSIN - Use of preg_replace() with /e modifier is forbidden by configuration in /sata1/home/users/skybox/www/www.enter.cv.ua/vqmod/vqmod.php(313) : regexp code on line 313 313 строка выглядит так $modFilePath = preg_replace('/([^*]+)/e', 'preg_quote("$1", "~")', $modFilePath); Корневой подписан .htaccess.txt, это значит что он не работает? попробовал удалить .txt и снова пишет Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/2.2.22 (FreeBSD) Server at enter.cv.ua Port 80
  15. # Prevent Directoy listing Options -Indexes <FilesMatch "\.(xml|cache)"> Order deny,allow Deny from all </FilesMatch>
  16. [Mon Nov 26 02:57:53 2012] [error] [client 204.236.235.245] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/index[Mon Nov 26 05:12:22 2012] [error] [client 204.236.235.245] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/about_us[Mon Nov 26 06:02:15 2012] [error] [client 204.236.235.245] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/apple[Mon Nov 26 16:13:19 2012] [error] [client 95.135.80.140] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/none, referer: http://enter.cv.ua/[Mon Nov 26 16:13:20 2012] [error] [client 95.135.80.140] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/apple-touch-icon-precomposed.png[Mon Nov 26 16:13:21 2012] [error] [client 95.135.80.140] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/apple-touch-icon.png[Mon Nov 26 16:14:03 2012] [error] [client 178.94.174.36] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/none, referer: http://enter.cv.ua/[Mon Nov 26 16:14:10 2012] [alert] [client 178.94.174.36] /sata1/home/users/skybox/www/www.enter.cv.ua/vqmod/.htaccess: Options not allowed here[Mon Nov 26 16:14:10 2012] [error] [client 178.94.174.36] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/favicon.ico[Mon Nov 26 16:16:38 2012] [error] [client 178.94.174.36] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/favicon.ico[Mon Nov 26 16:16:43 2012] [error] [client 178.94.174.36] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/favicon.ico[Mon Nov 26 16:16:49 2012] [error] [client 178.94.174.36] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/favicon.ico[Mon Nov 26 16:16:53 2012] [error] [client 178.94.174.36] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/favicon.ico[Mon Nov 26 16:17:34 2012] [error] [client 188.191.239.35] File does not exist: /sata1/home/users/skybox/www/www.enter.cv.ua/favicon.ico
  17. Установил Image Manager + for OC 1.5.4. после того как сохраняю товар то вылетает ошибка Notice: Undefined index: seo_title in /sata1/home/users/skybox/www/www.enter.cv.ua/admin/model/catalog/product.php on line 13Notice: Undefined index: seo_h1 in/sata1/home/users/skybox/www/www.enter.cv.ua/admin/model/catalog/product.php on line 13Notice: Undefined index: seo_title in/sata1/home/users/skybox/www/www.enter.cv.ua/admin/model/catalog/product.php on line 13Notice: Undefined index: seo_h1 in/sata1/home/users/skybox/www/www.enter.cv.ua/admin/model/catalog/product.php on line 13Notice: Undefined index: seo_title in/sata1/home/users/skybox/www/www.enter.cv.ua/admin/model/catalog/product.php on line 13Notice: Undefined index: seo_h1 in/sata1/home/users/skybox/www/www.enter.cv.ua/admin/model/catalog/product.php on line 13Warning: Cannot modify header information - headers already sent by (output started at /sata1/home/users/skybox/www/www.enter.cv.ua/admin/index.php:79) in /sata1/home/users/skybox/www/www.enter.cv.ua/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /sata1/home/users/skybox/www/www.enter.cv.ua/admin/index.php:79) in/sata1/home/users/skybox/www/www.enter.cv.ua/system/engine/controller.php on line 29
  18. При установке VQMOD вылетает ошибка, пробовал и вручную ставить. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/2.2.22 (FreeBSD) Server at enter.cv.ua Port 80
  19. Не могу установить модуль, пробовал и вручную, дал полные права и все равно не получается Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/2.2.22 (FreeBSD) Server at enter.cv.ua Port 80
×
×
  • 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.