• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

SQLite 3.x

N

net4all

Guest
Hi guys,

on our Desbian server we try to use SB dynamic modules, unsuccessfully.
All PHP modules are set correctly as well as Apache and PHP configuration.

But we use SQLite 3.x instead of SQLite 2.x which makes some modules unpublishable

For us it's a non-sens to downgrade to an older version of SQLite 3.x
Is there a way to go through with SQLite 3.x?

I've looked in this forum and haven't found any informations about this.

Thanks in advance for your answers.

Regards
 
do you have php 5.x on the publishing server? It is possible to have both sqlite2 (SQLite) and sqlite3 (pdo_sqlite) extensions.
 
Thanks for the reply.

Yes we have both PHP 4 and 5 on same server.

But, as far as I know, there's no XSLT support with PHP5 with is also a requierment in order to have dynamic modules working.
So if possible we would let SiteBuilder users under PHP4.

Another idea?
 
But, as far as I know, there's no XSLT support with PHP5
As far as i know there is.

So if possible we would let SiteBuilder users under PHP4.
It is possible to use PHP4 for the published sites, however it takes some time to figure out how to compile sqlite 2.x extension for that version of PHP.
 
Back
Top