Basic php commands help

Hello everyone,

I am currently in the process of implimenting some open source code to a server that I will manipulate to meet my needs. Goes by the name of CuteFlow if anyone is familiar. I am having trouble understanding what this last two lines mean and what could be causing it not to work.

session_start();
require_once ‘…/config/config.inc.php’;
require_once ‘…/language_files/language.inc.php’;
require_once ‘CCirculation.inc.php’;
require_once ‘…/pages/version.inc.php’;

$Circulation 	= new CCirculation();
$extensions 	= $Circulation->getExtensionsByHookId('CF_MENU');

Can someone please point me in the direction of what could be causing this line to create an error?

Thanks,
Stephen

Well whats the error?

Sponsor our Newsletter | Privacy Policy | Terms of Service