rejetto forum
Software => HFS ~ HTTP File Server => Bug reports => Topic started 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?
-
have you checked macros.log to see which part of the macro is failing?
-
{.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 ?
-
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!