Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Listings Manager (Realty Manager & Auto Manager):
Custom Template Installation

 

 


peppino
User

Sep 14, 2008, 3:56 PM

Post #1 of 10 (4345 views)
Shortcut
Custom Template Installation Can't Post

Hello,
First, I've read on how to install a custom template, IE: <? include("http://www.traderjoesboatsales.com/lm/exec/search.cgi?template=_MiniSearch.html"); ?> Now when I run the website @ http://www.traderjoeboatsales.com I get NOTHING. But if I use the URL http://www.traderjoesboatsales.com/lm/exec/search.cgi?template=_MiniSearch.html the page displays. I've tried varations like include file /lm/exec/so on, I tried include virtual /lm/exec/so on.

So,please help, no judging my website we have about 10 minutes involved into it.

Thank you for any and all hrlp
-Peppino


Jake
Staff / Moderator


Sep 14, 2008, 8:41 PM

Post #2 of 10 (4327 views)
Shortcut
Re: [peppino] Custom Template Installation [In reply to] Can't Post

Hi Peppino,

I was able to bring up your site here:

http://www.traderjoesboatsales.com/

There don't seem to be any listings entered into the software right now, which might be why you're not seeing the intended result.

Is there anything I'm missing?
-----------------------------------------------------------
Cheers,
Jake Marvin - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]


peppino
User

Sep 15, 2008, 6:04 AM

Post #3 of 10 (4276 views)
Shortcut
Re: [Jake] Custom Template Installation [In reply to] Can't Post

Hi Jake,

Thank you for the quick response. I am trying to include a search template I created of about 5 fields into the main page. I thought the correct syntax was <? include(http://traderjoesboatsales.com/lm/exec/search.cgi?template=_Minisearch.html); ?>. If you go to the url http://traderjoesboatsales.com/lm/exec/search.cgi?template=_MiniSearch.html the template works properly, when the url is executed in the include statement the template does not work. I hope I am more clearer.

-Joe
-Peppino


Donna
Staff / Moderator


Sep 15, 2008, 11:27 AM

Post #4 of 10 (4236 views)
Shortcut
Re: [peppino] Custom Template Installation [In reply to] Can't Post

Hi Joe!

You have a slight typo in the link that doesn't work -- files are case sensitive, and your template is "_MiniSearch.html", not "_Minisearch.html"

I hope this helps. :)

Donna

--
support@interactivetools.com


peppino
User

Sep 15, 2008, 11:42 AM

Post #5 of 10 (4234 views)
Shortcut
Re: [Donna] Custom Template Installation [In reply to] Can't Post

Sorry Donna, typo in my post, both files are set to _MiniSearch.html. I missed typed the post, sorry. I was hoping it would be that simple.

-Joe
-Peppino


Donna
Staff / Moderator


Sep 15, 2008, 12:23 PM

Post #6 of 10 (4228 views)
Shortcut
Re: [peppino] Custom Template Installation [In reply to] Can't Post

Hi Joe,

Can you give me the link to the page where you have the include syntax?

Donna

--
support@interactivetools.com


peppino
User

Sep 15, 2008, 12:47 PM

Post #7 of 10 (4227 views)
Shortcut
Re: [Donna] Custom Template Installation [In reply to] Can't Post

Hi Donna

http://www.traderjoesboatsales.com/index.php or leftcol.php

-Joe
-Peppino


Donna
Staff / Moderator


Sep 15, 2008, 2:31 PM

Post #8 of 10 (4208 views)
Shortcut
Re: [peppino] Custom Template Installation [In reply to] Can't Post

Hi Joe,

It doesn't look like there's any error message, or anything else showing up on that page, which is a bit odd. You may want to contact your hosting provider and check to see if they allow you to include a full URL like that -- some providers don't allow that.

Otherwise, I think I might recommend filling in a support request with your FTP information so we can take a closer look for you. :)

https://www.interactivetools.com/support/email_support.cgi

Donna

--
support@interactivetools.com


peppino
User

Sep 17, 2008, 7:26 AM

Post #9 of 10 (4140 views)
Shortcut
Re: [Donna] Custom Template Installation [In reply to] Can't Post

Ok Donna, think about this. when I type in the location box of my browser http://traderjoesboatsales.com/listman/exec/search.cgi?template=_MiniSearch.html I see the fields in a blank page. Now when I try to use an INCLUDE statement nothing gets displayed. Now I tried something, I purposely mispelled the template name from _MiniSearch.html to _MiniSearch.htm (NO "L") when using the url in the browser I get this error message "Invalid template name: _MiniSearch.htm" Now I apply the mispelled template name in the INCLUDE syntax and I DON'T get any error message. It seems like the INCLUDE is being skipped. I checked with the server hosting support and they said there is no reason for the INCLUDE not to work, other inclusions in the page load properly.

WHEW!

-Joe
-Peppino


Jake
Staff / Moderator


Sep 17, 2008, 9:33 PM

Post #10 of 10 (4113 views)
Shortcut
Re: [peppino] Custom Template Installation [In reply to] Can't Post

Hi Joe,

I just noticed that you're using PHP to include the results from this link. PHP includes cannot actually include the results of a CGI script - you need to use some alternate methods to do this, which are discussed here:

http://bytes.com/forum/thread475.html

I hope that gets you on the right track. Smile
-----------------------------------------------------------
Cheers,
Jake Marvin - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]