(SOLVED) UDT PHP include problem
Posted: Thu Apr 09, 2009 11:33 am
Hello,
On a site I am using a User Defined Tag, that uses PHP include('') to call another CMSMS page and display it as a menu on the site.
This used to work fine, but recently we are no longer able to use PHP Remote includes, (our code was
But now we'll have to use local file includes, but I can't seem to get it to work either. has anyone had an luck getting a link to a CMSMS page work work using the local file include?
I've tried and a host of other methods including putting the entire file path into it.
Any thoughts?
On a site I am using a User Defined Tag, that uses PHP include('') to call another CMSMS page and display it as a menu on the site.
This used to work fine, but recently we are no longer able to use PHP Remote includes, (our code was
Code: Select all
include ("http://www.sitename.com/cmsmadesimple/index.php?page=main-menu");
I've tried
Code: Select all
include ("index.php?page=main-menu");
Any thoughts?