Home : Products : Gossamer Mail : Discussion :

Products: Gossamer Mail: Discussion: Re: [brewt] [BUG REPORT - 2.1.0] ?? Incoming.pl does not work! U R G E N T ! ! !: Edit Log

Here is the list of edits for this post
Re: [brewt] [BUG REPORT - 2.1.0] ?? Incoming.pl does not work! U R G E N T ! ! !
Hello Adrian!#

When I did the upgrade, it did say it has done 2.x.x > 2.1.0 or the latest. It also did say that it has upgraded the column. The last thing I saw was that it has given a link of admin without any error. Hence I did not suspect any bad upgrading.

However, is there a clue you can give me what I can see if it did not upgrade properly. I can try to upgrade anathor time but fear of fatals.

Following are the column names:

CREATE TABLE email_users (
userid int(10) unsigned NOT NULL auto_increment,
email varchar(255) NOT NULL,
password varchar(16) binary NOT NULL,
users_status enum('Not Validated','Validated','Suspended') DEFAULT 'Validated' NOT NULL,
users_last_login int(11) DEFAULT '0',
users_space_used float(12,2) DEFAULT '0.00' NOT NULL,
users_space_allowed float(12,2) DEFAULT '0.00' NOT NULL,
users_max_pop int(11) DEFAULT '5' NOT NULL,
users_pass_phrase varchar(255),
users_pass_answer varchar(255),
users_join_time int(11) DEFAULT '0' NOT NULL,
users_default_template varchar(255) DEFAULT 'default',
users_footer enum('Yes','No') DEFAULT 'Yes' NOT NULL,
PRIMARY KEY (userid),
UNIQUE userunique (email),
KEY users_pass_ndx (password)
);

CREATE TABLE email_session (
session_id varchar(32) binary NOT NULL,
session_user_id varchar(255) NOT NULL,
session_date int(11) DEFAULT '0' NOT NULL,
session_data text,
PRIMARY KEY (session_id),
KEY session_user_ndx (session_user_id),
KEY session_date_ndx (session_date)
);

I do not see anything wrong out there!!!!111

Last edited by:

rajani: Jun 27, 2002, 6:41 AM

Edit Log: