PDA

View Full Version : Snapshot Errors


m@rk.to
28-Jul-2003, 04:48 PM
As a little backgound, I have taken a number of suggestions as proposed from this forum to remove the /acatalog/ directory from our URL. All is fine :p though now when I do a snapshot I receive an error where Actinic does not seem to find some files :confused:

What we have done is hard coded pages from the brochure navigation pages into the catalogue pages and then ask Apache to give a document route into the ~/public_html/acatalog

This has allowed us to achieve our goal but now we get errors regarding missing files as:

<snip>
(File ExportFiles.cpp, Line 512) - The file C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Contact_Us.html was not found System error 2 - The system cannot find the file specified.
..
(File ExportFiles.cpp, Line 512) - The file C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Welcome.html was not found System error 2 - The system cannot find the file specified.
</snip>

which is now not allowing us to do a Snapshot. I would rather not 'un-do' what we have done and ask if there is a workaround to this issue.

Any help would be much appreciated.

cdicken
30-Jul-2003, 09:37 AM
Although Actinic cannot find these files, I don't think it is a fatal error. From my experience, Actinic gives the warning but still takes the snapshot correctly.

Well done on eliminating the upload warnings - not an easy job. :)