Русское сообщество fluxbb

Быстрый лёгкий надёжный форумный движок

Вы не вошли.

Объявление

Вы можете внести свой вклад в содержание сайта. Жертвователи попадут в почетную группу "Спонсоры". Поддержать сайт.

#1 2023-09-25 06:40:34

yorr
Новичок
Зарегистрирован: 2023-09-25
Сообщений: 2

how to update fluxbb to sqlite 3?

I installed fluxbb with sqlite 2 before.
but now web hosting only supports sqlite 3.
how to update fluxbb to sqlite 3?

Offline

#2 2023-09-25 12:28:30

Visman
Administrator
Из Сибирь
Зарегистрирован: 2009-06-08
Сообщений: 2,236
Сайт

Re: how to update fluxbb to sqlite 3?

The original FluxBB only supports SQLite 2.

If you have a database from SQLite 2 (it's just a single file), then you can convert it to SQLite 3 by reading https://stackoverflow.com/questions/940 … -both-vers
After this, connect the resulting SQLite 3 database to Fluxbb_by_Visman https://fluxbb.qb7.ru/forum/viewtopic.php?id=3260

If you want to install a new FluxBB with SQLite 3, then use Fluxbb_by_Visman for this.
https://github.com/MioVisman/FluxBB_by_Visman
After installation, configure the include/config.php file for SQLite:

//define('FORUM_SQLITE3_BUSY_TIMEOUT', 5000);
//define('FORUM_SQLITE3_WAL_ON', 1);

replace to

define('FORUM_SQLITE3_BUSY_TIMEOUT', 5000);
define('FORUM_SQLITE3_WAL_ON', 1);

Offline

#3 2023-09-26 05:09:23

yorr
Новичок
Зарегистрирован: 2023-09-25
Сообщений: 2

Re: how to update fluxbb to sqlite 3?

thanks

Offline

Подвал доски

Под управлением FluxBB. Хостинг Hostens