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 though now when I do a snapshot I receive an error where Actinic does not seem to find some files
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.
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.
Comment