Open jarrodmast opened 10 years ago
@jarrodmast nothing better than a fresh install (if it's working..) ;-)
I don't think it's a timezone issue. I have a couple of dashboards running in different timezones, no weird things yet.
Are there any errors in the error.log? Or any php errors?
The cake error log - nothing repeating that lines up with my usual polling of data. These exceptions are from yesterday, nothing for today.
2014-04-07 10:34:21 Error: [MissingActionException] Action AppController::index() could not be found.
Exception Attributes: array (
'controller' => 'AppController',
'action' => 'index',
)
Request URL: /app/
Stack Trace:
#0 /var/www/cakephp/lib/Cake/Routing/Dispatcher.php(187): Controller->invokeAction(Object(CakeRequest))
#1 /var/www/cakephp/lib/Cake/Routing/Dispatcher.php(162): Dispatcher->_invoke(Object(AppController), Object(CakeRequest), Object(CakeResponse))
#2 /var/www/cakephp/app/webroot/index.php(109): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#3 {main}
2014-04-07 10:37:25 Error: [MissingActionException] Action AppController::Autotask.import_from_autotask() could not be found.
Exception Attributes: array (
'controller' => 'AppController',
'action' => 'Autotask.import_from_autotask',
)
Request URL: /app/Autotask.import_from_autotask
Stack Trace:
#0 /var/www/cakephp/lib/Cake/Routing/Dispatcher.php(187): Controller->invokeAction(Object(CakeRequest))
#1 /var/www/cakephp/lib/Cake/Routing/Dispatcher.php(162): Dispatcher->_invoke(Object(AppController), Object(CakeRequest), Object(CakeResponse))
#2 /var/www/cakephp/app/webroot/index.php(109): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#3 {main}
2014-04-07 10:37:29 Error: [MissingControllerException] Controller class Autotask.importFromAutotaskController could not be found.
Exception Attributes: array (
'class' => 'Autotask.importFromAutotaskController',
'plugin' => NULL,
)
Request URL: /Autotask.import_from_autotask
Stack Trace:
#0 /var/www/cakephp/app/webroot/index.php(109): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
no other errors found in apache logs etc ... help? i've tweaked my cron to run -f mode every 15 which seems to work okay. its weird that without it still works for time entries, just not tickets?!
I had to rebuild my VM that was running the dashboards and since doing so cannot get it to pull all ticket data with the standard (every 5 mins) cronjob command. I have two cronjobs setup as documented - I'm running the latest commits pulled from 1.5.2 branch.
a standard import routine finds time entries for today, but not any tickets - see log below (logging set to 2).
i seriously hope i missed something and this isn't my timezone bugging me again!