Re: Need Help - Software error

Hello

I fould the line for directory cache, line 282 in "check" script

file_cache_dir => File::Spec->catdir(File::Spec->tmpdir(), 'validator'),

Change this above line to the below to fix it, this is where the folder of the validator is my settings are different to the install guide

file_cache_dir => File::Spec->catdir('C:/Inetpub/Apache2.2/htdocs/validator', 'validator'),



This will fix it

The script now works :)

Received on Tuesday, 3 October 2006 07:05:05 UTC