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

lsd123

Новичок
  
  • Posts

    8
  • Joined

  • Last visited

lsd123's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Добрый гдень! Пойгдет ли этот шаблон на Релиз MaxyStore v.1.5.5.1 и возможно ли поменять движок с 1.5.4.1. на Релиз MaxyStore v.1.5.5.1 без потери данных в базе(добавленный товар)? Заранее спасипотому что!
  2. Все, проблема решена....я в этом не разбираюсь, но вот что мне ответили мои программисты Проанализировали логику рилиты данного модуля. Данная ошибка связана с особенностью рилиты данного модуля. При передаче данных в запросе передаются "неэкранированные" символы "&" и ":", налилие которых в параметрах запроса, расэтонивается системой безопасности веб-сервера как потенциально опасный запрос. Для того, чтобы данный модуль фильтра мог рилиить, в конфигурационный файл web.config добавили настройку: <httpRuntime requestPathInvalidCharacters="<,>,*,%,\,?" /> В параметре requestPathInvalidCharacters исклюлили символы "&" и ":" из списка валидируемых. В данный момент фильтр на сайте рилииет корректно.
  3. Добрый гдень! Усиновил данный модуль на MaxyStore 1.5.4.1 врогде все рилииет, в админке, в категориях показывает фильтр, но при нажатии применить выдает ошибку Server Error in '/' Application. Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>
  4. Здравствуйте...сгделал все ик, как написано выше...полулилось, но теперьь не могу уменьшить в размерах если сивить ширину меньше 200 пропадает рамка...что гделать? ггде рыть?
  5. Здравствуйте...а можно по подробней...а то у меня че-то не получается
×
×
  • 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.