Errors were caused by a problem with the CVS tag at the top of the .info files.

This patch fixes the problems.

CommentFileSizeAuthor
parse_error_20080327.patch4.8 KBCraig Gardner

Comments

markpeak’s picture

I have this problem too. Confirmed.

Nigeria’s picture

Title: Fix for error in .info files (missing ';' ) » Error messages on at admin/build/modules

After applying the patch I'm now getting the following on my account page:

user warning: Unknown column 's.link' in 'field list' query: SELECT n.title, n.nid, s.module, s.link, s.data, n.created FROM activitystream s, node n WHERE s.nid=n.nid AND n.status =1 AND n.uid = 1 ORDER BY n.created DESC LIMIT 0, 15 in /home/xxx/includes/database.mysql.inc on line 172.

These errors manifested themselves AFTER the main tables were created.

-- Ade Atobatele

czarphanguye’s picture

$patch -p0 < patch 
patching file activitystream.info
Hunk #1 succeeded at 1 with fuzz 1.
patching file activitystream_delicious/activitystream_delicious.info
patching file activitystream_digg/activitystream_digg.info
patching file activitystream_feed/activitystream_feed.info
patching file activitystream_flickr/activitystream_flickr.info
patching file activitystream_lastfm/activitystream_lastfm.info
patching file activitystream_twitter/activitystream_twitter.info

The modules are listed now, with name and desc. Thanks.

grah’s picture

also confirming. patch worked, modules displayed in build/modules, however I still have probs creating the activitystream table.

Nigeria’s picture

designerbrent’s picture

Title: Error messages on at admin/build/modules » Fix for error in .info files (missing ';' )
akalsey’s picture

Title: Error messages on at admin/build/modules » Fix for error in .info files (missing ';' )
Status: Needs review » Fixed

Thanks. Fix is applied and will be in next CVS commit

akalsey’s picture

Status: Fixed » Closed (fixed)

Fixed in Beta 2