• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Plesk-PHP + SQLite

jsitz

New Pleskian
Hello everyone,

My config is CentOS 6.6 with Plesk 12.0.18 Update #44 with plesk-php 5.3 and 5.4 and not CentOS php.

I need to use php sqlite for a webapp and i didn't find it yet.

plesk-php54-sqlite doesn't exist and plesk-php54-pdo is installed.

Can someone help me?

Do I have to add a line somewhere in Plesk Panel like these:
extension=pdo.so
or
extension=sqlite.so
or
extension=pdo_sqlite.so

Thanks.

Kind regards.
 
Do you have files like

# cat /etc/php.d/pdo_sqlite.ini
; Enable pdo_sqlite extension module
extension=pdo_sqlite.so

# cat /etc/php.d/sqlite3.ini
; Enable sqlite3 extension module
extension=sqlite3.so
 
And why do you think that it doesn't work? Any mentions of sqlite in phpinfo() output?
 
I see that sqlite modules are installed but if I try to install EyeOS and the installation wizard give me these errors:
SQLite extension: Not Installed
Python uno: Not installed (Needed to convert office documents)
exiftool: Not Instaled (Needed to extract MP3 metadata)

php -m
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
imap
ionCube Loader
json
libxml
mbstring
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
sqlite3
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib
 
Hello IgorG,

Sorry for this bad posts, but sqlite is maybe only an optio for EyeOS. So i don't need sqlite. I use mysql.

I try this way and i stay your informed. I takes a while to be clear for me.

Thanks for your support
 
Eyeos won't work with php 5.4. I installed an other Webdesktop.

Thanks at all.

Kind regards
 
Back
Top