Announcement

Collapse
No announcement yet.

Snapshot export error messages and warnings?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Snapshot export error messages and warnings?

    Hi all

    When I create a snapshot of a site I'm working on I get these error messages and warnings, can anyone tell me what they mean?

    "Errors
    (File ExportFiles.cpp, Line 573) - The file C:\Program Files\Actinic v8\Sites\Horsewize\deliver_info.html was not found System error 2 - The system cannot find the file specified.
    ..
    (File ExportFiles.cpp, Line 573) - The file C:\Program Files\Actinic v8\Sites\Horsewize\paycash1.htm was not found System error 2 - The system cannot find the file specified.
    ..
    (File ExportFiles.cpp, Line 573) - The file C:\Program Files\Actinic v8\Sites\Horsewize\contact_details.html was not found System error 2 - The system cannot find the file specified.
    ..
    Warnings
    This site includes files that are outside the Actinic installation directory.
    On importing the site these files will be delivered to a temporary location within the Actinic installation directory.
    Manual intervention will be required to restore the site after import."

    All the files that are listed after this warning are images used in the site.

    Many thanks

    Neil
    Neil Bosley
    The Ink Depot
    http://www.theinkdepot.co.uk
    nb@theinkdepot.co.uk

    #2
    What it means that in your layouts somewhere you have a link of the following form
    <a href="deliver_info.html">...</a>
    This is pointing to a file that is online, but is not in your 'Site1' folder.

    When Actinic takes the snapshot, it wants to back up this file, but cannot find it.

    The way areound this is to add a full URL to the link. Inserting the 'CatalogURL' variable will automatically insert the full http://your.URL/acatalog/ path before the filename in the link.

    Comment


      #3
      Chris - Im getting similar errors http://community.actinic.com/showthread.php?t=25317

      Comment

      Working...
      X