I tried to install CollectionAccess 0.6 on the same server as we have our website (/public_html/folder/collectiveaccess)and get the error message: Configuration file is missing for hostname "www.mywebsite.de"
I made following settings:
setup.php
define("__CA_WEB_ROOT_DIR__", "/public_html/folder");
define("__CA_URL_ROOT__", "");
define("__CA_SITE_HOSTNAME__", "www.mywebsite.de");
define("__CA_APP_NAME__", "my_first_collectiveaccess_system");
define("__CA_APP_DISPLAY_NAME__", "My First CollectiveAccess System");
define("__CA_DB_HOST__", 'localhost');
define("__CA_DB_USER__", 'dbuser');
define("__CA_DB_PASSWORD__", 'password');
define("__CA_DB_DATABASE__", 'db000000');
define("__CA_DB_TYPE__", 'mysql');
global.php
site_protocol = http
site_hostname =__CA_SITE_HOSTNAME__
site_host = <site_protocol>://<site_hostname>
What is wrong in my settings?
Best regards,
Knut
