freebsd 6.2 install

Conrad

Verified User
Joined
Aug 6, 2005
Messages
52
Location
Stolwijk
I created a .custombuild file in /root and da install without too many errors.

Still have the following problems:
the squirrelmail default_prefs issue i read in this forum, but permission are
fine i think, data directory is apache:apache (777)
but i stil get the error message: cannot read default_prefs etc.
(but it exists)


other issue is the installation of roundcube. it gives a 500 internal server error. in the log it says:
PHP Fatal error: Call to a member function getMessage() on a non-object in /var/www/html/roundcubemail-0.1-rc2/program/include/rcube_db.inc on line 366
[Fri Jan 25 23:48:45 2008] [error] [client 84.53.116.173] PHP Notice: DB Error: unknown error Query: SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id='21eb8a13cedd2caf80d5b70555cfbc73' [nativecode=1033 ** Table './da_roundcube/session' was created with a different version of MySQL and cannot be read] in /var/www/html/roundcubemail-0.1-rc2/program/include/bugs.inc on line 95

anyone had the same problems?
 
I think you are using PHP as CGI. Try:
Code:
chown -R webapps:webapps /var/www/html/squirrelmail
chown -R webapps:webapps /var/www/html/roundcube
 
Back
Top