Hello Everyone!
I have the following errors when exporting my snapshot:
Warning: The HTML templates specify source files (with "SRC=" commands) that reside in directories other than the acatalog directory on the web site. Actinic can not handle these files and they are being omitted from the list of files to upload.
No source files in the templates should have a path. Store them in the site specific directory locally, and they will be uploaded to the Actinic web directory.
This is the first error that comes up. I have checked and double checked my template file which I created in Dreamweaver and also my attached css file and there are no src commands in either. The background images of my css file are also encased in ' ' . I done a search on this site for this error and didn't come up with anything that helped me out, apart from a reference to including a base href which is already in the actinic generated code.
The following 2 errors occur after the export has completed:
Errors
(File ExportFiles.cpp, Line 456) - The file C:\Program Files\Actinic v8\Sites\Site1\paycash1.htm was not found System error 2 - The system cannot find the file specified.
- Don't have a clue about this one!
(File ExportFiles.cpp, Line 456) - The file C:\Program Files\Actinic v8\Sites\Site1\theme.css was not found System error 2 - The system cannot find the file specified.
- I was thinking about just creating an empty theme.css file to keep actinic happy about this, not too sure if this is the right approach though!!!
Any help will be very much appreciated!
Cammy.
I have the following errors when exporting my snapshot:
Warning: The HTML templates specify source files (with "SRC=" commands) that reside in directories other than the acatalog directory on the web site. Actinic can not handle these files and they are being omitted from the list of files to upload.
No source files in the templates should have a path. Store them in the site specific directory locally, and they will be uploaded to the Actinic web directory.
This is the first error that comes up. I have checked and double checked my template file which I created in Dreamweaver and also my attached css file and there are no src commands in either. The background images of my css file are also encased in ' ' . I done a search on this site for this error and didn't come up with anything that helped me out, apart from a reference to including a base href which is already in the actinic generated code.
Code:
<actinic:variable name="BaseHref" />
Errors
(File ExportFiles.cpp, Line 456) - The file C:\Program Files\Actinic v8\Sites\Site1\paycash1.htm was not found System error 2 - The system cannot find the file specified.
- Don't have a clue about this one!
(File ExportFiles.cpp, Line 456) - The file C:\Program Files\Actinic v8\Sites\Site1\theme.css was not found System error 2 - The system cannot find the file specified.
- I was thinking about just creating an empty theme.css file to keep actinic happy about this, not too sure if this is the right approach though!!!
Any help will be very much appreciated!
Cammy.
Comment