Minor glitches
Brought to you by:
tuxmonkey
Had to edit /var/www/html/issue-tracker/conf/const.php
removing the ")" on line 32:
if (!defined("_URL_")) {
/* echo "Could not automatically define the _URL_
constant, please define it manually in conf/config.php
or conf/const.php.");*/
echo "Could not automatically define the _URL_
constant, please define it manually in conf/config.php
or conf/const.php.";
exit;
}
I had to change permissions on the
/var/www/html/issue-tracker/includes/motd file to be
owned by apache and chmod 644
had to also include
"/var/www/html/issue-tracker/includes" in the chown -R
instruction on the directory setup section of the
Administrators Guide Version 0.2
Also get some PHP errors per the attached file