Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Print And View Header Buttons

Quote Reply
Print And View Header Buttons
Hi.

GM 2.2.0
I have shifted to new dedicated server.
Everything works fine except for following behaviour which is there:

On clicking the "Print" And "View Header" buttons, the new window opens stays there for a while and then automatically closes and the GM interface refreshes going back to inbox.

I have done no change to templates (from the one that was working on the old server), all server to server transfer was thru scp. What could be the reason and how could this be corrected. I have no popup killer installed on desktop.

[EDIT]
Looks like something to do with sessions. I click on the Help Link and it gives Authentication Error in the New Window that opens. So HELP documentation also cannot be viewed.
[/EDIT]

Any clues.

Thanks
Anup

Last edited by:

anup123: Apr 1, 2004, 11:06 PM
Quote Reply
Re: [anup123] Print And View Header Buttons In reply to
Hi.

For the database transfer i had done the following (hopefully it is correct):

mysqldump -u username -p webmaildatabase > webmaildatabase.sql
mysql -u username -p webmaildatabase < webmaildatabase.sql

Though there is no probs with the number of records etc, i see a big difference in the space usage (database)
Original Databse ~45MB (mysql 3.23)
New Database ~15MB (mysql 4.0)

All the new windows where cookie based login is there, gives auth error.
No Auth error on new windows where cookie based login is not there.

Have i missed anything while transferring the database?
For example, with No Cookie login, i can see the Headers, Print etc but with Cookie Based login, the New Window either closes automatically or gives Authentication error.

TIA
Anup