Maciej Wojcik wrote: > 2-I have inslatted ciarang`s Lacon-iCal but got an error message: > "*Parse* *error*: syntax *error*, unexpected T_LNUMBER in > ~domain.com/public/plugins/ICalPlugin.php > <http://%7Edomain.com/public/plugins/ICalPlugin.php> on line 32"
That's a strange error to be getting. Line 32 is a blank line preceded only by comments. Can you check that your ICalPlugin.php file is the same as this: <http://gitorious.org/projects/lacon-ical/repos/mainline/blobs/master/ICalPlugin.php> Also, check what you have added to config.php to install it. It should be something like: require_once('plugins/ICalPlugin.php'); $ical = new ICalPlugin(20); Cheers, Ciaran _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
