Basic setup checker

This is a collection of simple diagnostic tools to check that the setup is working as expected. It exists to help developers install and check the service on different machines.

This page itself is written only as a plain HTML page and should be clerarly readable using any ordinary web browser.

Project documentation

The full project documentation should be availible in a folder named documentation on the cw project top level, outside of public_html.

Check that we have php working

We must have php running and associated with the file ending .php.

Open test.php

Index file test

If only a folder is requested and no specific file within it, then the web server should lookup and serve a file named index.php is such a file exists within the folder.

Open php/

PHP Info

Calling standard phpinfo().

Open phpinfo/

Xdebug

Testing the Xdebug PHP debugger on a basic PHP page.

Open xdebug-test.php

Include path and init checker

For the site to work a php file named only cw_modules/init.php must be found using an include path defined in the we server configuration.

Open includepath/

Advanced setup tools and diagnostics

When all the checks are met you are ready to proceed to advanced setup tools. However, if you already have a working database, these tools are not accessible in production environment.

Open /system/setup/