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.
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
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.
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
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
Code:
<script language="javascript" type="text/javascript" src="actiniccore.js"></script> <script language="javascript" type="text/javascript" src="actinicextras.js"></script>
If I rename that relic site to be XXXSite1 then all is well again.
Comment