Проблема с instantcms 2
Всем привет.кто может подсказать в вопросе?
Суть такова...при редактировании профиля,группы или настроек сайта возвращает ошибку 404 но показыват возможность изменить имя.
!!!!Но в редактировании профиля вкладки "Пароль" "Уведомления" и "Уведомления" рабочие.Только "Основное"
Движок 2.3.0 а шаблон для 2.2.1
Все перепробовал-ничего не помогло
$this->setPageTitle(LANG_USERS_EDIT_PROFILE);
$this->addBreadcrumb(LANG_USERS, href_to('users'));
$this->addBreadcrumb($profile['nickname'], href_to('users', $id));
$this->addToolButton(array(
'class' => 'save',
'title' => LANG_SAVE,
'href' => "javascript:icms.forms.submit()"
));
$this->addToolButton(array(
'class' => 'cancel',
'title' => LANG_CANCEL,
'href' => href_to('users', $id)
));
$this->addBreadcrumb(LANG_USERS_EDIT_PROFILE);
?>
<?php $this->renderChild('profile_edit_header', array('profile'=>$profile)); ?>
<?php
$this->renderForm($form, $profile, array(
'action' => '',
'method' => 'post',
'toolbar' => false
), $errors);
?>
Зайди в админку по ссылке admin/controllers/edit/users/tabs , и посмотри что включено,а что нет.
Если другой шаблон ставишь значит ссылка может быть прописана по старому шаблону
адрес /users/1/edit
$this->setPageTitle(LANG_USERS_EDIT_PROFILE);
$this->addBreadcrumb(LANG_USERS, href_to('users'));
$this->addBreadcrumb($profile['nickname'], href_to('users', $id));
$this->addToolButton(array(
'class' => 'save',
'title' => LANG_SAVE,
'href' => "javascript:icms.forms.submit()"
));
$this->addToolButton(array(
'class' => 'cancel',
'title' => LANG_CANCEL,
'href' => href_to('users', $id)
));
$this->addBreadcrumb(LANG_USERS_EDIT_PROFILE);
?>
<?php $this->renderChild('profile_edit_header', array('profile'=>$profile)); ?>
<?php
$this->renderForm($form, $profile, array(
'action' => '',
'method' => 'post',
'toolbar' => false
), $errors);
?>
нижний дефолт
я уже просто кричу от этого
когда то такой лаг я исправлял..только непомню
кстати это может быть из за полей?
вот подобное нашёл http://www.instantcms.ru/forum/thread23446-1.html
AddDefaultCharset UTF-8
Options +FollowSymlinks
# Prevent Directoy listing
Options -Indexes
# Prevent Direct Access to files
Order deny,allow
Deny from all
# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap(.*).xml$ /cache/static/sitemaps/sitemap$1.xml [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*) http://%1/$1 [L,R=301]
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include mime ^text\.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image\.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
Header set Cache-Control "max-age=2592000"
#
# ExpiresActive On
# ExpiresByType image/gif "access plus 1 month"
# ExpiresByType image/jpeg "access plus 1 month"
# ExpiresByType image/png "access plus 1 month"
# ExpiresByType text/css "access plus 1 week"
# ExpiresByType text/javascript "access plus 1 week"
# ExpiresByType application/javascript "access plus 1 week"
# ExpiresByType application/x-javascript "access plus 1 week"
# ExpiresByType image/x-icon "access plus 1 year"
#
FileETag INode MTime Size
AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript text/plain
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ 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.
на форуме Instant не регнишься без инвайта...хоть головой бейся об асфальт(((