XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum [Powered by Invision Power Board]
Printable Version of Topic
Click here to view this topic in its original format
XMail Forum > Webmail Add-ons > Error In Uebimiau


Posted by: krishna Dec 13 2004, 01:01 AM
Hi,

I've recently installed UebuMiau web interface for Xmail. My problem is that when I login after configuring the file in inc\config.php and when I run the web interface, I'm getting the below error and was not able to login. What could be wrong???????
QUOTE

Notice: Undefined variable: f_pass in E:\Web Mail\uebimiau-2.7.2\inc\lib.php on line 22

Notice: Undefined variable: textout in E:\Web Mail\uebimiau-2.7.2\inc\lib.php on line 251



Ny suggestions??? I need it urgentlyyyyyyyy. Plz help.

Thnx.
Krishna.

Posted by: atomant Dec 13 2004, 03:53 PM
Did you configure php to run with register_globals=on in php.ini?

Posted by: krishna Dec 13 2004, 05:16 PM
yes. After turning on "register_globals" too, I'm getting the same error. The exact msgs are:
QUOTE

Notice: Undefined variable: f_pass in E:\Web Mail\uebimiau-2.7.2\inc\lib.php on line 22

Notice: Undefined variable: textout in E:\Web Mail\uebimiau-2.7.2\inc\lib.php on line 251



There were errors

There were errors in the process

Please login again

System message: Error connecting to the server

Logout



Thnx for the reply.

Krishna.

Posted by: jobber_jobber Dec 13 2004, 09:18 PM
Hi!

I've got uebimiau 2.7.2 working quite nicely with Xmail, using both PHP 4.3.x and PHP 5.0.2

What have you got for these settings within your config file?


########################################################################

$mail_server_type = "ONE-FOR-EACH";

########################################################################
# TYPE: DETECT
########################################################################

$mail_detect_remove = "www.";
$mail_detect_prefix = "mail.";
$mail_detect_login_type = "%user%@%domain%";

########################################################################
# TYPE: ONE-FOR-EACH
# Each domain have your own mail server
########################################################################

$mail_servers[] = Array(
"domain" => "your-1st-domain.com",
"server" => "localhost",
"login_type" => "%user%"
);

/*
$mail_servers[] = Array(
"domain" => "your-2nd-domain.com",
"server" => "mail.your-2nd-domain.com",
"login_type" => "%user%@%domain%"
);
*/

/*
$mail_servers[] = Array(
"domain" => "your-Nth-domain.com",
"server" => "mail.Nth-domain.com",
"login_type" => "%user%@%domain%"
);
*/



Regards,

Jobber

Posted by: krishna Dec 13 2004, 10:14 PM
Hi Jobber,

Thnx for the reply. Now the web interface is working. Previously, i've give wrong details in the configuration like domain and server. I've reverse them. Now, I corrected them and its working fine.

Krishna.

Posted by: jobber_jobber Dec 13 2004, 11:12 PM
Glad you got it working.

I like uebimiau, as it's simple, yet does the job.

I particularly like the "Outlook" theme, as it gives a much more professional appearance IMHO.

Good luck, and glad to see I had asked for the right settings to check!

Regards,

Jobber

Posted by: pierre-oord Jul 1 2005, 09:44 AM
Are you all having problems with the notices?

I don't know the application, but this should fix it:

Look at the URL and see what .php file is causing this. Open up the file. Put this on the second line after the "<php>":

error_reporting(E_ALL ^ E_NOTICE);

if you get other errors as well, try this:

error_reporting(0);


It's just bad programming. Oh, and DON'T turn on register_globals. This will probably makes the script insecure... and of course the rest of the webserver. It's old, from PHP3 if i'm right, and shouldn't be used anymore.

edit:
Oh, and if you want to know: The errors just mean that the variable wasn't set. It seems the application checks your password, but no password has been set. Don't ask me why, i didn't wrote the script.

Posted by: Zapire Aug 2 2006, 11:27 AM
Good news

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)