PDA

View Full Version : biucentrax mail center - open source webmail (En/Fr)



biucentrax.com
3 Sep 2008, 6:19 AM
Latest release : v0.9 rev388
Last update : 2009-02-16

Hello all,
We'd like to introduce our new project biucentrax, we launched our first product called Mail Center.

Mail center is a web based Webmail, supports multilingual IMAP. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation and message searching. biuCentrax Mail Center is written in PHP 5 and requires MySQL 5. The user interface is fully skinnable

There is an online demo available and source code

Details will follow at http://www.biucentrax.com

Works with IE, Firefox

Feedback with good/bad/ugly is welcome

By the way, extjs is really a great stuff, but you already know this

Help us to translate to other languages. For now, only English, French, Spanish,Dutch and Portugeese are integrated.

Thank you

devnull
3 Sep 2008, 9:29 AM
It looks very cool, unfortunately there appears to be several missing files in the download distribution so I cannot try it out on my server.

biucentrax.com
3 Sep 2008, 12:47 PM
You must install the files in the root of the folder

You can send an email to : support@biucentrax.com we will help you

devnull
3 Sep 2008, 1:21 PM
I find it rather annoying that it is required to be in the web server root. It seems to be a limitation of whatever php framework you are using though (perhaps you wrote that too?). There certainly is no technical reason for this requirement.
After a brief try at getting it to work in a sub directory (there are way WAY too many hard references to the web server root environment variable in there!) I ended up going ahead and cluttering my web server root with it. Unfortunately it still did not work. Just on the login page alone, it complained: (shortened for brevity)
classes/adodb/adodb-time.inc.php failed to open stream: No such file or directory
common/fonctions.php failed to open stream: No such file or directory <- typo??


# ls classes/adodb/
adodb-datadict.inc.php adodb-exceptions.inc.php adodb.inc.php
adodb-error.inc.php adodb-iterator.inc.php datadict
adodb-errorhandler.inc.php adodb-lib.inc.php drivers
adodb-errorpear.inc.php adodb-perf.inc.php server.php



# ls common
ls: common: No such file or directory

Are there perhaps some Pear dependancies that are also required?

biucentrax.com
3 Sep 2008, 1:45 PM
Yes it's annoying; we will correct it as soon as possible

Now you can create a sub domain (expl : mail.yourdomain.com)

Tell me when it works.

Scorpie
4 Sep 2008, 1:47 PM
Very nice indeed! Will have a look into it :)

biucentrax.com
5 Sep 2008, 12:13 AM
Thank you :)
If you need help send mail to Y: support@biucentrax.com

devnull
5 Sep 2008, 7:18 AM
I would think that you could check your download file for those files that i mentioned, they are very clearly not included. I will however send an email with a transcript of the decompression process so you can see for yourself.

biucentrax.com
6 Sep 2008, 6:59 AM
take a look on your php file configuration and disable the php error report variable.

biucentrax.com
6 Sep 2008, 12:25 PM
I would think that you could check your download file for those files that i mentioned, they are very clearly not included. I will however send an email with a transcript of the decompression process so you can see for yourself.


hi devnull;
Actually you're right, some of the files are missing. but they are not required to run the application. The dsplaying message you had on your browser are due to the configuration of your php.ini. Please disable the displaying warning error by setting the variable error_reporting at E_ERROR like this: error_reporting = E_ERROR.

You can also comment it by adding a semicolon like this : ;error_reporting = E_ERROR

Any way, a new package will be available soon.

biucentrax.com
6 Sep 2008, 12:32 PM
Very nice indeed! Will have a look into it :)


Hi scorpie;
Did you try to install the web mail client? install it and take a deep look.

bjt
14 Sep 2008, 7:37 AM
hi,

i want to test this nice app. The Problem after the installation is that i get a include error on the login page

