Akopia Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: [ic] makecat errors



On  7 Nov, geek_la@yahoo.com wrote:
> 
> I've installed Interchange on a Debian system using
> the .deb's. It installed just fine, and is running.
> However, when I try and make a demo catalog through
> makecat, I get the following error message:
> 
> Couldn't open .1269: No such file or directory
> 
> This happens right after:
> 
> 
> run "ln -s /usr/local/apache/htdocs/test/images
> /home/user/catalogs/test"? y
> Add catalog to ? y
> 
> Any thoughts?
> 
> 
> Thanks,
> Eric S.

Look into <your-interchange-path>/construct/config/post_copycommands.
You can see

ln -s __MVC_IMAGEDIR__ __MVC_CATROOT__
To enable image upload feature, you need to make a symbolic
link of the image base directory into your catalog directory.

man ln tell me

     The options are as follows:

     -f    Unlink any already existing file, permitting the link to occur.

     -s    Create a symbolic link.

     -v    Cause ln to be verbose, showing files as they are processed.

Maybe a

ln -s -f __MVC_IMAGEDIR__ __MVC_CATROOT__

can solve your trouble.

Joachim

-- 
Hans-Joachim Leidinger
buch online                 jojo@buchonline.net
Munscheidstr. 14            FAX: +49 209 1671441
45886 Gelsenkirchen         FAX: 0209 1671441


_______________________________________________
Interchange-users mailing list
Interchange-users@www.minivend.com
http://www.minivend.com/mailman/listinfo/interchange-users


Search for: Match: Format: Sort by: