Download & Extend

Fix for error in .info files (missing ';' )

Project:Activity Stream
Version:5.x-1.0-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

This patch fixes the problems.

AttachmentSize
parse_error_20080327.patch4.8 KB

Comments

#1

I have this problem too. Confirmed.

#2

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

#3

$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.

#4

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

#5

#6

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

#7

Status:needs review» fixed

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

#8

Status:fixed» closed (fixed)

Fixed in Beta 2

nobody click here