Roundcube Community Forum

 

RC - Installation problem.

Started by coRpTitan, July 02, 2009, 07:33:56 AM

Previous topic - Next topic

coRpTitan

Hi,

I want to install RC on my linux box, but I'm having following problem:

Steps how to reproduce my problem:
- wget file_with_php_sources (I tested both, 0.2.2 first and also 0.3beta version).
- extract files into web root.
- chown -R 81:81 mail/ - UID 81 & GID 81 is indentity which is using my apache service/deamon.
- chcon -R system_u:object_r:httpd_sys_content_t mail/ - I'm SeLinux use, so setting this flag to all files to let apache work with them.
- I created user and DB aind into that DB I imported SQL data form /SQL directory.
- In web browser: http://mail.my-domain.ltd/ -> I get there message about: Not configured.
- So i navigate browser into : http://mail.my-domain.ltd/installer . On step 1 page I have everything OK except Postgres and SQLlite plugin. This 2 plugins are not installed, because I'm not using this DB solutions.
- At step 2 - I changed only mysql DB password, I set Mysqli instead of default mysql, changed mysql password.
- At step 3 - I get this problem: Every thing is ok at the begining, but after Test smtp testing sction I get following error:

----
Forbidden

You don't have permission to access / on this server.
Apache Server at html.php Port 80

Fatal error: Class 'html_inputfield' not found in /var/www/data/ltd/my-domain/mail/installer/test.php on line 241
----

This is part of that page, so I dont have problem with whole page, but only with a part of it.
One wired thing here is: Apache Server at html.php Port 80.
I'm using virtual hosts in this way:
 VirtualDocumentRoot /var/www/data/%-1/%-2/%-3+
 It's normaly resolved into : /var/www/data/ltd/my-domain/mail/ so I tink that error message should be: Apache Server at mail.my-domain.ltd Port 80

Do you see problem somewhere/do you have any suggestions how to solve this problem? I check your FAQ, but nothing about this problem was here :(

Thank you for any response.