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 -> Error In Uebimiau

Reply to this topicStart new topic

> Error In Uebimiau
krishna
Posted: Dec 13 2004, 01:01 AM
Quote Post


Newbie
*

Group: Members
Posts: 12
Member No.: 1421
Joined: 6-December 04



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.
PMEmail Poster
Top
atomant
Posted: Dec 13 2004, 03:53 PM
Quote Post


No - I'm not an answering script ...
Group Icon

Group: Admin
Posts: 1776
Member No.: 427
Joined: 18-January 03



Did you configure php to run with register_globals=on in php.ini?


--------------------
Bye,
Sasa



-------------------------------------------------------------------

All electric machines work on smoke...when the smoke escape from machines, they don't work anymore
Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming or what?"
PMEmail PosterUsers WebsiteICQ
Top
krishna
Posted: Dec 13 2004, 05:16 PM
Quote Post


Newbie
*

Group: Members
Posts: 12
Member No.: 1421
Joined: 6-December 04



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.
PMEmail Poster
Top
jobber_jobber
Posted: Dec 13 2004, 09:18 PM
Quote Post


Newbie
*

Group: Members
Posts: 19
Member No.: 1307
Joined: 13-September 04



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
PMEmail Poster
Top
krishna
Posted: Dec 13 2004, 10:14 PM
Quote Post


Newbie
*

Group: Members
Posts: 12
Member No.: 1421
Joined: 6-December 04



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.
PMEmail Poster
Top
jobber_jobber
Posted: Dec 13 2004, 11:12 PM
Quote Post


Newbie
*

Group: Members
Posts: 19
Member No.: 1307
Joined: 13-September 04



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
PMEmail Poster
Top
pierre-oord
Posted: Jul 1 2005, 09:44 AM
Quote Post


Member
***

Group: Members
Posts: 57
Member No.: 876
Joined: 12-January 04



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.
PMEmail Poster
Top
Zapire
Posted: Aug 2 2006, 11:27 AM
Quote Post


Newbie
*

Group: Members
Posts: 1
Member No.: 2197
Joined: 2-August 06



Good news


--------------------
PMEmail Poster
Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:
« Next Oldest | Webmail Add-ons | Next Newest »

Reply to this topicStart new topic