[horde] Just a blank page after configuing in RH7.3
taz
taz at weldre5j.k12.co.us
Thu Dec 12 09:23:27 PST 2002
I have installed the following under Red Hat 7.3
php-4.1.2-0horde1.i386.rpm
php-devel-4.1.2-0horde1.i386.rpm
php-imap-4.1.2-0horde1.i386.rpm
horde-2.1-3.README
php-manual-4.1.2-0horde1.i386.rpm
imp-3.1-2.noarch.rpm
php-mcal-4.1.2-0horde1.i386.rpm
php-mysql-4.1.2-0horde1.i386.rpm
horde-2.1-3.noarch.rpm
imp-3.1-2.norach.rpm
already have apache 1.3.27 installed and running with the following for the
virtual host to be used with horde
<VirtualHost 172.31.14.31:8000>
DocumentRoot /usr/local/apache/htdocs/horde
DirectoryIndex index.php
ErrorLog /usr/local/apache/logs/error_log
AddType application/x-httpd-php .php
<Directory "/usr/local/apache/htdocs/horde">
Options Indexes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
<IfModule mod_php4.c>
php_value include_path "/usr/share/php:/usr/share/pear:."
</IfModule>
</Directory>
<Directory "/usr/local/apache/htdocs/horde/config">
order deny,allow
deny from all
</Directory>
<Directory "/usr/local/apache/htdocs/horde/lib">
order deny,allow
deny from all
</Directory>
<Directory "/usr/local/apache/htdocs/horde/locale">
order deny,allow
deny from all
</Directory>
<Directory "/usr/local/apache/htdocs/horde/po">
order deny,allow
deny from all
</Directory>
<Directory "/usr/local/apache/htdocs/horde/scripts">
order deny,allow
deny from all
</Directory>
<Directory "/usr/local/apache/htdocs/horde/templates">
order deny,allow
deny from all
</Directory>
<Location />
</Location>
</VirtualHost>
but when I go to the page 172.31.14.31:8000/index.php
it just gives me a blank page and the following is logged in the
apache logs:
[Thu Dec 12 12:21:57 2002] [error] PHP Fatal error: Call to undefined function: _() in /usr/local/apache/htdocs/horde/templates/index/notconfigured.inc on line 4
and if I goto 172.31.14.31:8000/test.php the following is logged
with a blank p[Thu Dec 12 12:23:39 2002] [error] PHP Warning: Failed opening '/usr/local/apache/htdocs/horde/test.php' for inclusion (include_path='/usr/share/php:/usr/share/pear:.') in Unknown on line 0
:
Any help would be greatly appreciate,
taz
More information about the horde
mailing list