Posted 4 ноября, 201212 yr comment_13784 На свой форум 3.3.4 установил Unreal Портал 3.0.2 , когда перехожу на страницу портала выдает "ошибка при работе с базой данных". Как исправить?
4 ноября, 201212 yr Author comment_13806 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Sun, 04 Nov 2012 09:39:56 +0000 Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') and t.approved = '1' ORDER BY t.tid desc LIMIT 0 , 10' at line 2 IP Address: 95.129.166.139 - /index.php?app=uportal ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT t.forum_id, t.tid, t.title, t.title_seo, t.posts as comments, t.topic_hasattach,p.pid, p.post_date, p.post, p.post_htmlstate, p.author_id, p.author_name,m.members_display_name, m.members_seo_name, m.member_id as id, m.member_group_id as mgroup FROM ipbtopics t LEFT JOIN ipbposts p ON ( p.topic_id=t.tid AND p.new_topic=1 ) LEFT JOIN ipbmembers m ON ( m.member_id=p.author_id ) WHERE (t.forum_id=21 OR t.forum_id=) and t.approved = '1' ORDER BY t.tid desc LIMIT 0 , 10 .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/applications_addon/other/uportal/modules_public/uportal/uportal.php | [public_uportal_uportal_uportal].queryForData | 73 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsController.php | [public_uportal_uportal_uportal].doExecute | 306 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
4 ноября, 201212 yr comment_13808 Вы в файле admin/applications_addon/other/uportal/modules_public/uportal/uportal.php ничего не делали? Там ошибка синтаксиса запроса, это не исправляется просто так, надо код компонента смотреть.
4 ноября, 201212 yr Author comment_13822 _Dark_, нет, ничего не менял, только закачал и установил сразу появилась... На другом форуме тот же архив установил, все работает...
4 ноября, 201212 yr comment_13829 Попробуйте переустановить его, проблема действительно не в компоненте.
4 ноября, 201212 yr Author comment_13839 _Dark_, переустановить сам форум или портал? Если портал, то уже переустанавливал..
8 ноября, 201212 yr comment_14236 hisound, другой форум, на котором исправно работает компонент, находится на этом же сервере? У форумов одинаковые версии MySQL?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.