This results to the following error when enabling module:

warning: include_once(modules/time_track/views/time_track.views.inc) [function.include-once]: failed to open stream: No such file or directory in filepath/modules/time_track/time_track.module on line 424.

cheers, Ronald

Comments

kcomply’s picture

When views is enabled it is looking for a subdir views for file views/time_track.views.inc which is not in the install.

kcomply’s picture

code in time_track.module

// Views support
if (module_exists('views')) {
include_once(drupal_get_path('module', 'time_track') .'/views/time_track.views.inc');
}

steveoliver’s picture

While it doesn't show a running time count, the Time Track block does work...at least on the one node I've tested it on.

steveoliver’s picture

So when will we see the time_track.views.inc file?

steveoliver’s picture

Alright, well it looks like this guy is over this project. I'll do what I can even though I'm no module developer.

Jackinloadup’s picture

This module is of interest to my company for internal time tracking. When i get done with some projects over here I will try to work with everyone here and get my hands dirty. Im not a module developer yet but maybe this will be some in roads.

hunvreus’s picture

@steveoliver I am not over the project :). I am working this days at cleaning it to make it a decent beta.

hunvreus’s picture

I hadn't added the views files to the repository when I committed the first version. It's now solved in the BETA2. Enjoy.