• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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