Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: horde - php application framework https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=189195 ------- Additional Comments From greg@xxxxxxxxxxxx 2006-12-20 17:38 EST ------- > What's the registry.php file for? Compare it to registry.php.dist. It looks to be modified as horde expects the /horde directory to be '..' relative to the config directory, but that won't work obviously if the config directory is in /etc/horde or /var/lib/horde. eg: 'fileroot' => dirname(__FILE__) . '/..', 'templates' => dirname(__FILE__) . '/../templates', is changed to: 'fileroot' => $fileroot, 'templates' => $fileroot . '/templates', and he's added: $fileroot = '/usr/share/horde'; -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review