Lord Nouda
Forum Replies Created
-
Forum: Plugins
In reply to: [SQLite Integration] How to move the installation to an other Server?How do you access the database? I do via phpSQLiteAdmin and have no problem reading the it. No encryption, only a permission problem on some servers.
Forum: Plugins
In reply to: [SQLite Integration] Disinstallazione Sqlite-integrationForum: Plugins
In reply to: [SQLite Integration] Converting MySQL to SQLite?The plugin won’t run a conversion but will let you switch between MySQL and SQLite databases. There is a shell script that converts to SQLite. I haven’t tried it, though.
Forum: Plugins
In reply to: [SQLite Integration] Cannot browse database fileI created the database file with phpSQLiteAdmin and everything worked fine but one thing. I had to change the permissions of the file, such that the web server could access it.
Forum: Plugins
In reply to: [SQLite Integration] Connect to remote sqlite file?I don’t understand. Why would you like to link to a remote database file? Don’t try it.
Anyhow, SQLite Integration uses PHP file system functions internally like
opendir(),chdir(),unlink(), etc. Although those functions begin to support URL wrappers with FTP support for example, I’m sure the plugin was not intended to use that feature.You could try two things:
1) change your code to use
ftp://user:[email protected]/db.sqliteor
2) if you’re on a linux server mount the remote folder with the database file via NFS, SSHFS or such.
Forum: Plugins
In reply to: [SQLite Integration] Error establishing a database connectionHave you modified wp-config.php according to the installation instructions?
Forum: Plugins
In reply to: [SQLite Integration] When to turn on the pluginI don’t believe that you have to turn it on to make WordPress work.
However, activating the plugin adds a settings page for the plugin where you can
- read the docs
- view some system information including compatibility checks for installee plugins
- do maintenance task on the database like optimization and backup
- apply patches for incompatible plugins
It makes sense to activate the plugin.