PDA

View Full Version : C:\Program Files\Actinic v8\Sites\mywebsite\actiniccore.js


tom84y
03-Aug-2007, 10:47 AM
Hi. I am trying to upload my first site to actinic, but when I do I keep getting the following message appear.

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\mywebsite\actiniccore.js

C:\Program Files\Actinic v8\Sites\mywebsite\..\actiniccore.js

C:\Program Files\Actinic v8\Sites\mywebsite\SiteHTML\..\actinicextras.js

C:\Program Files\Actinic v8\Sites\mywebsite\actinicextras.js

I have tried to rename these files manually by following the directory on my hard drive, yet it still throws up the same problem.

What am I doing wrong????


Thanks.

dave_finlayson
03-Aug-2007, 10:52 AM
Any chance you have created some pages yourself from Actinic generated preview pages?

Have a look at this thread, sounds very similiar:-

http://community.actinic.com/showthread.php?t=31788&highlight=..%5Cactiniccore.js

tom84y
03-Aug-2007, 11:18 AM
All I've done is add a bit of html ino the standard existing pages - just insert some tables, images and a bit of flash. Could this be causing the problem?

dave_finlayson
03-Aug-2007, 11:25 AM
What pages did you add the html to? Was it an Actinic template (act_blah.html) or was it somewhere else?

What code was added?

leehack
03-Aug-2007, 11:35 AM
All I've done is add a bit of html ino the standard existing pages - just insert some tables, images and a bit of flash. Could this be causing the problem?
If you didn't add it in the design tab or within the content tree, you've just found your answer, you're doing it in the wrong place.

dave_finlayson
03-Aug-2007, 11:42 AM
Fart, why did I think I was in the v7 forum. Whose idea was this new look anyway!!!;)

Lee is right, ignore the part of my post about act_ templates.

tom84y
03-Aug-2007, 11:51 AM
I did it all in the design tab. What I'm struggling to get my head around here is when I chage the filename manually before i go to upload the site it still throws that error up.

Is there any way around this??

dave_finlayson
03-Aug-2007, 12:01 PM
Changing the filename won't help. The error is telling you that somewhere in a layout or additional file you are referencing those two files but the references are pointing to different places. You could delete both the scripts and you would still get the error.

Read through the other thread, it should point you in the direction of where to look. Have you created any additional html pages? Have you edited and pages in SiteHTML or PreviewHTML? These are the first place to look.

tom84y
03-Aug-2007, 01:47 PM
No I haven't edited any of the pages in there at all. Have you any idea where the reference to actiniccore.js might be in the script or in the pages?

leehack
03-Aug-2007, 01:51 PM
In the <HEAD> of your pages, that is what you have probably buggered up to be honest, can you revert the layouts back to as they were or provide a link? something very obvious is being missed here.

tom84y
03-Aug-2007, 03:01 PM
This is what's in the head section...


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><actinic:variable name="PageTitle" /></title>
<actinic:variable name="BaseHref" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="MSThemeCompatible" content="yes" />
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22GlbMetaKeywords%22%20%2f%3e%20%21%3d%20%22%22%29" >
<meta name="keywords" content="<actinic:variable name="GlbMetaKeywords" />" />
</actinic:block>
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22GlbMetaDescription%22%20%2f%3e%20%21%3d%20%22%22%29" >
<meta name="description" content="<actinic:variable name="GlbMetaDescription" />" />
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" >
<actinic:block if="%3cactinic%3avariable%20name%3d%22MetaKeywords%22%20%2f%3e%20%21%3d%20%22%22">
<meta name="keywords" content="<actinic:variable name="MetaKeywords" />" />
</actinic:block>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" >
<actinic:block if="%3cactinic%3avariable%20name%3d%22MetaDescription%22%20%2f%3e%20%21%3d%20%22%22">
<meta name="description" content="<actinic:variable name="MetaDescription" />" />
</actinic:block>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Contact%20Us%22" >
<actinic:variable value="Script for Blocking Unregistered Customers" name="UnregCustomerMessage" if="%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20FALSE" />
</actinic:block>
<link href="actinic.css" rel="stylesheet" type="text/css" />
<style type="text/css">
/* Here are some styles to override the default styles that are in the Actinic StyleSheet layout */
p, table, td, th {
line-height: 150%;
}
</style>
<script language="javascript" type="text/javascript" src="actiniccore.js"></script>
<script language="javascript" type="text/javascript" src="actinicextras.js"></script>

<!-- Placeholder of cookie checking javascript code. Do not remove it! -->
<Actinic:COOKIECHECK />

<script language="javascript" type="text/javascript">
<!--
saveReferrer();
// -->
</script>

<actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27PSP%20Bounce%20Page%27%29%20AND%20%28%3cactinic%3avariable%20name%3d%22IsPSPTestMode%22%20%2f%3e%20%3d%3d%20false%29" >
<script language="JavaScript" type="text/javascript">
<!--
function onLoad()
{
document.formOCC.submit();
}
// -->
</script>
</actinic:block>

</head>

dave_finlayson
03-Aug-2007, 03:07 PM
Looks ok to me. Just to confirm, you have got any pages within mywebsites that you manually manage? Is that correct?

tom84y
03-Aug-2007, 03:25 PM
yes there are no pages that i manually manage. they are all pages that have een created in actinic.