LisWKK Posted May 30, 2015 Report Share 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 нормально отображает. Буду очень благодарен кто поможет. Link to comment Share on other sites More sharing options...
timbios Posted May 30, 2015 Report Share Posted May 30, 2015 При запуске index.php? Обьясни, или скриншоты дай.. Link to comment Share on other sites More sharing options...
LisWKK Posted May 30, 2015 Author Report Share Posted May 30, 2015 Link to comment Share on other sites More sharing options...
timbios Posted May 30, 2015 Report Share Posted May 30, 2015 какая сборка? Link to comment Share on other sites More sharing options...
LisWKK Posted May 30, 2015 Author Report Share Posted May 30, 2015 точно не помню скачивал давно вроде 4.0 Link to comment Share on other sites More sharing options...
timbios Posted May 30, 2015 Report Share Posted May 30, 2015 ооо, лучше забудь, возьми вон vii 2.0 license или vii от Андрея Аякса. Link to comment Share on other sites More sharing options...
LisWKK Posted May 30, 2015 Author Report Share Posted May 30, 2015 Спасибо большое! А можешь скинуть ссылку откуда скачать можно? Link to comment Share on other sites More sharing options...
timbios Posted May 30, 2015 Report Share 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/ Лови) Link to comment Share on other sites More sharing options...
Recommended Posts