This topic is locked
[SOLVED]

 Template Pack 7 Calendar Error

11/8/2013 2:20:48 PM
Calendar Template general questions
S
Stoneman author

I get the following error when running the new Calendar template project.
It is simple to change this line [color="#4169E1"]include_once("include\calendar_functions.php"); in appsettings.php to reflect the actual configuration of include_once("calendar_functions.php");
However I can't find this in the source to change it once and for all. Where can I go to make this change permanent?

S
Stoneman author 11/11/2013

Simple really - once you know where to look.
there is an event on the event editor tab called After application initialized. It has the following function
function AfterAppInit()

{

include_once("include\calendar_functions.php");//This produces the error. change it to match what you need --- include_once("calendar_functions.php"); for my set up
$ListOrderBy=array();

$ListHowOrderBy=array();

}