CCS Environment Test Version:1.0.3

CCS Version: 1.2.1015
Unix Operating System Detected:Linux delorean.websitewelcome.com 2.6.38.7 #46 SMP Tue Jan 31 22:55:42 CST 2012 i686

System Information

PHP: 5.2.17 [Success]
Web Server: Apache [Success]
CCS package not found in the root of the web host directory. CCS must be located in the document root. [Failure]

Solution:
CCS directories must be moved to the document root of your webserver. For example, CCS must be accessed as http://HOSTNAME/projects/ccs/index.php NOT http://HOSTNAME/something/projects/ccs/index.php.



Checking PHP.INI Variables

display_errors = On [Success]
error_reporting = E_ALL & ~E_NOTICE [Success]
register_globals = On [Failure]

Solution:
You must set this option in the php.ini file. After saving php.ini, you must restart your web server. For more information, visit: http://resellers.tucows.com/documentation/ccs/ccsinstall/index.htm#php6_setupphpasapprunbyiis.htm


allow_call_time_pass_reference = On [Success]

Checking PHP Extensions

extension openssl loaded. [Success]
extension sockets loaded. [Success]
extension xmlrpc loaded. [Success]
extension libxml loaded. [Success]

Checking CCS Options

ccs_options.xml does not exists. [Failure]

Solution:
Please rerun CCSROOT/etc/setup.php.



Checking CCS Workspace

workspace is writeable. [Success]
workspace/templates_c is writeable. [Success]
workspace/acf_cache is writeable. [Success]

CCS Environment Check Failed,Please Check Errors Listed Above.