• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Publishing Failed - SQlite missing

A

arazas

Guest
Publishing failed. the check status is as below:

ioncube=ok phpVersion=4.3.9 mbstring=ok zlib=ok session=ok dom=ok domxml_xslt=ok sqlite=fail gd_png=ok gd_gif=ok gd_jpg=ok gd_wbmp=ok gd=2.0.28 safe_mode=ok mail=ok serverApi=Apache Handler


We need to know the correct rpm link to install sqllite. also advise the installation instructions or if any config is necessary. please advise in detail.

We are running Plesk 8.2 and RedHat EL4.
 
I have also tried to installed it but still results are same as above.

[root@sml106 sitebuilder]# rpm -ivh sqlite2-2.8.17-2.el4.remi.i386.rpm
warning: sqlite2-2.8.17-2.el4.remi.i386.rpm: V3 DSA signature: NOKEY, key ID 00f97f56
Preparing... ########################################### [100%]
1:sqlite2 ########################################### [100%]
[root@sml106 sitebuilder]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
 
Ok, I used Plesk updated to install publishing libraries.

Thank you
 
In this case only SQLite library was installed, but for publication PHP SQLite extension required. I sent you appropriate php-sqlite2 package. Try to install it, restart apache service and check this issue one more time.

Originally posted by arazas
I have also tried to installed it but still results are same as above.

[root@sml106 sitebuilder]# rpm -ivh sqlite2-2.8.17-2.el4.remi.i386.rpm
warning: sqlite2-2.8.17-2.el4.remi.i386.rpm: V3 DSA signature: NOKEY, key ID 00f97f56
Preparing... ########################################### [100%]
1:sqlite2 ########################################### [100%]
[root@sml106 sitebuilder]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
 
Back
Top