I just downloaded it, copied it into the sites/all/modules, click modules in admin and get this:
* warning: Error parsing sites/all/modules/activitystream/activitystream.info on line 1 in C:\apache\htdocs\paseo11\includes\module.inc on line 195.
* warning: Error parsing sites/all/modules/activitystream/activitystream_delicious/activitystream_delicious.info on line 1 in C:\apache\htdocs\paseo11\includes\module.inc on line 195.
* warning: Error parsing sites/all/modules/activitystream/activitystream_digg/activitystream_digg.info on line 1 in C:\apache\htdocs\paseo11\includes\module.inc on line 195.
* warning: Error parsing sites/all/modules/activitystream/activitystream_feed/activitystream_feed.info on line 1 in C:\apache\htdocs\paseo11\includes\module.inc on line 195.
* warning: Error parsing sites/all/modules/activitystream/activitystream_flickr/activitystream_flickr.info on line 1 in C:\apache\htdocs\paseo11\includes\module.inc on line 195.
* warning: Error parsing sites/all/modules/activitystream/activitystream_lastfm/activitystream_lastfm.info on line 1 in C:\apache\htdocs\paseo11\includes\module.inc on line 195.
* warning: Error parsing sites/all/modules/activitystream/activitystream_twitter/activitystream_twitter.info on line 1 in C:\apache\htdocs\paseo11\includes\module.inc on line 195.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | activitystream installer.diff | 2.8 KB | designerbrent |
Comments
Comment #1
softtouch commentedOk, solved by modifying all the .info files...
I had to replace the // with a ; in the info files
But now, next error. I click on the user profile and get 2 errors that tables not exist...
I guess its far too early to use this module.
Comment #2
rumbley commentedi have the same parsing error
* warning: Error parsing modules/activitystream/activitystream.info on line 1 in /home/.tica/rumbley/aopenproject.com/drupal-5.7/includes/module.inc on line 195.
* warning: Error parsing modules/activitystream/activitystream_delicious/activitystream_delicious.info on line 1 in /home/.tica/rumbley/aopenproject.com/drupal-5.7/includes/module.inc on line 195.
* warning: Error parsing modules/activitystream/activitystream_digg/activitystream_digg.info on line 1 in /home/.tica/rumbley/aopenproject.com/drupal-5.7/includes/module.inc on line 195.
* warning: Error parsing modules/activitystream/activitystream_feed/activitystream_feed.info on line 1 in /home/.tica/rumbley/aopenproject.com/drupal-5.7/includes/module.inc on line 195.
* warning: Error parsing modules/activitystream/activitystream_flickr/activitystream_flickr.info on line 1 in /home/.tica/rumbley/aopenproject.com/drupal-5.7/includes/module.inc on line 195.
* warning: Error parsing modules/activitystream/activitystream_lastfm/activitystream_lastfm.info on line 1 in /home/.tica/rumbley/aopenproject.com/drupal-5.7/includes/module.inc on line 195.
* warning: Error parsing modules/activitystream/activitystream_twitter/activitystream_twitter.info on line 1 in /home/.tica/rumbley/aopenproject.com/drupal-5.7/includes/module.inc on line 195.
Comment #3
maciej.zgadzaj commentedYou can create these tables manually - just look inside activitystream.install file and execute all 3 queries. However 'activitystream' table still lacks 2 columns - 'link' and 'data'. I have created them as varchar(255) and text, then had no more errors, but... well, temporarily lost my interest in this module. :>
Comment #4
designerbrent commentedHere is a patch for the installer file for the activitystream.install. There were several problems including mis-named install functions and uninstall functions so they were never getting called, thus all the errors on the install page.
On the problems with the .info files, take a look at #239463: Fix for error in .info files (missing ';' )
Comment #5
rastarr commentedSo for this module, I've got to run this diff file over activitystream.install as well as patching a pile of .info files referred to in #239463?
Wouldn't it be better to release a new point release since this install is broken?
Comment #6
designerbrent commentedrastarr,
yes, you will need to do the diff's in order of it to install properly.
As for a new release, that will have to wait for the module maintainer.
Comment #7
akalsey commentedBrent, thanks for the catch on the function names. Changed the name of the module and missed the installer functions. Installer updated and will be in next CVS checkin
Comment #8
akalsey commentedFixed in Beta 2.
Comment #9
akalsey commented