There are a few places in the profile where it requires cvslog module. These need to be fixed.

CommentFileSizeAuthor
#1 1045978.patch4.22 KBwebchick
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webchick’s picture

Status: Active » Needs work
FileSize
4.22 KB

Well, this gets us part of the way there.

Things I had to do:

- Fix the CVS tags on a few modules, which were wrong.
- Add a few missing modules to the X_profile_modules() function, and remove cvs.
- Comment out the _drupalorg_testing_configure_cvs_module() function, and its reference in _drupalorg_testing_set_batch().
- Move views up in the list so as not to get 50,000 notices (see #334084: Module order in install profiles : Undefined property: views_display::$display_options). -- didn't work. :P
- Comment out drupalorg_versioncontrol, which was causing the following:

An error occurred. http://localhost/mydrupalorg/install.php?locale=&profile=drupalorg_testi...

( ! ) Exception: Invalid class 'VersioncontrolGitRepository' specified by VersioncontrolBackend backend for requested type 'repo' when attempting to build a Versioncontrol entity; class does not implement VersioncontrolEntityInterface. in /Users/webchick/Sites/mydrupalorg/sites/all/modules/versioncontrol/includes/VersioncontrolBackend.php on line 144
Call Stack
# Time Memory Function Location
1 0.0033 402708 {main}( ) ../install.php:0
2 0.0056 578924 install_main( ) ../install.php:1180
3 0.3247 6032988 install_tasks( ) ../install.php:144
4 0.5101 15895264 drupalorg_testing_profile_tasks( ) ../install.php:763
5 0.5111 15968008 _batch_page( ) ../drupalorg_testing.profile:144
6 0.5124 15994176 _batch_do( ) ../batch.inc:34
7 0.5124 15994480 _batch_process( ) ../batch.inc:106
8 0.5126 15997752 call_user_func_array ( ) ../batch.inc:190
9 0.5126 15997904 _drupalorg_testing_batch_dispatch( ) ../batch.inc:0
10 0.5210 16232032 _drupalorg_testing_create_content_project( ) ../drupalorg_testing.profile:199
11 0.5227 16245004 install_save_node( ) ../drupalorg_testing.profile:1091
12 0.5264 16252136 node_save( ) ../node.inc:99
13 0.7185 16629368 node_invoke_nodeapi( ) ../node.module:938
14 0.7198 16632032 drupalorg_versioncontrol_nodeapi( ) ../node.module:679
15 0.7198 16632524 drupalorg_versioncontrol_nodeapi_insert( ) ../drupalorg_versioncontrol.module:40
16 0.7301 16699500 VersioncontrolBackend->buildEntity( ) ../drupalorg_versioncontrol.module:71

Obviously, with that cvs function commented out, we're missing functionality. And I'd really like to somehow get Views to stop barfing errors everywhere. So this is not fixed yet. But hey, at least you can install it again now! :D

sun’s picture

Status: Needs work » Postponed (maintainer needs more info)

I don't see this code in master anymore - obsolete?