Active
Project:
Time Track
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2009 at 15:47 UTC
Updated:
9 May 2009 at 12:11 UTC
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
Comment #1
kcomply commentedWhen views is enabled it is looking for a subdir views for file views/time_track.views.inc which is not in the install.
Comment #2
kcomply commentedcode in time_track.module
// Views support
if (module_exists('views')) {
include_once(drupal_get_path('module', 'time_track') .'/views/time_track.views.inc');
}
Comment #3
steveoliver commentedWhile 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.
Comment #4
steveoliver commentedSo when will we see the time_track.views.inc file?
Comment #5
steveoliver commentedAlright, well it looks like this guy is over this project. I'll do what I can even though I'm no module developer.
Comment #6
Jackinloadup commentedThis 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.
Comment #7
hunvreus commented@steveoliver I am not over the project :). I am working this days at cleaning it to make it a decent beta.
Comment #8
hunvreus commentedI hadn't added the views files to the repository when I committed the first version. It's now solved in the BETA2. Enjoy.