Hello,

I just installed Drupal 6 and am installing & configuring the modules I want now.

I installed the Drush application to help with all that. It looks like a lot of people are using it.

I read the module site's suggestion to use the HEAD version. So I installed the drush-HEAD branch with CVS.

When I try to do anything with it I just get an error, ": in (line of )."

I figured out to use the debug flag to get this output:

drush pm-list -d
Bootstrap to phase 0. [0.02 sec, 1.38 MB]                            [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drush() [0.03 sec, 1.5 MB]  [bootstrap]
Bootstrap to phase 6. [0.06 sec, 3.01 MB]                                                                [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.06 sec, 3.01 MB]                               [bootstrap]
Loading drushrc "/home/dale/www/drushrc.php" into "drupal" scope. [0.06 sec, 3.01   [bootstrap]
MB]
Initialized Drupal 6.19 root directory at /home/dale/www [0.07 sec, 3.59 MB]           [notice]
Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.07 sec, 3.6 MB]                                [bootstrap]
Initialized Drupal site dalegt.local at sites/DaleZenSite [0.07 sec, 3.6 MB]                         [notice]
Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [0.08 sec, 3.6 MB]                       [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drupal_database() [0.09 sec, 3.63 MB]                           [bootstrap]
Successfully connected to the Drupal database. [0.09 sec, 3.63 MB]                                       [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drupal_full() [0.09 sec, 4.11 MB]                               [bootstrap]
:  in  (line  of ). [0.46 sec, 22.38 MB]                                                                 [error]
Bootstrap to phase 5. [0.51 sec, 22.49 MB]                                                               [bootstrap]
Bootstrap to phase 6. [0.51 sec, 22.56 MB]                                                               [bootstrap]
Found command: pm-list (commandfile=pm) [0.51 sec, 22.56 MB]                                             [bootstrap]
Initializing drush commandfile: user [0.51 sec, 22.56 MB]                                                [bootstrap]
Command dispatch complete [0.51 sec, 22.56 MB]                                                              [notice]
 Timer  Cum (sec)  Count  Avg (msec)
 page   0.429      1      428.7

Peak memory usage was 22.97 MB [0.51 sec, 22.56 MB]                                                         [memory]

but I don't know what else to do with it.

Since I'm new at this I guess I probably made a mistake in configuring something. I don't know if it's Drupal or Drush or something else.

If anybody could help out I'd appreciate it.

Thanks a bunch.

Dale

Comments

just_fixed_it’s picture

It may be best to start with a simple Drupal test site on its own first. Then add drush later.

c2j8g0g8’s picture

Hello,

I guess I should have pointed out that I already did that. The "Simple test site" works really well. I can do eveything in my Drupal site I need to.

Right now I'm intersted in getting Drush working, which is what my question's about.

Thanks.

Dale

just_fixed_it’s picture

The best bet is to post it in the drush issues I'd say.

Good luck ;-)

c2j8g0g8’s picture

Ok. I moved over to http://drupal.org/node/979672#comment-3826284.

Thanks.

Dale