[OPEN] config.inc.php [FIND] define('POC_BASE', dirname(chat)); [CHANGE TO] define('POC_BASE', getcwd());
That corrects installation problems. What I would like, is a copy of Version.php, since that seems to be missing from my copy?
Log in to post a comment.
[OPEN]
config.inc.php
[FIND]
define('POC_BASE', dirname(chat));
[CHANGE TO]
define('POC_BASE', getcwd());
That corrects installation problems. What I would like, is a copy of Version.php, since that seems to be missing from my copy?