I'm getting this error on install:

Fatal error: Class 'VersioncontrolGitBackend' not found in ...../versioncontrol_git/versioncontrol_git.module  on line 58
CommentFileSizeAuthor
#1 classes.inc_.txt3.93 KBcweagans

Comments

cweagans’s picture

StatusFileSize
new3.93 KB

Woo! 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.

lelizondo’s picture

Does the file in #1 is the complete *working* file?

sdboyer’s picture

OK, 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.

sdboyer’s picture

Status: Active » Fixed

Yeah, ok, should be fixed now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.