Re: Actions

Joshua <[email protected]> Fri, 29 Apr 2005 11:51:08 -0600
Newsgroups gmane.comp.lib.nexista.devel
Message-ID <[email protected]>
I updated md5 but I don't think it will help here. Sounds like what you 
retrieved from path is not found - 

On Friday 29 April 2005 12:40, Albert Lash wrote:
> Sounds awesome. Any idea about this error:
>
> Notice: Trying to get property of non-object in
> /Users/albertlash/Sites/gnu_nexista/nexista/modules/actions/md5.action.php
> on line 48
>
>
> I have no clue.
>
> On Fri, 29 Apr 2005, Joshua wrote:
> > Allright I deleted a bunch of stuff and readded it. I was having a lot of
> > problems with pear in there as well. cvs is a real pain when you rename
> > dirs...I think that's what happened with the filters/actions..  I think
> > things are kinda okay.
> >
> > On a note - the current protocols will probably become implemented as php
> > streams. I have been playing with that and it rocks. This mean that in
> > you XSL file you could do <xsl:value-of select="var:_get/id"/>   or
> > <xsl:value-of select="php:time()"/>
> >
> > Current setup only allows these protocols in sitemap and other places but
> > not in xsl. This will allow it everywhere. cool huh?