Announcement

Collapse
No announcement yet.

Warning. V8.5.1 Spurious conflicting file names warning.

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

    Warning. V8.5.1 Spurious conflicting file names warning.

    Spurious warning and site won't upload if relic Site1 still exists.

    Using 8.5.1.HIZA with my Actinic Sites folder in my D drive.

    Client had sent me a Snapshot that came from a system where the Site was in C:\Program Files\Actinic V8\Sites\Site1

    I created a new site "MyNewSite" on my D drive and imported Snapshot into it.

    When I tried to upload onto a test area I get the rubbish "Some Filenames Conflict" error (which tells you the file names but nothing about where they are used). E.g.

    Some filenames conflict. All files being sent to the web site must have unique names. Please check the list of files in Design | Additional Files.

    Some of the following files must be renamed before an upload can occur. Once the files are renamed, reselect them in the Actinic.

    C:\Program Files\Actinic v8\Sites\Site1\actiniccore.js
    D:\Data\Actinic V8 Sites\MyNewSite\actiniccore.js

    C:\Program Files\Actinic v8\Sites\Site1\actinicextras.js
    D:\Data\Actinic V8 Sites\MyNewSite\actinicextras.js
    the list had many other files but we'll only look at actinicore.js and actinicextras.js. These are correctly written into the overall layout as
    Code:
    <script language="javascript" type="text/javascript" src="actiniccore.js"></script>
    <script language="javascript" type="text/javascript" src="actinicextras.js"></script>
    The reason for this conflict turns out to be that I still have a relic C:\Program Files\Actinic v8\Sites\Site1 (from the 8.5.0 and earlier days) on my system and for some bizarre reason V8 is looking in that before looking in the correct place.

    If I rename that relic site to be XXXSite1 then all is well again.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    #2
    I have reported a similar issue when using the same name of outer layout in different sites. I now get around this by pasting the HTML of the outer layout into one of the existing layouts that is not going to be used and removing all reference to the outer layout.

    There is a definite issue with relative / absolute paths to files in MultiSite


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Thanks for reporting these guys - I have raised a bug on the system.

      Comment

      Working...
      X