When i am going to save below xtml in my blog than showing this message
"Error parsing XML, line 43, column 5: The element type "link" must be terminated by the matching end-tag "</link>"
Please help how i can solve this issue.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Daily Shop | Home</title>
<!-- Font awesome -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- SmartMenus jQuery Bootstrap Addon CSS -->
<link href="css/jquery.smartmenus.bootstrap.css" rel="stylesheet">
<!-- Product view slider -->
<link rel="stylesheet" type="text/css" href="css/jquery.simpleLens.css">
<!-- slick slider -->
<link rel="stylesheet" type="text/css" href="css/slick.css">
<!-- price picker slider -->
<link rel="stylesheet" type="text/css" href="css/nouislider.css">
<!-- Theme color -->
<link id="switcher" href="css/theme-color/default-theme.css" rel="stylesheet">
<!-- <link id="switcher" href="css/theme-color/bridge-theme.css" rel="stylesheet"> -->
<!-- Top Slider CSS -->
<link href="css/sequence-theme.modern-slide-in.css" rel="stylesheet" media="all">
<!-- Main style sheet -->
<link href="css/style.css" rel="stylesheet">
<!-- Google Font -->
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
Thanks for the answer! I am still looking at the issue. What I found out is that disabling "Collaborating editor" in confluence fixes all my issues with WAF. Now I can create new pages and edit via https externally. I do not believe that this is the fix though.
No, you're right, it's not a solution, because the collaborative editing is very useful.
I'd run through https://confluence.atlassian.com/doc/troubleshooting-collaborative-editing-858772087.html as well by the way. Sorry I didn't mention that earlier, but it does run through networking issues which might tell you where your WAF is misconfigured.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, if Confluence is working when connected directly in the local LAN, and not from the outside, then it's definitely a problem with your virtual server and/or firewall set up. If part of it is getting through, then it suggests that the connection back to Confluence is probably (but not definitely) configured ok, and it's the server and firewall setup that is incorrect.
There's no way to just solve this. I would start with a look at the Confluence application logs (confluence-home/logs), but with connection time outs, I suspect most of the errors will be being caused and hence logged by the firewall and/or virtual host. So you'll want to read the logs for them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.