[CODE=php]<?php
/*
* Base Installer include file
*
*/
error_reporting (E_ALL ^ E_NOTICE);
define('INSTALL ER_PATH', realpath(dirnam e(__FILE__)));
define('INSTALL ER_API', true);
define('APP_PAT H', realpath(INSTAL LER_PATH.'/..'));
require_once(IN STALLER_PATH.'/includes/InstallerConfig .php');
require_once(IN STALLER_PATH.'/includes/InstallerEngine .php');
require_once(IN STALLER_PATH.'/includes/InstallerSmarty .php');...
User Profile
Collapse
-
session_start(0), session already sent error
Warning: session_start() : open(/tmp\sess_bd6e0d a1ed76c6b86f102 376e2efb508, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\h tdocs\Care2x\in staller\Install er.php on line 104
Warning: session_start() : Cannot send session cookie - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\h tdocs\Care2x\in staller\Install er.php:104) in C:\Program Files\Apache Group\Apache2\h tdocs\Care2x\in staller\Install er.php...
No activity results to display
Show More
Leave a comment: