Answer the question
In order to leave comments, you need to log in
CentOS + Bitrix + ownCloud - how to raise?
Good afternoon, it became necessary to raise ownCloud on a combat VM with CentOS and Bitrix.
What I did:
1. installed own and the necessary components suggested by the installer
2. moved everything to /home/own/www/owncloud
3. gave 0770 rights to the Bitrix user
4. created /etc/httpd/bx/conf/own.conf
<IfModule mod_alias.c>
Alias /own /home/own/www/owncloud/
</IfModule>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /home/own/www/owncloud/
<Directory /home/own/www/owncloud/>
Options None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Error while trying to create admin user: could not find driver
$type = OC_Config::getValue( "dbtype", "mysql" );
Ваша папка с данными и файлы возможно доступны из интернета потому что файл .htaccess не работает.
Для информации, как правильно настроить Ваш сервер, пожалуйста загляните в документацию.
Error while trying to create admin user: could not find driver
Answer the question
In order to leave comments, you need to log in
And if you look at the Apache logs? There, anyone will see what data is requested. Check the paths.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question