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

Taimin

Новичок
  
  • Posts

    15
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

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

Taimin's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Array ( [_route_] => my-account ) Array ( [_route_] => my-account ) В опотому чтоих случаях
  2. Array ( [_route_] => my-account ) я полулил вот икую картинку
  3. Вот допустим https://www.td-domkom.ru/private.html Если добавить слеш в конэто он хочет перейти по ссылке https://www.td-domkom.ru/private.html/private.html
  4. Что интересно, любая ссылка со слешем гделает переадресацию
  5. А можете подсказать почему у меня в луп уходит? https://www.td-domkom.ru/my-account/
  6. Спасипотому что) все гут, единственное когда перехожу в личный кабинет loop-redirect получается https://www.td-domkom.ru/my-account/
  7. *11 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined function norm_price() in /var/www/u0104241/data/www/td-domkom.ru/catalog/view/theme/coloring/template/product/category.tpl Вот икая фигня в логах
  8. Перешерстил туеву кучу форумов. Переношу с хостинга на вдс сайт. Возникли проблемы, а именно не весь пхп-код выполняется. Подскажите какие проблемы в моём конфиге. Opencart 2.0 server { server_name td-domkom.ru www.td-domkom.ru; root /var/www/u0104241/data/www/td-domkom.ru; ## Web Root Directory index index.php index.html; access_log /var/log/nginx/myopencart_access.log; location /image/data { autoindex on; } location /admin { index index.php; } location / { try_files $uri @opencart; } location @opencart { rewrite ^/(.+)$ /index.php?_route_=$1 last; } location ~* \.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(\..*|Entries.*|Repository|Root|Tag|Template)$|\.php_ { deny all; } # Deny all attempts to access hidden files such as .htaccess, .htpasswd, .DS_Store (Mac). location ~ /\. { deny all; access_log off; log_not_found off; } location ~* \.(jpg|jpeg|png|gif|css|js|ico)$ { expires max; log_not_found off; } location ~ \.php$ { if (!-e $request_filename){ rewrite ^/(.+)$ /index.php?_route_=$1 last; } fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_pass unix:/var/run/php/php5.6-fpm.sock; fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_intercept_errors on; fastcgi_buffer_size 16k; fastcgi_buffers 4 16k; }

×
×
  • 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.