• 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

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