Author Topic: delete mail account  (Read 9387 times)

soomon

  • Jr. Member
  • **
  • Posts: 93
    • View Profile
    • Email
delete mail account
« on: February 10, 2009, 01:17:01 pm »
hey,

i justupgraded to 1.2 beta (from 1.1 beta :DDDD )
and after i emptied the cache i also could see my tasks and weblinks again.

now i wanted to delete old email accounts, but the system searches a file that obviosly does not (and did not in 1.1 beta) exist....

Error (FileDnxError)
File '/var/www/virtual/soomon.de/htdocs/opengoo/application/views/mail/delete_account.php' doesn't exists
Error params:
File:    /var/www/virtual/soomon.de/htdocs/opengoo/environment/classes/controller/PageController.class.php
Line:    304
File path:    /var/www/virtual/soomon.de/htdocs/opengoo/application/views/mail/delete_account.php
Backtrace:
#0 /var/www/virtual/soomon.de/htdocs/opengoo/environment/classes/controller/PageController.class.php(108): PageController->getTemplatePath()
#1 /var/www/virtual/soomon.de/htdocs/opengoo/environment/classes/Env.class.php(133): PageController->getContent()
#2 /var/www/virtual/soomon.de/htdocs/opengoo/init.php(148): Env::executeAction('mail', 'delete_account')
#3 /var/www/virtual/soomon.de/htdocs/opengoo/index.php(9): require('/var/www/virtua...')
#4 {main}
Autoglobal varibles:
$_GET:    Array (
  ['active_project'] => (string) '1'
  ['ajax'] => (string) 'true'
  ['c'] => (string) 'mail'
  ['a'] => (string) 'delete_account'
  ['id'] => (string) '6'
  ['deleteMails'] => (string) '0'
  ['current'] => (string) 'mails-panel'
  ['_dc'] => (string) '1234282402813'
)
$_POST:    
$_COOKIE:    Array (
<cutted out>
)
$_SESSION:    Array (
  ['is_auth'] => (int)1
  ['userid'] => (string) '1'
  ['metanr'] => (string) '1'
  ['cal_version'] => true
  ['month'] => (string) '2'
  ['year'] => (string) '2009'
  ['day'] => (string) '10'
  ['uploads_success'] => Array (
  )
  ['cal_loginfailed'] => (int)0
  ['cal_user'] => (string) 'soomon'
  ['cal_userid'] => (int)1
  ['active_calendar_view'] => (string) 'viewweek'
)
Execution time:
Total execution time: 0.175899 seconds

what to do?

thx & greets,
soomon
« Last Edit: February 10, 2009, 01:25:40 pm by soomon »

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: delete mail account
« Reply #1 on: February 11, 2009, 01:41:23 pm »
hi

That bug will be fixed in next release.

I could reproduce it, the delete function is being called with a wrong account id.
By refreshing the page the variable was seted with the correct value and i could delete the accont succesfully.

Try F5 to refresh and try to delete again. if that doesn't work please reply this post again.


soomon

  • Jr. Member
  • **
  • Posts: 93
    • View Profile
    • Email
Re: delete mail account
« Reply #2 on: February 11, 2009, 01:54:19 pm »
works with the trick.

good to know. thanks