Imagecms shop 4.5.2 nulled

Скачать Imagecms shop 4.5.2 nulled
Сейчас ищут:

4.6 кто-то занулил уже ?
 
Добрый день,может кто подскажет в чем проблема,установил 4.5.2 на сервер в админку заходит,а в сам магазин не пускает,пишет
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.

Буду благодарен за помощь,файл htaccess имеет такой вид
AddDefaultCharset UTF-8

Options +FollowSymLinks
Options -Indexes

RewriteEngine on

# RewriteCond %{HTTP_HOST} ^www.site.com$ [NC]
# RewriteRule ^(.*)$ http://site.com/$1 [L,R=301]


<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access 7 days"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/x-icon "access 1 year"
ExpiresByType application/x-shockwave-flash "access 1 year"
ExpiresByType application/javascript "access 1 year"
ExpiresByType application/x-javascript "access 1 year"
ExpiresByType text/css "access 1 year"
ExpiresByType text/html "access 1 year"
</IfModule>


RewriteCond $1 !^(index\.php|test.php|application/modules/shop/admin/UpdateService.wsdl|test.php|user_guide|uploads/.*|favicon\.ico|favicon\.png|captcha/.*|application/modules/.*/templates|application/modules/.*/assets/js|application/modules/.*/assets/css|application/modules/.*/assets/images|CHANGELOG.xml|templates|js|robots\.txt|application/controllers/install/images/.*)

# RewriteRule ^(.*)$ /index.php/$1 [L]

####################################
# or
RewriteRule ^(.+)$ index.php?$1 [L]
# or
# RewriteRule ^(.*)$ /index.php?/$1 [L,QSA]
 
  • Автор темы
  • Администратор
  • Модер.
  • Команда форума
  • #103
Добрый день,может кто подскажет в чем проблема,установил 4.5.2 на сервер в админку заходит,а в сам магазин не пускает,пишет
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.

Буду благодарен за помощь,файл htaccess имеет такой вид
AddDefaultCharset UTF-8

Options +FollowSymLinks
Options -Indexes

RewriteEngine on

# RewriteCond %{HTTP_HOST} ^www.site.com$ [NC]
# RewriteRule ^(.*)$ http://site.com/$1 [L,R=301]


<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access 7 days"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/x-icon "access 1 year"
ExpiresByType application/x-shockwave-flash "access 1 year"
ExpiresByType application/javascript "access 1 year"
ExpiresByType application/x-javascript "access 1 year"
ExpiresByType text/css "access 1 year"
ExpiresByType text/html "access 1 year"
</IfModule>


RewriteCond $1 !^(index\.php|test.php|application/modules/shop/admin/UpdateService.wsdl|test.php|user_guide|uploads/.*|favicon\.ico|favicon\.png|captcha/.*|application/modules/.*/templates|application/modules/.*/assets/js|application/modules/.*/assets/css|application/modules/.*/assets/images|CHANGELOG.xml|templates|js|robots\.txt|application/controllers/install/images/.*)

# RewriteRule ^(.*)$ /index.php/$1 [L]

####################################
# or
RewriteRule ^(.+)$ index.php?$1 [L]
# or
# RewriteRule ^(.*)$ /index.php?/$1 [L,QSA]

Это ничего не даст. нужно характеристики сервера
 
все заработало,сменил php с 5.3 на 5.4. Спасибо
 
Выложил бы кто шаблоны их, может есть у кого -платные? Очень надо. И еще вопрос, как обновить 4,5.2 нуллед на 4.6 аналогичный? Если просто скрипты перезалить, то слетит все или как?
 
Кто знает в каком файле редактируется контент про интернет магазин ,заголовки второго уровня и все такое как на скрине
64911851855f.jpg
 
Закинул на сервак, перешел по своему адресу чтобы установить, а там No input file specified. В .htaccess и optimized.htaccess поменял на свои адреса. Подскажите, что еще надо?
 
Последнее редактирование:
Закинул на сервак, перешел по своему адресу чтобы установить, а там No input file specified. В .htaccess и optimized.htaccess поменял на свои адреса. Подскажите, что еще надо?
Точно не знаю, но я ставил на вирт. хостинг и нормально все работает: http://smauji.bget.ru
 
