How can I tell if SQLite is installed properly on Linux? -


i'm using web hosting service on shared account. have mysql, need use sqlite joomla extension called sobipro. how can tell if sqlite installed , working on linux?

sqlite embedded database, i.e., compiled directly application uses it.

in case, sqlite must enabled in php configuration. sobipro documentation says:

sqlite can supported directly via sqlite extension or through php data objects extension.

to check php extensions, use get_loaded_extensions or <?php phpinfo(info_modules); ?>.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -