1
Ok ..I recently bought this MySpace clone that uses XOOPS modules to power the content.
I am having a problem with the ecal module. I just get this error message on the module's index page:
"Fatal error: Call to undefined function phpinclude() in /home/username/public_html/mysite/modules/ecal/header.php on line 1"
Here is the php code for the header.php file:
("../../mainfile.php");include("include/function.php");include("cache/config.php");include_once(XOOPS_ROOT_PATH."/class/xoopstree.php");include_once(XOOPS_ROOT_PATH."/class/xoopsform/formdhtmltextarea.php");if(file_exists(XOOPS_ROOT_PATH."/modules/ecal/language/".$xoopsConfig['language']."/main.php")){ include(XOOPS_ROOT_PATH."/modules/ecal/language/".$xoopsConfig['language']."/main.php");}else{ include(XOOPS_ROOT_PATH."/modules/ecal/language/english/main.php");}echo "";?>
I don't know php coding so can someone please help me fix this and get this module working? ...thanks