I'm getting this error on install:
Fatal error: Class 'VersioncontrolGitBackend' not found in ...../versioncontrol_git/versioncontrol_git.module on line 58
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | classes.inc_.txt | 3.93 KB | cweagans |
I'm getting this error on install:
Fatal error: Class 'VersioncontrolGitBackend' not found in ...../versioncontrol_git/versioncontrol_git.module on line 58
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | classes.inc_.txt | 3.93 KB | cweagans |
Comments
Comment #1
cweagansWoo! Got this fixed....I think. New code is attached (Replaces includes/classes.inc). It requires the changes in http://drupal.org/node/528960#comment-3202810 to work.
Comment #2
lelizondo commentedDoes the file in #1 is the complete *working* file?
Comment #3
sdboyer commentedOK, this should be fixed in -dev now. Though the system is a little less stable than I might like it - switching the location of autoload-registered classes is twitchy because there are so many ways to clear the cache (and therefore, trigger a rebuild of autoload data). And since the versioncontrol module hook_menu implementation makes calls that require autoload to be fully up-to-date, it can get kindy...quirky.
Comment #4
sdboyer commentedYeah, ok, should be fixed now.