I noticed when at my home page I see a notice in internet explorer that reads "Done, but with errors on page".
I click on the error at the bottom and this is what it's saying:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)
Timestamp: Sat, 6 Feb 2010 16:07:03 UTC
Message: Syntax error
Line: 1
Char: 40
Code: 0
URI: http://www.gladiatorlighting.com/index. ... ommon/home
Message: Syntax error
Line: 1
Char: 40
Code: 0
URI: http://www.gladiatorlighting.com/index. ... ommon/home
How can I correct this? I don't see this error when using Firefox but I do with internet explorer...
I click on the error at the bottom and this is what it's saying:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)
Timestamp: Sat, 6 Feb 2010 16:07:03 UTC
Message: Syntax error
Line: 1
Char: 40
Code: 0
URI: http://www.gladiatorlighting.com/index. ... ommon/home
Message: Syntax error
Line: 1
Char: 40
Code: 0
URI: http://www.gladiatorlighting.com/index. ... ommon/home
How can I correct this? I don't see this error when using Firefox but I do with internet explorer...
Might have something to do with this in your source:
<link href="image/<br />
<b>Notice</b>: Undefined variable: config_icon in <b>/home/content/g/l/a/gladiatornet/html/admin/view/template/setting/setting.tpl</b> on line <b>341</b><br />
" rel="icon" />
<link href="image/<br />
<b>Notice</b>: Undefined variable: config_icon in <b>/home/content/g/l/a/gladiatornet/html/admin/view/template/setting/setting.tpl</b> on line <b>341</b><br />
" rel="icon" />
When I open the file settings.tpl in admin this line says there is an error in dreamweaver..
Dreamweaver says the following:
There is a syntax error on line 593. Code hinting may not work until you fix this error.
Dreamweaver says the following:
There is a syntax error on line 593. Code hinting may not work until you fix this error.
Code: Select all
CKEDITOR.replace('description<?php echo $language['language_id']; ?>');
I just noticed that I get this error no idea when or how it happened could have been a month ago for all I know..
Is there a way to fix it?
Is there a way to fix it?
Dreamweaver says:
"there is a is a syntax error on line 593. Code hinting maybe not work until you fix this error"
Here is the code for that area:
The line that starts with CKEDITOR is the line that has the error apparently. I'm not sure how to fix this.. anyone?
"there is a is a syntax error on line 593. Code hinting maybe not work until you fix this error"
Here is the code for that area:
Code: Select all
<script type="text/javascript" src="view/javascript/ckeditor/ckeditor.js"></script>
<script type="text/javascript"><!--
<?php foreach ($languages as $language) { ?>
CKEDITOR.replace('description<?php echo $language['language_id']; ?>');
<?php } ?>
//--></script>
there's nothing wrong with that. I think hottinger is correct, look at your page source of your sitegladiator wrote:Dreamweaver says:
"there is a is a syntax error on line 593. Code hinting maybe not work until you fix this error"
Here is the code for that area:
The line that starts with CKEDITOR is the line that has the error apparently. I'm not sure how to fix this.. anyone?Code: Select all
<script type="text/javascript" src="view/javascript/ckeditor/ckeditor.js"></script> <script type="text/javascript"><!-- <?php foreach ($languages as $language) { ?> CKEDITOR.replace('description<?php echo $language['language_id']; ?>'); <?php } ?> //--></script>
I have no html knowledge so that doesn't help me much on what to look for etc 

what that actually says is this:gladiator wrote:I have no html knowledge so that doesn't help me much on what to look for etc
Code: Select all
<link href="image/" rel="icon" />
in my file the icon stuff isn't anywhere near line 341 so I'm not sure what's up with that.
However, the error is in the code to the link to the image icon. come to think of it that's probably why there's the other error. This is what it should look like:
Code: Select all
<link href="image/data/cart.png" rel="icon" />
I'll pay someone to fix this error on my site. Please email me or PM me with price etc..
Thanks!
Thanks!
its the livechat script.
Error: syntax error
Source File: http://www.gladiatorlighting.com/
Line: 185, Column: 39
Source Code:
script.src=src;document.getElementById('livezilla_tracking').appendChild(script)
something is converting the ' characters to '. Try adding \ infront of them
Error: syntax error
Source File: http://www.gladiatorlighting.com/
Line: 185, Column: 39
Source Code:
script.src=src;document.getElementById('livezilla_tracking').appendChild(script)
something is converting the ' characters to '. Try adding \ infront of them
Fixed!
Livezilla has two types of code apparently that you can use..
1. Javascript
2. No Javascript code (I guess it uses links or something?)
I don't know much about this type of stuff but the other code removed the error...
Thx Q for pointing out the cause...
Livezilla has two types of code apparently that you can use..
1. Javascript
2. No Javascript code (I guess it uses links or something?)
I don't know much about this type of stuff but the other code removed the error...
Thx Q for pointing out the cause...
Hello, I have this same problem and came after OpenCart installed on Centos Linux server. Please, I need a solution urgentlyArtlife wrote:there's nothing wrong with that. I think hottinger is correct, look at your page source of your sitegladiator wrote:Dreamweaver says:
"there is a is a syntax error on line 593. Code hinting maybe not work until you fix this error"
Here is the code for that area:
The line that starts with CKEDITOR is the line that has the error apparently. I'm not sure how to fix this.. anyone?Code: Select all
<script type="text/javascript" src="view/javascript/ckeditor/ckeditor.js"></script> <script type="text/javascript"><!-- <?php foreach ($languages as $language) { ?> CKEDITOR.replace('description<?php echo $language['language_id']; ?>'); <?php } ?> //--></script>

Who is online
Users browsing this forum: No registered users and 15 guests