Vous n'êtes pas identifié(e).
13 février 2021 Sortie de Dotclear 2.18.1
Pages : 1
I have a freshly installed Dotclear instance. The first thing I go to do is import my WordPress site. I've done the same process to a Serendipity blog and it works, so I know I specify the database
I'm using a sqlite db on this site.
It fails with "PHP MySQL functions are not available"
Suggestions?
I've also attempted an RSS import from the Serendipity blog. It also fails. For it I go to:
https://saunter.us/serendipity/rss.php? … =2.0&all=1
My php.ini contains these mysql items:
extension=mysqli.so
extension=pdo_mysql.so
[Pdo_mysql]
pdo_mysql.cache_size = 2000
pdo_mysql.default_socket=
mysqli.max_persistent = -1
mysqli.allow_persistent = On
mysqli.max_links = -1
mysqli.cache_size = 2000
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
mysqli.reconnect = Off
[mysqlnd]
mysqlnd.collect_statistics = On
mysqlnd.collect_memory_statistics = Off
--
Be Appropriate && Follow Your Curiosity
Hors ligne
If I were in such a situation, I would create a mySQLi database and try it. It depends of course where your WP blog is, but if it's on wordpress.com, they use MySQL and now MySQLi.
I ♥ Dotclear.
Hors ligne
Pages : 1
Vous n'êtes pas identifié(e).