Author Topic: Calendar Errors  (Read 2989 times)

aerotecnicademexico

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
Calendar Errors
« on: April 29, 2009, 01:57:02 pm »
Hi, first time this happens, when I'm on the calendar section, viewing it by month.
click on the left-right arrows and sends me this errors:
Code: [Select]
Error (InvalidControllerActionError)
Invalid controller action event::undefined()
Error params:
File: C:\wamp\www\opengoo\environment\classes\controller\Controller.class.php
Line: 79
Controller: event
Action: undefined
Backtrace:
#0 C:\wamp\www\opengoo\environment\classes\controller\PageController.class.php(62): Controller->execute('undefined')
#1 C:\wamp\www\opengoo\environment\classes\Env.class.php(133): PageController->execute('undefined')
#2 C:\wamp\www\opengoo\init.php(146): Env::executeAction('event', 'undefined')
#3 C:\wamp\www\opengoo\index.php(9): require('C:\wamp\www\ope...')
#4 {main}
Autoglobal varibles:
$_GET: Array (
  ['active_project'] => (string) '4'
  ['ajax'] => (string) 'true'
  ['c'] => (string) 'event'
  ['a'] => (string) 'undefined'
  ['day'] => (string) '29'
  ['month'] => (string) '4'
  ['year'] => (string) '2009'
  ['user_filter'] => (string) 'undefined'
  ['status_filter'] => (string) ' 0 1 3'
  ['view_type'] => (string) 'undefined'
  ['current'] => (string) 'calendar-panel'
  ['_dc'] => (string) '1241023171867'
)
$_POST:
$_COOKIE: Array (
  ['PHPSESSID'] => (string) 'rvk9o66h0t83pev24qed9rurp6'
  ['id'] => (string) '2'
  ['token'] => (string) 'b2e87cfc41a7ae142ca36d4156a5028444fd1f06'
  ['remember'] => (string) '1'
)
$_SESSION: Array (
  ['cal_version'] => true
  ['month'] => (string) '4'
  ['year'] => (string) '2009'
  ['day'] => (string) '29'
  ['cal_loginfailed'] => (int)0
  ['cal_user'] => (string) 'carlos'
  ['cal_userid'] => (int)2
)
Execution time:
Total execution time: 0.547767 seconds

I just realized it happens because I've restricted the "_personal" Work Area for all the users Leaving just 1 or 2 areas to simplify the view and use of the application.

this should work eve if there is only 1 work area for all users... I think...

thank you.!