New to CMS Builder and need a little help please

3 posts by 3 authors in: Forums > CMS Builder
Last Post: July 4, 2008   (RSS)

Re: [watersidedesign] New to CMS Builder and need a little help please

By Donna - July 4, 2008

Hi there!

PHP actually requires the full server path if you're doing an include. So, /panels/maincat.php likely isn't the right path. It'll probably be something more like /home/username/httpdocs/panels/maincat.php -- check with your hosting provider, and they can tell you the full path to your document root. :)
Donna

--
support@interactivetools.com

Re: [watersidedesign] New to CMS Builder and need a little help please

By Dave - July 4, 2008

Or try a relative path that doesn't start with a slash, like this:

include("panels/maincat.php");

If it start with a slash you need the entire filepath.

Let me know if removing the first / fixed it or not.
Dave Edis - Senior Developer
interactivetools.com