Skip to content

Важное с Sysman.Ru: IPB 1.x + MySQL 5.x

Song: Цитата форум ipb 1.3.1 при создании нового форума пишет Цитата mySQL error: Column 'last_poster_id' cannot be null

 

1-ый вариант исправления:

Выполнить запрос:

ALTER TABLE ibf_forums MODIFY last_poster_id INT(10) default NULL

 

2-ой вариант исправления:

 

Найти:

Цитата (ad_forums.php)'last_poster_id' => "",

заменить на:

'last_poster_id' => 0,

 

3-ий вариант исправления:

удалить строчку:

Цитата (ad_forums.php)'last_poster_id' => "",

Featured Replies

No posts to show
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.