Hello all,
my name is Henrique Meira, from Brazil.
I would like to work in this project.
Right now, I would like to know if exist any work about filter messages, and whether there are need of any help or not.
Translations to portuguese (brazilian) are showed with some characters truncated, such as 'ç' (cedilha), I think so that problem is charset definition.
A problem: I try to install RoundCube in a machine with Apache 2, PHP 4.2.2, and I get some errors of fail on try load files, such as include/*, but the package put this directory (include) into a sub-directory of program directory, so, index.php file never will be found any include files... nobody have this problem?
Last point: are there any possibility of the RoundCube to work on PHP 4.2.2 ?
best regards,
henrique.
hi,
if you plan to use the mdb2 driver, then php 4.3 is required.
http://pear.php.net/package/MDB2/download/
check the dependencies at the bottom of the page.
pear db should work on php 4.2.
cheers justin
Henrique Meira wrote:
Hello all,
my name is Henrique Meira, from Brazil.
I would like to work in this project.
Right now, I would like to know if exist any work about filter messages, and whether there are need of any help or not.
Translations to portuguese (brazilian) are showed with some characters truncated, such as 'ç' (cedilha), I think so that problem is charset definition.
A problem: I try to install RoundCube in a machine with Apache 2, PHP 4.2.2, and I get some errors of fail on try load files, such as include/*, but the package put this directory (include) into a sub-directory of program directory, so, index.php file never will be found any include files... nobody have this problem?
Last point: are there any possibility of the RoundCube to work on PHP 4.2.2 ?
best regards,
henrique.
thanks for you reply. I'll read about it.
another question: can I write code for use RoundCube with Firebird Database? What I need to know?
henrique.
hi,
if you plan to use the mdb2 driver, then php 4.3 is required.
http://pear.php.net/package/MDB2/download/
check the dependencies at the bottom of the page.
pear db should work on php 4.2.
cheers justin
Henrique Meira wrote:
Hello all,
my name is Henrique Meira, from Brazil.
I would like to work in this project.
Right now, I would like to know if exist any work about filter messages, and whether there are need of any help or not.
Translations to portuguese (brazilian) are showed with some characters truncated, such as 'ç' (cedilha), I think so that problem is charset definition.
A problem: I try to install RoundCube in a machine with Apache 2, PHP 4.2.2, and I get some errors of fail on try load files, such as include/*, but the package put this directory (include) into a sub-directory of program directory, so, index.php file never will be found any include files... nobody have this problem?
Last point: are there any possibility of the RoundCube to work on PHP 4.2.2 ?
best regards,
henrique.
hi,
both pear db and mdb2 support using php's interbase extension. if you're using php 4.2, and therefor pear db driver in roundcube, then you should be aware of this from the pear db ibase driver source code in program/lib/DB/ibase.php:
<snip> * The methods PEAR DB uses to interact with PHP's interbase extension * for interacting with Interbase and Firebird databases * * These methods overload the ones declared in DB_common. * * While this class works with PHP 4, PHP's InterBase extension is * unstable in PHP 4. Use PHP 5. </snip>
provided the php interbase extension is loaded, you should be able to setup an ibase dsn in the db config file to use the driver.
given the above warning, i don't know how well it will work, but that's an issue with php, not roundcube.
cheers justin
Henrique Meira wrote:
thanks for you reply. I'll read about it.
another question: can I write code for use RoundCube with Firebird Database? What I need to know?
henrique.