Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: Reload on September 25, 2006, 02:16:28 PM

Title: BUG SVN 354 - ./?_task=mail&_action=compose
Post by: Reload on September 25, 2006, 02:16:28 PM
When I try to compose a new mail I receive a popup with the following info:

./?_task=mail&_action=compose
         OK


When I click Ok RC will go to the compose screen....  :-\
Title: Re: BUG SVN 354 - ./?_task=mail&_action=compose
Post by: yllar on September 25, 2006, 02:21:03 PM
delete/comment row 721
Code: [Select]
alert(url)in program/js/app.js
guess Thomas forgot to remove this
Title: Re: BUG SVN 354 - ./?_task=mail&_action=compose
Post by: Reload on September 25, 2006, 02:22:44 PM
tnx, :D


I was just reading this post http://trac.roundcube.net/trac.cgi/ticket/1484039

Problem solved!!!

Title: Re: BUG SVN 354 - ./?_task=mail&_action=compose
Post by: jan.gestre on September 26, 2006, 12:52:34 PM
i removed line 721 as suggested but when i click on write a new message, im still receiving the ?_task=mail&_action=compose dialog box, do i need to restart something?
Title: Re: BUG SVN 354 - ./?_task=mail&_action=compose
Post by: yllar on September 26, 2006, 03:10:52 PM
if remover row was alert(url) then clear your cache
Title: Re: BUG SVN 354 - ./?_task=mail&_action=compose
Post by: jan.gestre on September 26, 2006, 04:23:11 PM
it's working already :)