Разобрался опять сам! Была видимо проблема в .htaccess

AddDefaultCharset UTF-8

Options +FollowSymLinks
Options -Indexes

RewriteEngine on

# RewriteCond %{HTTP_HOST} ^www.свой.сайт$ [NC]
# RewriteRule ^(.*)$ http://свой.сайт/$1 [L,R=301]

#apache2ctl -M && sudo a2enmod expires && sudo service apache2 restart (to enable mod_expires on ubuntu)
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access 7 days"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/x-icon "access 1 year"
ExpiresByType application/x-shockwave-flash "access 1 year"
ExpiresByType application/javascript "access 1 year"
ExpiresByType application/x-javascript "access 1 year"
ExpiresByType text/css "access 1 year"
ExpiresByType text/html "access 1 year"
</IfModule>

RewriteRule ^(.*)\.tpl$ [R=404]
RewriteRule ^(.*)\.zip$ [R=404]

RewriteCond $1 !^(index\.php|user_guide|uploads/.*|favicon\.ico|docs|favicon\.png|captcha/.*|application/modules/.*/templates|application/modules/.*/assets/js|application/modules/.*/assets/css|application/modules/.*/assets/images|CHANGELOG.xml|templates|js|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

####################################
# or
# RewriteRule ^(.+)$ index.php?$1 [L]
# or
# RewriteRule ^(.*)$ /index.php?/$1 [L,QSA]

AddDefaultCharset UTF-8



Options +FollowSymLinks

Options -Indexes


RewriteEngine on


RewriteCond %{HTTP_HOST} ^свой.сайт$ [NC]

RewriteRule ^(.*)$ http://www.свой.сайт/$1 [L,R=301]



<IfModule mod_expires.c>

ExpiresActive On

ExpiresDefault "access 7 days"

ExpiresByType image/gif "access plus 1 year"

ExpiresByType image/jpeg "access plus 1 year"

ExpiresByType image/png "access plus 1 year"

ExpiresByType image/jpg "access plus 1 year"

ExpiresByType image/x-icon "access 1 year"

ExpiresByType application/x-shockwave-flash "access 1 year"

</IfModule>



RewriteCond $1 !^(index\.php|test.php|user_guide|uploads/.*|favicon\.ico|favicon\.png|captcha/.*|application/modules/.*/templates|application/modules/.*/assets/js|application/modules/.*/assets/css|application/modules/.*/assets/images|CHANGELOG.xml|templates|js|robots\.txt|application/controllers/install/images/.*)

#RewriteRule ^(.*)$ /index.php/$1 [L]


####################################

# or

RewriteRule ^(.+)$ index.php?$1 [L]

# or

# RewriteRule ^(.*)$ /index.php?/$1 [L,QSA]
 
И еще вопрос, как обновить 4,5.2 нуллед на 4.6 аналогичный? Если просто скрипты перезалить, то слетит все или как?
Может кто ответит, как обновить 4,5.2 нуллед на 4.6? Пожалуйста. Возможно это?
 
4.6 еще актуально? кто то за нулил?
 
Помогите кто сталкивался с такой траблой:
Захожу в Управление баннерами, при редактировании банера в графе /показать в категориях/ при выборе любого варианта, к примеру Бренд
раскрывается подменю с брендами, и нажать ни на какой не выходит
Уже пробовал в разных браузерах- не помогло
 
доброго времени суток

скажите 4.5.2 + box theme
как стабильно работает и какие есть баги если есть

с ув Андрей
 
у Вас нету проблем с загрузкой картинок на image cms 4.4? Я когда гружу картинку у меня она загружаеться, но после сохранения пропадает
 
у Вас нету проблем с загрузкой картинок на image cms 4.4? Я когда гружу картинку у меня она загружаеться, но после сохранения пропадает
У меня кажись было такое. Попробуй кэш почистить, а картинки кидать сразу в \uploads\images
 

Похожие темы

Назад
Сверху Снизу