Changes

Jump to navigation Jump to search
401 bytes added ,  12:31, 12 January 2013
Line 22: Line 22:     
signal-event ibay-modify owncloud
 
signal-event ibay-modify owncloud
</nowiki>
+
 
 +
you need to allow the "allow_url_fopen"
 +
 
 +
mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
 +
nano /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99allow_url_fopen
 +
 
 +
paste this in nano and save this
 +
 
 +
<Directory /home/e-smith/files/ibays/owncloud/html>
 +
php_admin_flag allow_url_fopen on
 +
</Directory>
 +
 
 +
then
 +
 
 +
expand-template /etc/httpd/conf/httpd.conf
 +
/etc/init.d/httpd-e-smith restart
    
4. Create a new database in MySQL, grant persmissions, set password and flush (Again, in this example the database name is owncloud)
 
4. Create a new database in MySQL, grant persmissions, set password and flush (Again, in this example the database name is owncloud)

Navigation menu