Calendar Thread
3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 3, 2015 (RSS)
By lanesboroweb - July 29, 2015 - edited: July 29, 2015
I know it's an old post, but I'm just now installing the Zickey calendar on a site that I manage. Here's the link to the post: http://www.interactivetools.com/forum/forum-posts.php?postNum=2234667#post2234667
Here's my question:
The calendar5.php file on line 3 says:
require_once $_SERVER['DOCUMENT_ROOT']."/lib/initialize.php" ;
I'm not finding that file anywhere on the server, nor on my local machine. I assume the PHP requires that file in order to run. Can anyone direct me to that file or point out my error?
Thanks for going back a year.
Dave
I, of course, am referring to the /lib/initialize.php file. Sorry I wasn't clear.
By gregThomas - August 3, 2015
Hey lanesboroweb,
I've had a look at the calendar5.php code, and you can replace initialize.php with code to load your CMS viewer functions:
include "../cmsb/lib/viewer_functions.php";
I guess /lib/initialize.php was used by Zicky to load all of the libraries and code he uses on every site page.
Thanks,
Greg
PHP Programmer - interactivetools.com