Warning: include_once(C:/xampp/htdocs/extjs_mail/common/fonctions.php) [function.include-once (http://www.extjs.com/forum/function.include-once)]: failed to open stream: No such file or directory in C:\xampp\htdocs\extjs_mail\classes\ui\ObjetGrid.php on line 21

Warning: include_once() [function.include (http://www.extjs.com/forum/function.include)]: Failed opening 'C:/xampp/htdocs/extjs_mail/common/fonctions.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\extjs_mail\classes\ui\ObjetGrid.php on line 21

The problem is that this file (fonctions.php) and the common folder is not in the source package that i downloaded !!!

By the way another question. in the feature list i read that pop3 is supported. how i have to enable it ? The config file looks like the app is only supporting imap.

Your demo page is not functional !
After the login nothing is going on.
I have write an email to your support mail addy.

hmy1106
19 Sep 2008, 6:11 PM
I have config this website according to your help files.
but there are some errors as the following:

Notice: Undefined offset: 3 in D:\PHPeveriment\development\classes\Load.php on line 158


Notice: Undefined offset: 3 in D:\PHPeveriment\development\classes\Load.php on line 158

Notice: Undefined property: AuthUser::$Driver in D:\PHPeveriment\development\classes\Ttable.php on line 180
Maybe there are some files lost in the download package .

garraS
20 Sep 2008, 5:53 PM
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/grupovrs/public_html/extjs/classes/Objet.php on line 69

FranX
24 Sep 2008, 6:14 AM
Hi,


I have config this website according to your help files.
but there are some errors as the following:
Notice: Undefined offset: 3 in D:\PHPeveriment\development\classes\Load.php on line 158
Maybe there are some files lost in the download package .

Must be solvable, $_arr[count($_arr)], should probably be $_arr[(count($_arr)-1)].
Still there are indeed some files missing, like classes/adodb/adodb-time.inc.php and common/fonctions.php (there is not even a directory called common).

All of us seem to get the same errors ... biucentrax.com, can you please fix it?

Screenshots of the package look very impressive though!

Samp
2 Oct 2008, 1:16 PM
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/grupovrs/public_html/extjs/classes/Objet.php on line 69



Hi,

I Have exactly the same error message on Ubuntu 8.04, please help !

Sam.

Samp
3 Oct 2008, 6:36 AM
Hi,

I Have exactly the same error message on Ubuntu 8.04, please help !

Sam.

The problem disappear after install PHP5 instead PHP4 but now I got :


Warning: include_once(/var/www/webmail/classes/adodb/adodb-time.inc.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/webmail/classes/adodb/adodb.inc.php on line 2440

Warning: include_once() [function.include]: Failed opening '/var/www/webmail/classes/adodb/adodb-time.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/webmail/classes/adodb/adodb.inc.php on line 2440

Warning: include_once(/var/www/webmail/common/fonctions.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/webmail/classes/ui/ObjetGrid.php on line 21

Thanks for your help.

Sam.

Samp
3 Oct 2008, 7:08 AM
HI,

I found the adodb-time.inc.php at this link click here (http://cvs.moodle.org/moodle/lib/adodb/adodb-time.inc.php?revision=1.16&view=markup)

But I found nothing about */common/fonctions.php

Help !

Sam.

biucentrax.com
4 Oct 2008, 11:22 AM
Hi;
Can I kknow what version of Php and mysql you use?
Biucentrax web mail requires php5 and mysql5. Try again and let me know.

regards;

biucentrax.com
4 Oct 2008, 11:35 AM
I have config this website according to your help files.
but there are some errors as the following:

Notice: Undefined offset: 3 in D:\PHPeveriment\development\classes\Load.php on line 158

Maybe there are some files lost in the download package .

hi
what ph and mysql version, you should install php5 and mysql 5 to run Biucentrax webmail. try again and let me know.

Regards;

biucentrax.com
4 Oct 2008, 11:52 AM
HI,

I found the adodb-time.inc.php at this link click here (http://cvs.moodle.org/moodle/lib/adodb/adodb-time.inc.php?revision=1.16&view=markup)

But I found nothing about */common/fonctions.php

Help !

Sam.

Hi sam;

Please disable the displaying of warning errors by setting the variable error_reporting at E_ERROR in your php.ini . Othewise you can go to /classes/ui/ObjetGrid.php on line 21 and comment the line.

Let me know when you get it;

Regards;

biucentrax.com
5 Oct 2008, 5:43 AM
hi,

i want to test this nice app. The Problem after the installation is that i get a include error on the login page

Warning: include_once(C:/xampp/htdocs/extjs_mail/common/fonctions.php) [function.include-once (http://www.extjs.com/forum/function.include-once)]: failed to open stream: No such file or directory in C:\xampp\htdocs\extjs_mail\classes\ui\ObjetGrid.php on line 21

Warning: include_once() [function.include (http://www.extjs.com/forum/function.include)]: Failed opening 'C:/xampp/htdocs/extjs_mail/common/fonctions.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\extjs_mail\classes\ui\ObjetGrid.php on line 21

The problem is that this file (fonctions.php) and the common folder is not in the source package that i downloaded !!!

By the way another question. in the feature list i read that pop3 is supported. how i have to enable it ? The config file looks like the app is only supporting imap.

Your demo page is not functional !
After the login nothing is going on.
I have write an email to your support mail addy.

Hi;
1- If a file included didn't exist, the application can be run if you disable warnin errors in php.ini (a php config file).
2- when you log with your user and password you can config your account and choose POP as a default protocole(the application supports both imap and pop).
3- You said the login page is not functional: in the demo application or with the installation package .let me know. the demo online is for now fixed to support english , french and spanish, the default language is english.

Thanks for your suggestions.

Regards
Biucentrax team.

Samp
5 Oct 2008, 6:10 PM
Can I kknow what version of Php and mysql you use?
Biucentrax web mail requires php5 and mysql5. Try again and let me know.
regards;

I use PHP v5.2.3 and MySQL v 5.0.45

I checked MySQL and the app connect well to mysql but at this time it seems that the */common/fonctions.php is missing, no */common dir exist.

Thanks for your reply.

Sam.

Samp
5 Oct 2008, 6:23 PM
Please disable the displaying of warning errors by setting the variable error_reporting at E_ERROR in your php.ini . Othewise you can go to /classes/ui/ObjetGrid.php on line 21 and comment the line.

Let me know when you get it;


I commented the line 21 in /classes/ui/ObjetGrid.php I no more got the warning messages but when I try to login I got a blank page without error message :(

Is there a admin login/passwd or a default login/passwd I tried the demomc login/passwd but it's the same.

Thanks again for your help.

Sam.

gpstatnon
6 Oct 2008, 9:03 PM
Looks so good in the screen shots its just such a shame the download and the demo is broken

biucentrax.com
9 Oct 2008, 2:41 AM
Looks so good in the screen shots its just such a shame the download and the demo is broken

Hi;
The problem of the online demo is fixed . Is due to some uploaded files while updating.

Try it again.

Biucentrax team.

poetawd
9 Oct 2008, 6:14 AM
Hello !

I have to say... great JOB !

I do have some experience in webmail


I own a license of socketmail

biucentrax.com
10 Oct 2008, 2:01 AM
[quote=poetawd;236178]Hello !

I have to say... great JOB !

I do have some experience in webmail


I own a license of socketmail

Samp
10 Oct 2008, 4:00 PM
Hi biucentrax.com

I uncommented the line 21 in /classes/ui/ObjetGrid.php to get error messages and when I try to login I got this last warning message:


Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/webmail/classes/ui/ObjetGrid.php:21) in /var/www/webmail/classes/Auth.php on line 102

and nothing else, blank page !?

Please help I really make it working.

Thanks in advance.

Sam.

biucentrax.com
29 Oct 2008, 1:31 PM
Hi biucentrax.com

I uncommented the line 21 in /classes/ui/ObjetGrid.php to get error messages and when I try to login I got this last warning message:



and nothing else, blank page !?

Please help I really make it working.

Thanks in advance.

Sam.

Hi sam;

There are some other configurations to do: Don't forget to put register_globas to On in your php config file (php.ini) and put short_open_tag to on in the same file. If it doesn't work let me know.

BIUCENTRAX TEAM;

Ytorres
29 Oct 2008, 2:58 PM
Hi sam;

There are some other configurations to do: Don't forget to put register_globas to On in your php config file (php.ini) and put short_open_tag to on in the same file. If it doesn't work let me know.

BIUCENTRAX TEAM;

As Php Team puts short_open_tag to off by default in php.ini, you should consider to not use this notation in your development.

register_globals was remove in Php 6 and the default behaviors is off too.
Read this : http://fr.php.net/register_globals

biucentrax.com
30 Oct 2008, 10:15 AM
As Php Team puts short_open_tag to off by default in php.ini, you should consider to not use this notation in your development.

register_globals was remove in Php 6 and the default behaviors is off too.
Read this : http://fr.php.net/register_globals

Thanks for the your precious information. Biucentrax webmail is developped with php5, so as register_globals and short_open_tag are allowed, they were used. It's important to run this application. from now on, we will consider it. Thanks again.

Biucentrax team.

quarta77
1 Nov 2008, 4:31 PM
hey, i just came across this post. i want to install this. I tried , but it looks like files really are missing. I found out after i read the ENTIRE thread. Anyways, is there any way I can still get it working? I have a shared hosted environment . So I can be root. However, if it does require some root access. I can install it on a server at work on Monday. Anyways, any help would be great. Thanks

Samp
3 Nov 2008, 9:44 AM
Hi sam;

There are some other configurations to do: Don't forget to put register_globas to On in your php config file (php.ini) and put short_open_tag to on in the same file. If it doesn't work let me know.

BIUCENTRAX TEAM;

I do that but now I got:


Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/webmail/classes/ui/ObjetGrid.php:21) in /var/www/webmail/classes/Auth.php on line 102

and nothing else...

Sam.

quarta77
3 Nov 2008, 10:35 AM
IT seems everyone has their own set of problems with installing this app. Can someone who has successfully installed this, post their steps?

max_s
7 Nov 2008, 3:51 AM
Nice work!

I just translated the language xml file into dutch. Doing this I ran into the problem that all the text in the contacts/addressbook section is not within the xml file and therefore not easy to translate. Please advise if I missed something.

For the people who wants the dutch version;

make sure to rename the filename from .txt to .xml

10385

biucentrax.com
16 Nov 2008, 6:34 AM
hey, i just came across this post. i want to install this. I tried , but it looks like files really are missing. I found out after i read the ENTIRE thread. Anyways, is there any way I can still get it working? I have a shared hosted environment . So I can be root. However, if it does require some root access. I can install it on a server at work on Monday. Anyways, any help would be great. Thanks


Hi quarta77;

Did you install it on Linux/ Unix environment? If you have it online send me your url to look or report us the threads you got.

we'll be happy to help you
Biucentrax team;

biucentrax.com
16 Nov 2008, 6:37 AM
I do that but now I got:



and nothing else...

Sam.


Hi Samp;

Look after memory_limit in your php.ini. put it more than 64M. try again and let me know.

Biucentrax.com

biucentrax.com
16 Nov 2008, 6:40 AM
IT seems everyone has their own set of problems with installing this app. Can someone who has successfully installed this, post their steps?

Hi quarta77;
there is some php configuration to set:
register_globals to on
short_open_tag to on
memory_limit =64M or more
disable warnings

try it again and let me know.
Biucentrax Team.

biucentrax.com
16 Nov 2008, 6:44 AM
Nice work!

I just translated the language xml file into dutch. Doing this I ran into the problem that all the text in the contacts/addressbook section is not within the xml file and therefore not easy to translate. Please advise if I missed something.

For the people who wants the dutch version;

make sure to rename the filename from .txt to .xml

10385

Hi max_s.
Thank you a lot for the deutch translation. It will be integrated soon.
by the way, didi you install it? have you got any threads. We will be happy to give you assistance.
Biucentrax team.

Samp
17 Nov 2008, 7:54 AM
Hi Samp;

Look after memory_limit in your php.ini. put it more than 64M. try again and let me know.

Biucentrax.com

Hi, I set the memory_limit to 64M, register_globals to on, short_open_tag to on, disable warnings, on all my php.ini (apache2 and cli) then restart apache2 but nothing changed, after login I got a blank page /:)

Is there special login/passwd to start and setup the webmail ?

The servername is set to localhost in my connections/biucentrax.php

Thanks for your help...

Sam.

garraS
17 Nov 2008, 7:54 PM
I can't make it work...you need to make it more easily to install.

robin30
20 Nov 2008, 5:21 AM
i solved the problem of the missing files.

in adodb.inc.php on line 47 use this:

basename(dirname(__FILE__))

errors went away.

one problem left can't login, no matter what i do.

filled out config.php didn't work.

what am i doing wrong?

regards,

robin30

biucentrax.com
10 Dec 2008, 2:49 AM
Hi, I set the memory_limit to 64M, register_globals to on, short_open_tag to on, disable warnings, on all my php.ini (apache2 and cli) then restart apache2 but nothing changed, after login I got a blank page /:)

Is there special login/passwd to start and setup the webmail ?

The servername is set to localhost in my connections/biucentrax.php

Thanks for your help...

Sam.
Hi Sam ;
Sorry for being late to reply.
There is no special password to connect . The servername you are talking about is the server which hosts the DataBase.
Look after Mysql.php (classes/Auth/Container line 73 and 74 ) , the mail server used to be reached is retrieved from the domain (URL) from your server $_SERVER['HTTP_HOST']. So the webmail client must be dezziped there (or you can use a redirection).

Try again and let me know.

Biucentrax Team

biucentrax.com
10 Dec 2008, 2:56 AM
I can't make it work...you need to make it more easily to install.

Hi Garras;

We put another package easier to install. For now look for information I gave to Sam. May be it will help you.

Biucentrax Team

smokeman
31 Dec 2008, 6:48 AM
I was curious if you've noticed the speed problem, while looking at the demo.
I was going to use the loading mask with some of my apps, but noticed when I left it off, it seemed to run faster...
my database returns results faster than the loading mask could run, so it was not needed.

I know in this case, you are actually reading files off the server, so it could be an inherent problem with trying to use php to look at that many files in a directory...

you might split the message displaying into seperate funtions, where the message list starts populating right away, instead of waiting on the parsing of each message. As each message is parsed, then it's subject line would appear....
or you could only parse the messages on each page(then parse the next page on click of next page button)

Nice start of an extjs mail program!
perhaps could be ported to AIR, and run on desktop too!

msnathan
2 Jan 2009, 6:10 AM
Hi

Am also getting the same error. After login the page is blank and loading gif is rotating. i put the
error_reporting(0); in the top of the Ttable.php file other wise

it shows the following code


Warning: Invalid argument supplied for foreach() in D:\xampp\htdocs\classes\Ttable.php on line 242

Warning: array_flip() [function.array-flip (http://localhost/biucentraxP/function.array-flip)]: The argument should be an array in D:\xampp\htdocs\classes\Ttable.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\classes\Ttable.php:242) in D:\xampp\htdocs\Portal\Templates\thin_bleu\index.php on line 2

Warning: include(D:/xampp/htdocs//Portal/app/EditionMode.php) [function.include (http://localhost/biucentraxP/function.include)]: failed to open stream: No such file or directory in D:\xampp\htdocs\Portal\Templates\thin_bleu\index.php on line 30

Warning: include() [function.include (http://localhost/biucentraxP/function.include)]: Failed opening 'D:/xampp/htdocs//Portal/app/EditionMode.php' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\Portal\Templates\thin_bleu\index.php on line 30

Warning: Missing argument 1 for Zone::LoadPortlet(), called in D:\xampp\htdocs\Portal\Templates\thin_bleu\index.php on line 64 and defined in D:\xampp\htdocs\Portal\_system\Portlet\Zone.php on line 45

Warning: Prun::include(D:/xampp/htdocs//Portal/skins/basic/borders/SansHeaderAndBordures/top.php) [function.Prun-include (http://localhost/biucentraxP/function.Prun-include)]: failed to open stream: No such file or directory in D:\xampp\htdocs\Portal\_system\Portlet\Prun.php on line 113

Warning: Prun::include() [function.include (http://localhost/biucentraxP/function.include)]: Failed opening 'D:/xampp/htdocs//Portal/skins/basic/borders/SansHeaderAndBordures/top.php' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\Portal\_system\Portlet\Prun.php on line 113


Warning: array_key_exists() [function.array-key-exists (http://localhost/Portal/app/biunetmail/function.array-key-exists)]: The second argument should be either an array or an object in D:\xampp\htdocs\php\global.php on line 604

Warning: array_key_exists() [function.array-key-exists (http://localhost/Portal/app/biunetmail/function.array-key-exists)]: The second argument should be either an array or an object in D:\xampp\htdocs\php\global.php on line 607
Loading ...

Can u please send me the proper solution.

thanks,
Swaminathan

biucentrax.com
20 Feb 2009, 12:55 AM
You can download our new version, it's more stable and easier to install ;)
http://www.biucentrax.com/download/mc/


Hi

Am also getting the same error. After login the page is blank and loading gif is rotating. i put the
error_reporting(0); in the top of the Ttable.php file other wise

it shows the following code


Warning: Invalid argument supplied for foreach() in D:\xampp\htdocs\classes\Ttable.php on line 242

Warning: array_flip() [function.array-flip (http://localhost/biucentraxP/function.array-flip)]: The argument should be an array in D:\xampp\htdocs\classes\Ttable.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\classes\Ttable.php:242) in D:\xampp\htdocs\Portal\Templates\thin_bleu\index.php on line 2

Warning: include(D:/xampp/htdocs//Portal/app/EditionMode.php) [function.include (http://localhost/biucentraxP/function.include)]: failed to open stream: No such file or directory in D:\xampp\htdocs\Portal\Templates\thin_bleu\index.php on line 30

Warning: include() [function.include (http://localhost/biucentraxP/function.include)]: Failed opening 'D:/xampp/htdocs//Portal/app/EditionMode.php' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\Portal\Templates\thin_bleu\index.php on line 30

Warning: Missing argument 1 for Zone::LoadPortlet(), called in D:\xampp\htdocs\Portal\Templates\thin_bleu\index.php on line 64 and defined in D:\xampp\htdocs\Portal\_system\Portlet\Zone.php on line 45

Warning: Prun::include(D:/xampp/htdocs//Portal/skins/basic/borders/SansHeaderAndBordures/top.php) [function.Prun-include (http://localhost/biucentraxP/function.Prun-include)]: failed to open stream: No such file or directory in D:\xampp\htdocs\Portal\_system\Portlet\Prun.php on line 113

Warning: Prun::include() [function.include (http://localhost/biucentraxP/function.include)]: Failed opening 'D:/xampp/htdocs//Portal/skins/basic/borders/SansHeaderAndBordures/top.php' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\Portal\_system\Portlet\Prun.php on line 113


Warning: array_key_exists() [function.array-key-exists (http://localhost/Portal/app/biunetmail/function.array-key-exists)]: The second argument should be either an array or an object in D:\xampp\htdocs\php\global.php on line 604

Warning: array_key_exists() [function.array-key-exists (http://localhost/Portal/app/biunetmail/function.array-key-exists)]: The second argument should be either an array or an object in D:\xampp\htdocs\php\global.php on line 607
Loading ...Can u please send me the proper solution.

thanks,
Swaminathan

biucentrax.com
20 Feb 2009, 1:07 AM
You can download our new version, it's more stable and easier to install ;)
http://www.biucentrax.com/download/mc/
Tell me if you have any difficulty to install it




I was curious if you've noticed the speed problem, while looking at the demo.
I was going to use the loading mask with some of my apps, but noticed when I left it off, it seemed to run faster...
my database returns results faster than the loading mask could run, so it was not needed.

I know in this case, you are actually reading files off the server, so it could be an inherent problem with trying to use php to look at that many files in a directory...

you might split the message displaying into seperate funtions, where the message list starts populating right away, instead of waiting on the parsing of each message. As each message is parsed, then it's subject line would appear....
or you could only parse the messages on each page(then parse the next page on click of next page button)

Nice start of an extjs mail program!
perhaps could be ported to AIR, and run on desktop too!

biucentrax.com
20 Feb 2009, 1:08 AM
Hi, I set the memory_limit to 64M, register_globals to on, short_open_tag to on, disable warnings, on all my php.ini (apache2 and cli) then restart apache2 but nothing changed, after login I got a blank page /:)

Is there special login/passwd to start and setup the webmail ?

The servername is set to localhost in my connections/biucentrax.php

Thanks for your help...

Sam.
You can download our new version, it's more stable and easier to install ;)
http://www.biucentrax.com/download/mc/
Tell me if you have any difficulty to install it

biucentrax.com
20 Feb 2009, 1:09 AM
You can download our new version, it's more stable and easier to install ;)
http://www.biucentrax.com/download/mc/
Tell me if you have any difficulty to install it

LizBotttomley
25 Feb 2009, 10:58 AM
Hi! I have been following this thread for quite some time now. Good thing you have a newer version. I didn't try the old one, but I hope this one will work for me!

biucentrax.com
25 Feb 2009, 6:32 PM
Hi! I have been following this thread for quite some time now. Good thing you have a newer version. I didn't try the old one, but I hope this one will work for me!

We will happy to help you

I send you this wamp2 installation support

http://www.biucentrax.com/en/site/?page=mc-support-wamp2
Contact us if any help is needed

biucentrax.com
13 Apr 2009, 12:15 PM
goto www.biucentrax.com

biucentrax.com
20 Apr 2009, 5:31 AM
biuCentrax mail center is added in the Trilex Labs

http://www.trilexnet.com/labs/index.php?a=biu

Enjoy

ByteLess
28 May 2009, 6:32 AM
IT seems everyone has their own set of problems with installing this app. Can someone who has successfully installed this, post their steps?

anyone yet?

ByteLess
28 May 2009, 10:58 AM
I finally able to see the login screen, but one I put the username/password in, it keep redirecting me to the same login page..

not sure what I am doing wrong and where....

can someone help?

Following are the changes I did in config.php (/portal/app/biunetmail/include)

default_host = 'ssl://imap.gmail.com:993'
default_port = 993
username_domain = ''
mail_domain = 'gmail.com'

and then smtp variables.


Following are the changes I did in Application.xml (/_system/_config)
<applications name="mymailServer">
ServeurMail="10.1.1.66"


the db connections are good in /connections/biucentrax.php

what is wrong and where?

ByteLess
28 May 2009, 12:56 PM
i solved the problem of the missing files.

in adodb.inc.php on line 47 use this:

basename(dirname(__FILE__))

errors went away.

one problem left can't login, no matter what i do.

filled out config.php didn't work.

what am i doing wrong?

regards,

robin30

did you ever able to login?

ByteLess
29 May 2009, 6:57 AM
finally able to run the app and now this is what I am getting when try to send the email from the client.

missing } in XML expression
IsYBI()PopupBlo...Detect.js (line 71)
Detect()PopupBlo...Detect.js (line 40)
? in biucentrax@23()biucentrax (line 23)
{success:false,message:'Problem, operati.... Wrong email or server not available'})

PopupBlo...Detect.js (line 71)

forumuser
11 Jul 2009, 7:15 AM
I am trying to setup biucentrax webmail under Windows XP with WAMPserver.
But the biucentrax.sql file is 9,978 KB (9.74 MB)
Is this huge sql file really required ? Is there a simpler SQL file to add ?

forumuser
11 Jul 2009, 8:41 PM
I did a import of the sql zip file after following the wampserver demo given in this thread.
In my case i got the message that 25,534 queries executed. But in the wampserver it shows only 534 queries excecuted. Is there any redundant data or fields in the downloadable version ?

Also when i login into the mail center it says loading.... and then i get a blank blue screen with just top banner and Deconnexion at the top. Nothing is showing. Browser is IE6

In Apache error log i got the following...

[error] [client 127.0.0.1] File does not exist: E:/wamp/www/biucentraxv0.9rev389/pack.webmail/js, referer: http://localhost/goto/biucentrax/index.php
[error] [client 127.0.0.1] File does not exist: E:/wamp/www/biucentraxv0.9rev389/pack.webmail/js, referer: http://localhost/goto/biucentrax/index.php
[error] [client 127.0.0.1] File does not exist: E:/wamp/www/biucentraxv0.9rev389/pack.webmail/js, referer: http://localhost/goto/biucentrax/index.php
[error] [client 127.0.0.1] File does not exist: E:/wamp/www/biucentraxv0.9rev389/pack.webmail/Portal/_system/Menu, referer: http://localhost/goto/biucentrax/index.php

kiranpatil
8 Oct 2009, 10:31 PM
Hi,

biucentrax mail not working at my localhost as well as on webservser. I dont want it to be a part of root directory so made some changes in goto/biucentrax/index.php as $_SERVER['DOCUMENT_ROOT'] = $_SERVER['DOCUMENT_ROOT'].'/pack.webmail';

This works fine for entire application, and I also made changes according to install.txt. I am able to see the login screen however after providing username and password it just shows me the popup which goes off suddenly.

Can anybody able to login ever?

Please help!

Thanks

youngjiandong
17 Oct 2009, 4:11 AM
how to login?user name,password?

kirubz
26 Feb 2010, 8:21 PM
Hi everybody,

I have configured the webmail based on the install.txt file. I am able to see the login screen however after providing username and password it just shows me the popup which goes off suddenly.

Can anybody able to login ever?

Even demo site also not login. http://cms.biucentrax.com/manager/

Please help!

herimyriam
8 Sep 2011, 3:18 AM
finally able to run the app and now this is what I am getting when try to send the email from the client.

missing } in XML expression
IsYBI()PopupBlo...Detect.js (line 71)
Detect()PopupBlo...Detect.js (line 40)
? in biucentrax@23()biucentrax (line 23)
{success:false,message:'Problem, operati.... Wrong email or server not available'})

PopupBlo...Detect.js (line 71) ByteLess!how make you to login?

gigel
19 Nov 2011, 3:56 PM
No updates in almost three years now.
My company developed a high-quality commercial webmail product using ExtJS. I don't want to use this forum to advertise, I am writing this message because this project is obviously dead and people might still be interested in a similar solution, even if it is not free. So if anybody is interested drop me a message.