• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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