catalyst2 community forums  

Go Back   catalyst2 community forums > Support > Scripting Support

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 09-04-2006, 06:29 PM   #1 (permalink)
Registered User
 
Join Date: Jan 2006
Posts: 14
Error processing SSI file

Hi

Does anyone know if the servers allow for includes? I've tried doing a very (very!) simple test using 2 files (below), and get the following message:
Error processing SSI file

My 2 files are:

'index.shtml' contains:

<html>
<body>
<!--#include virtual="menu.inc" -->
</body>
</html>


and 'menu.inc' contains:

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100" border="0" align="center" cellpadding="0" cellspacing="0"><TR>
<a href="link1.html">Test link 1</a>
</tr>
<tr>
<a href="link2.html">Test link 2</a>
</tr>
</table>


Is there something I'm doing wrong?
farky85 is offline   Reply With Quote
Old 09-04-2006, 06:31 PM   #2 (permalink)
Administrator
 
Jacob's Avatar
 
Join Date: May 2003
Posts: 1,299
Yes, the servers do support SSI - what is the URL of the page?
Jacob is offline   Reply With Quote
Old 09-04-2006, 06:43 PM   #3 (permalink)
Registered User
 
Join Date: Jan 2006
Posts: 14
Quote:
Originally Posted by Jacob
Yes, the servers do support SSI - what is the URL of the page?
Jacob, I've sent you a PM with the URL

Thanks
farky85 is offline   Reply With Quote
Old 09-04-2006, 06:50 PM   #4 (permalink)
Administrator
 
Jacob's Avatar
 
Join Date: May 2003
Posts: 1,299
Try that now - I updated the code so that is:

<!--#include file="menu.html"-->

and it is now working.
Jacob is offline   Reply With Quote
Old 09-04-2006, 07:47 PM   #5 (permalink)
Registered User
 
Join Date: Jan 2006
Posts: 14
Ah. Perfect. Thanks - as always!
farky85 is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 01:38 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.