LisWKK 0 Report post Posted May 30, 2015 Добрый вечер! Помогите у кого была такая проблема! При запуске с файла index.php вылазит такая ошибка! dir = ROOT_DIR.'/templates/'.$config['temp']; define('TEMPLATE_DIR', $tpl->dir); $_DOCUMENT_DATE = false; $Timer = new microTimer(); $Timer->start(); $server_time = intval($_SERVER['REQUEST_TIME']); include ENGINE_DIR.'/modules/login.php'; if($config['offline'] == "yes") include ENGINE_DIR . '/modules/offline.php'; if($user_info['user_delet']) include ENGINE_DIR . '/modules/profile_delet.php'; if($user_info['user_emailed'] == 1) include ENGINE_DIR . '/modules/profile_disabled.php'; $sql_banned = $db->super_query("SELECT * FROM ".PREFIX."_banned", true, "banned", true); if(isset($sql_banned)) $blockip = check_ip($sql_banned); else $blockip = false; if($user_info['user_ban_date'] >= $server_time OR $user_info['user_ban_date'] == '0' OR $blockip) include ENGINE_DIR . '/modules/profile_ban.php'; //���� ���� ��������� �� ��������� ��������� ���� ��������� � ������� ������ � �� ������ ��� if($logged){ //�������� А если запускать с admin.php нормально отображает. Буду очень благодарен кто поможет. Share this post Link to post Share on other sites
timbios 205 Report post Posted May 30, 2015 При запуске index.php? Обьясни, или скриншоты дай.. Share this post Link to post Share on other sites
timbios 205 Report post Posted May 30, 2015 какая сборка? Share this post Link to post Share on other sites
LisWKK 0 Report post Posted May 30, 2015 точно не помню скачивал давно вроде 4.0 Share this post Link to post Share on other sites
timbios 205 Report post Posted May 30, 2015 ооо, лучше забудь, возьми вон vii 2.0 license или vii от Андрея Аякса. Share this post Link to post Share on other sites
LisWKK 0 Report post Posted May 30, 2015 Спасибо большое! А можешь скинуть ссылку откуда скачать можно? Share this post Link to post Share on other sites
timbios 205 Report post Posted May 30, 2015 http://cmstools.ru/index.php?/topic/20-vii-engine-20-license/ http://cmstools.ru/index.php?/topic/21-vii-engine-30-optimizatciia/ Лови) Share this post Link to post Share on other sites