RE: [NC] Directory permissions for cache
On Tue, 30 Jan 2001, Ben wrote: > Nope. My module_path parameter is in the correct format. I'm still getting the > same error message: > > Can not build cache at ARRAY(0x837565c)/html. Check directory permissions. at > /usr/bin/NewsClipper.pl line 445 I'm sorry. Check your cache_location value. It should look like this: 'cache_location' => "$home/.NewsClipper/cache", not like this: 'cache_location' => ["$home/.NewsClipper/cache"], David David Coppit <[EMAIL PROTECTED]>President, Spinnaker Software http://www.newsclipper.com/ -- Snip and ship dynamic content to your website If you would like to unsubscribe from this mailing list send an email to [EMAIL PROTECTED] with the body "unsubscribe newsclipperlist YOUR_EMAIL_ADDRESS" (without the quotes).
RE: [NC] Directory permissions for cache
Nope. My module_path parameter is in the correct format. I'm still getting the same error message: Can not build cache at ARRAY(0x837565c)/html. Check directory permissions. at /usr/bin/NewsClipper.pl line 445 Ben > Your config file is messed up. The module_path parameter should look > like this: > > 'module_path' => '/home/dcoppit/NewsClipper/installed/lib', > > It sounds like you have something like this: > > 'module_path' => ['/home/dcoppit/NewsClipper/installed/lib'] If you would like to unsubscribe from this mailing list send an email to [EMAIL PROTECTED] with the body "unsubscribe newsclipperlist YOUR_EMAIL_ADDRESS" (without the quotes).
Re: [NC] Directory permissions for cache
On Sun, 28 Jan 2001, Ben wrote: > When I tried to manually run NC, it got this error message: > "modulepath" in NewsClipper.cfg must be a directory Run it with the -d flag to see which NewsClipper.cfg it is using. > I fiddled around with my system and now that messages doesn't appear. Instead, > I now have this error message: > Can not build cache at ARRAY(0x837565c)/html. Check directory permissions. at > /usr/bin/NewsClipper.pl line 445 Your config file is messed up. The module_path parameter should look like this: 'module_path' => '/home/dcoppit/NewsClipper/installed/lib', It sounds like you have something like this: 'module_path' => ['/home/dcoppit/NewsClipper/installed/lib'] David David Coppit <[EMAIL PROTECTED]>President, Spinnaker Software http://www.newsclipper.com/ -- Snip and ship dynamic content to your website If you would like to unsubscribe from this mailing list send an email to [EMAIL PROTECTED] with the body "unsubscribe newsclipperlist YOUR_EMAIL_ADDRESS" (without the quotes).
