Add mail to PostMaster mail Accounts failure to 3.1.2
Moderator: crythias
-
- Znuny newbie
- Posts: 37
- Joined: 19 Sep 2011, 10:09
- Znuny Version: 3.0
- Real Name: Kwizera Jean Florent
- Company: MINECOFIN
Add mail to PostMaster mail Accounts failure to 3.1.2
I'm using OTRS on windows 7 and i was familiar with otrs 1.0 which was perfect and everything works very well.
When i tried to upgrade from version 3.1.0 to 3.1.2 everything works expect the Postaster mail which is not working and i tried to enter the address it gives the following error:
Unknown column 'imap_folder' in 'field list', SQL: 'INSERT INTO mail_account (login, pw, host, account_type, valid_id, comments, queue_id, imap_folder, trusted, create_time, create_by, change_time, change_by) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, '2012-03-30 12:36:12' , ?, '2012-03-30 12:36:12' , ?)'
Could you please help me to know what should be the problem and how to correct it?
Thx for your continuous support!
When i tried to upgrade from version 3.1.0 to 3.1.2 everything works expect the Postaster mail which is not working and i tried to enter the address it gives the following error:
Unknown column 'imap_folder' in 'field list', SQL: 'INSERT INTO mail_account (login, pw, host, account_type, valid_id, comments, queue_id, imap_folder, trusted, create_time, create_by, change_time, change_by) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, '2012-03-30 12:36:12' , ?, '2012-03-30 12:36:12' , ?)'
Could you please help me to know what should be the problem and how to correct it?
Thx for your continuous support!
Re: Add mail to PostMaster mail Accounts failure to 3.1.2
there is no 3.1.0 except the betas. If you were using a beta pleas read the UPGRADING file
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 37
- Joined: 19 Sep 2011, 10:09
- Znuny Version: 3.0
- Real Name: Kwizera Jean Florent
- Company: MINECOFIN
Re: Add mail to PostMaster mail Accounts failure to 3.1.2
For further information and clarification, i'm upgrading from OTRS-3.0.10-win to OTRS-3.1.2-win.jojo wrote:there is no 3.1.0 except the betas. If you were using a beta pleas read the UPGRADING file
Where is UPGRADE File? i don't know where it is, could you please help me to find out?
Thanks for your help and support!
Re: Add mail to PostMaster mail Accounts failure to 3.1.2
in the OTRS main directory
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 37
- Joined: 19 Sep 2011, 10:09
- Znuny Version: 3.0
- Real Name: Kwizera Jean Florent
- Company: MINECOFIN
Re: Add mail to PostMaster mail Accounts failure to 3.1.2
Thx Jojo for your guidance, but i've followed all steps as they are indicated, and i'm getting this error message while trying to add PostMaster email account:jojo wrote:in the OTRS main directory
Could you please analyse and let me know what should be the problem:
Unknown column 'imap_folder' in 'field list', SQL: 'INSERT INTO mail_account (login, pw, host, account_type, valid_id, comments, queue_id, imap_folder, trusted, create_time, create_by, change_time, change_by) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, '2012-04-03 12:10:27' , ?, '2012-04-03 12:10:27' , ?)'
Thx a lot for your kindness
Re: Add mail to PostMaster mail Accounts failure to 3.1.2
Again read the UPGRADING file!
20) Database Upgrade During Beta Phase
----------------------------------
This step is ONLY needed if you upgrade from 3.1.beta1 or 3.1.beta2!
Please apply the required database changes as follows:
MySQL:
shell> cat scripts/DBUpdate-3.1.beta.mysql.sql | mysql -p -f -u root otrs
PostgreSQL 8.2+:
shell> cat scripts/DBUpdate-3.1.beta.postgresql.sql | psql otrs
PostgreSQL, older versions:
shell> cat scripts/DBUpdate-3.1.beta.postgresql_before_8_2.sql | psql otrs
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 37
- Joined: 19 Sep 2011, 10:09
- Znuny Version: 3.0
- Real Name: Kwizera Jean Florent
- Company: MINECOFIN
Re: Add mail to PostMaster mail Accounts failure to 3.1.2
Sorry Jojo for disturbing you, i realy need a help to achieve this and i'm getting stack i don't know why,jojo wrote:Again read the UPGRADING file!
20) Database Upgrade During Beta Phase
----------------------------------
This step is ONLY needed if you upgrade from 3.1.beta1 or 3.1.beta2!
Please apply the required database changes as follows:
MySQL:
shell> cat scripts/DBUpdate-3.1.beta.mysql.sql | mysql -p -f -u root otrs
PostgreSQL 8.2+:
shell> cat scripts/DBUpdate-3.1.beta.postgresql.sql | psql otrs
PostgreSQL, older versions:
shell> cat scripts/DBUpdate-3.1.beta.postgresql_before_8_2.sql | psql otrs
For first step has worked, then shell> cat scripts/DBUpdate-3.1.beta.postgresql.sql | psql otrs and shell> cat scripts/DBUpdate-3.1.beta.postgresql_before_8_2.sql | psql otrs i'm told that psql is notrecognised as an internal or external command, operable program or batch file,
Could you please help me to know what should be the meaning and the problem of psql?
Thank Jojo and i'm so sorry for alla this, i'm also enjoying learning with you!
God bless you
Re: Add mail to PostMaster mail Accounts failure to 3.1.2
these are actions for users of PostgreSQL as stated in the line above the command
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 37
- Joined: 19 Sep 2011, 10:09
- Znuny Version: 3.0
- Real Name: Kwizera Jean Florent
- Company: MINECOFIN
Re: Add mail to PostMaster mail Accounts failure to 3.1.2
Yes Thx Jojo, I've found. u're geniusjojo wrote:these are actions for users of PostgreSQL as stated in the line above the command