
Donna
Staff
/ Moderator

Mar 12, 2007, 3:48 PM
Post #6 of 7
(4570 views)
Shortcut
|
|
Re: [Thaurin] Article preview: "Can't connect: Unknown error"
[In reply to]
|
Can't Post
|
|
Hi there, I've already responded to your ticket, but here's a copy in case anyone else is having trouble. As for why it would work on one server and not another... well, every server is configured a little differently. :) --- Does the search engine work on your site, or is it only the preview option? Generally, if you can't preview an article, your search engine will also have trouble. If this is the case, the problem is related to a feature in Article Manager that allows it to interpret SSI's and code (PHP, ASP, etc) in it's dynamically generated pages, but this system won't run on your web host. Specifically, the server you're on does not accept web requests from itself. This means that the dynamic pages won't be able to interpret SSIs, or other script language markup in them. Two things you can do to fix it: One, you can upgrade to Article Manager 2. This has a few extra options for the search engine and should get around this. Alternately, Article Manager includes another system - you can set up your Article Manager to use its "template includes" feature. You can change this option by going into Setup Options and choosing "Resolve "template include" tags" under Dynamic Page Settings. The only other thing you need to do differently is when you add server side includes (SSI) to the page - you'll need to mirror all of your SSI's with corresponding template includes. For example, if you have the following SSI: <!--#include file="navigation_header.html" --> You'll need to change it to this: <!--#include file="navigation_header.html" --> <!-- template include : navigation_header.html --> Template includes are relative to Article Manager's publish directory. If you need to have some sort of server side scripting in your search results, like PHP or ASP, we'll need to work with your web hosts to see if they will resolve the settings that currently make that impossible, or you can upgrade to Article Manager 2. Let me know if you have any other questions. :) Donna -- support@interactivetools.com
|