• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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