LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Is possible to use Roundcube without database? (https://www.linuxquestions.org/questions/linux-server-73/is-possible-to-use-roundcube-without-database-930459/)

xuta 02-21-2012 04:06 AM

Is possible to use Roundcube without database?
 
I want to use Roundcube without database, only using text file.
Is it possible?
Thanks.

lithos 02-21-2012 04:48 AM

I'm not sure if possible, because the Roundcube installation 'requires' DB (see this install how.to or this)

but then again the DB configuration in db.inc.php file is:
Code:

Database Configuration:
Edit the db.inc.php file and replace the below lines with your database access details
#vim db.inc.php
$rcmail_config['db_dsnw'] = 'mysql://roundcubeuser:roundcubepwd@localhost/roundcubedb';

so in this line the "database" is defined, which probably could be also a flat file (text), but it's not known what should it contain.

Sorry.

xuta 02-21-2012 06:01 AM

I see the anwser
Code:

REQUIREMENTS
============
...
* A MySQL (4.0.8 or newer), PostgreSQL, MSSQL database engine
  or the SQLite extension for PHP
...

Anyway, thank you for replying, lithos.

lithos 02-21-2012 06:22 AM

Quote:

Originally Posted by xuta (Post 4608096)
I see the anwser
Code:

REQUIREMENTS
============
...
*
  or the SQLite extension for PHP
...

Anyway, thank you for replying, lithos.

Great, I'm sorry I missed that SQLite.

Regards.


All times are GMT -5. The time now is 01:25 AM.