issues with TEMPLATEPATH when migrating site
-
my sidebar.php has several include calls in it. i.e.
include (TEMPLATEPATH.'/includes/banner.php');
this works just fine on the main development server (LAMP), but doesn’t work on my local WAMP server. i’ve noticed that if i get rid of the slash in front of includes, then it works on my WAMP server, but not on the LAMP server.
anyone have a really good way to fix this?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘issues with TEMPLATEPATH when migrating site’ is closed to new replies.