I've looked through this thread for an answer to this question and my apologies if its been answered.
When I go to
http://links.domain.com/forum/survey.php I get this:
Quote:
WARNING: Cannot find default template path. Expecting: D:\\webpage\\links/survey/templates/Default
|
The location of the these templates for survey should be...
<rootweb>\links\FORUM\survey\templates\default.. . Or something like that.
On line 7 of the survey.php it has:
Code:
require("./global.php");
this that determines the location.. Or am I wrong? Its just not pointing to the right place.