Problem with includes in a script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
VGC
Forum Newbie
Posts: 2
Joined: Tue Jun 30, 2009 6:36 am

Problem with includes in a script

Post by VGC »

I am using a search engine add-on script called Site Search Pro and I'm having a problem getting files to include in the output template.

Site Search Pro has admin where you add the header and footer for the output page. I believe that gets stored in a MySQL database. But no matter how I try to include the files for the navigation and footer (like the rest of the site) they don't appear in the output page.

To demonstrate this please go to http://www.vtsmedical.com/search.php and search for a term. You will see the output page does not have the top nav, left nav or footer. If you look in the code you will see the include statements are there. You will even see I have used different ways of trying to make the includes work.

Site Search Pro is non-responsive to my requests for help and I'd like to get this working. Can anyone help?

Site Search Pro site: http://www.site-search-pro.com/

Thanks!
BornForCode
Forum Contributor
Posts: 147
Joined: Mon Feb 11, 2008 1:56 am

Re: Problem with includes in a script

Post by BornForCode »

Here your site is not available, i cannot load it at all.
This is a commercial product, you should ask on a freelance website for a solution.
VGC
Forum Newbie
Posts: 2
Joined: Tue Jun 30, 2009 6:36 am

Re: Problem with includes in a script

Post by VGC »

I checked the links and they work for me.

The people who sold me the script are the ones who should help but they don't respond - and I need help. If someone would be kind enough to point me in the right direction it would be greatly appreciated.
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Problem with includes in a script

Post by Eric! »

We would need to see the index.php code in the searchpro directory to help you. Since this is is purchased code and probably copyrighted you can't really post it.

You could send me a private message and I can try to help you with it.
Post Reply