• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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