Posted by exlin on February 15, 2013 at 2:05pm
2 followers
| Project: | Mongodb |
| Version: | 7.x-1.0-rc2 |
| Component: | Field storage |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Drush commands on sites using mongodb-dev doesn't work due php parse error.
PHP Parse error: parse error in /path/to/sites/all/modules/contrib/mongodb/mongodb_migrate/mongodb_migrate.drush.inc on line 69
Patch will come on comment.
Comments
#1
#2
Ah, thats no better. sorry, i also need to do more proper testing and reading ;)
#3
Ok, so noticed that you actually fixed issue but todays dev build had still issue there.
Tho i still keep getting php errors when using drush.
PHP Fatal error: Class 'Mongo' not found in /path/to/sites/all/modules/contrib/mongodb/mongodb.module on line 34Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Class 'Mongo' not found in
/path/to/sites/all/modules/contrib/mongodb/mongodb.module,
line 34
Drush was not able to start (bootstrap) Drupal. [error]
Hint: This error can only occur once the database connection has
already been successfully initiated, therefore this error generally
points to a site configuration issue, and not a problem connecting to
the database.
#4
Ok, this happends only on my mac currently. When trying on dev-stack (LAMP on virtualbox) it works fine so i would say issue closed. Cheers!
#5
I've recognised the same error an a debian installation with the stable release 7.x-1.0-rc2.
Any solutions?