You are here:  » Invalid filename


Invalid filename

Submitted by Deanh01 on Sat, 2017-11-11 23:21 in

Hello David
I just downloaded the newest version but when I try to register a file I get Invalid filename.

Submitted by support on Mon, 2017-11-13 09:58

Hi Dean,

Feed filenames are validated against a regular expression in config.advanced.php, ending in .csv or .xml by default. However, you can permit any filename by changing line 94 as follows;

 $config_filenameRegExp = "/.*/";

Cheers,
David.
--
PriceTapestry.com

Submitted by Deanh01 on Mon, 2017-11-13 13:32

Thank you David
That did the trick. I can register the feed now but I get a 404 page when I try to import it.
Thank You
Dean

Submitted by support on Mon, 2017-11-13 13:42

Hello Dean,

What URL (use example.com) is in your browser's address bar when you get the 404?

Cheers,
David.
--
PriceTapestry.com

Submitted by Deanh01 on Mon, 2017-11-13 22:48

Hi David
My mistake I found my error.
Thank You
Dean