[Bug 189195] Review Request: horde - php application framework

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 20 22:38:22 UTC 2006


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 at runlevel7.ca  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.




More information about the Fedora-package-review mailing list