Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: BUG in GT::TempFile: Invalid filename

Quote Reply
Re: BUG in GT::TempFile: Invalid filename In reply to
I might be a little on the slow side here... How do I add a '-' to the reg exp on line 70? I've got:
Code:
if ($filename !~ m#^([a-zA-Z0-9_ '":/\\\.]+)$#) { die "$class: Invalid filename: $filename"; }
for my line 70 and its bombing out with the same
Code:
A fatal error has occured:

GT::TempFile: Invalid filename: /home/alex/html/dev.netmall.net/cgi-local/admin/tmp/GTTemp03874040 at /home/alex/html/dev.netmall.net/cgi-local/admin/GT/TempFile.pm line 71.

Please enable debugging in setup for more details.
error.

Thanks for the help...

AlexJ

Subject Author Views Date
Thread BUG in GT::TempFile: Invalid filename klangan 2302 Feb 22, 2001, 9:11 AM
Thread Re: BUG in GT::TempFile: Invalid filename
Alex 2241 Feb 23, 2001, 9:50 PM
Thread Re: BUG in GT::TempFile: Invalid filename
AlexJ 2202 Mar 1, 2001, 9:25 PM
Thread Re: BUG in GT::TempFile: Invalid filename
Alex 2197 Mar 1, 2001, 10:10 PM
Post Re: BUG in GT::TempFile: Invalid filename
AlexJ 2171 Mar 2, 2001, 6:47 AM