Помощь - Поиск - Пользователи - Календарь
Полная версия: Как починить ipb 1.3 final rus
Форум на все случаи жизни > Программирование, скрипты, графика, WEB-строительство > Форумы > Invision Power Board
Schum
There appears to be an error with the F1 HISTORY FORUM database.
You can try to refresh the page by clicking here, if this does not fix the error, you can contact the board administrator by clicking here

Error Returned
mySQL query error: SELECT f.*, c.id as cat_id, c.position as cat_position, c.state as cat_state, c.name as cat_name, c.description as cat_desc,
c.image, c.url, m.member_name as mod_name, m.member_id as mod_id, m.is_group, m.group_id, m.group_name, m.mid
FROM ibf_forums f, ibf_categories c
LEFT JOIN ibf_moderators m ON (f.id=m.forum_id)
WHERE c.id=f.category
ORDER BY c.position, f.position

mySQL error: Unknown column 'f.id' in 'on clause'
mySQL error code:
Date: Sunday 06th 2007f May 2007 12:24:19 AM


We apologise for any inconvenience

подскажите плиз кто-нибудь, может я там копался и забыл, просто давно было дело...
orb
Неизвестное поле 'f.id' во внешней связке таблиц (LEFT JOIN). Поле, указанное в 'f.id' либо отсутствует либо синтаксис внешней связи запроса неверен для текущей версии MySQL и последний сигнализирует ошибку, хотя поле может действительно присутствовать.
Starichok Che
В Boards.php надо найти вот такую строчку запроса
Код
FROM ibf_forums f, ibf_categories c

заменить на вот эту
Код
FROM (ibf_forums f, ibf_categories c)

Это из за того, что Ваша версия MySQL более новая, вероятно версия 5, а форум 1.3 был создан ранее, для версии 4.
Mist
А вот такая ошибка с чем связана может быть?

Цитата
There appears to be an error with the Invision Power Board database.
You can try to refresh the page by clicking here, if this does not fix the error, you can contact the board administrator by clicking here

Код
Error Returned

mySQL query error: SELECT g_id, g_title, suffix, prefix FROM ibf_groups WHERE g_id != 5 ORDER BY g_display ASC

mySQL error: Unknown column 'g_display' in 'order clause'
mySQL error code:
Date: Wednesday 30th of May 2007 01:36:03 PM


We apologise for any inconvenience
..
Это текстовая версия — только основной контент. Для просмотра полной версии этой страницы, пожалуйста, нажмите сюда.

Русская версия Invision Power Board © 2001-2024 Invision Power Services, Inc.

Warning: require_once(/var/www/bestfil1/public_html/setlinks_0d98c/slsimple.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/bestfil1/public_html/forums/lofiversion/index.php on line 355