rejetto forum

Software => HFS ~ HTTP File Server => Bug reports => Topic started by: maverick on July 06, 2008, 09:26:45 AM

Title: Macro Bug??
Post by: maverick on July 06, 2008, 09:26:45 AM
I was using the following macro without any problems for some time.  Noticed with the latest beta 187 it is broken.  I'm not sure what beta it stopped working in.  Went back about 10 betas but could not find when it started.

Anyway, here is the macro.

{.if| %user |{: {.append| %folder-resource%\hfs.comments.txt |{.filename|%item-resource%.} = uploaded by %user%  IP - %ip%  Date - %date%  Time - %time%
/append.} :}/if.}

Were changes made to make this macro invalid?  Is there a workaround?
Title: Re: Macro Bug??
Post by: Foggy on July 06, 2008, 12:52:23 PM
have you checked macros.log to see which part of the macro is failing?
Title: Re: Macro Bug??
Post by: bacter on July 06, 2008, 05:55:34 PM
{.if| %user% |{: {.append| %folder-resource%\hfs.comments.txt |{.filename|%item-resource%.} = uploaded by %user%  IP - %ip%  Date - %date%  Time - %time%
/append.} :}/if.}

¿bad copy and paste? or that's the reason ?
Title: Re: Macro Bug??
Post by: maverick on July 06, 2008, 06:00:55 PM
Thanks fellas.  Forgot about the macro.log.  Anyway the problem corrected itself today.  I must have had some bad info in my cache or something that caused the problem I was experiencing.

So - Problem Solved!