Changes

Jump to navigation Jump to search
1,051 bytes added ,  20:25, 10 November 2013
Line 12: Line 12:  
This is because SME8.x ships with PHP version 5.3.3 where Owncloud 5.x checks for PHP version 5.3.4
 
This is because SME8.x ships with PHP version 5.3.3 where Owncloud 5.x checks for PHP version 5.3.4
   −
You should take this very serious as long as this warning appears, because the installation of owncloud on your server could cause a servere risk. Perhaps it is safer for you to wait until the reason for this warning is solved.}}
+
You should take this very serious as long as this warning appears, because the installation of owncloud on your server could cause a servere risk. Perhaps it is safer for you to wait until the reason for this warning is solved. The solution proposed as you can see below is to upgrade your php version with the [[Webtatic |webtatic repository]]}}
see [[bugzilla:7613]] and most particularly [http://bugs.contribs.org/show_bug.cgi?id=7613#c3 bugzilla:7613#c3] for a workaround. An alternative method is mentioned in the forums [http://forums.contribs.org/index.php/topic,50335.msg252984.html#msg252984 here].
+
 
 +
see [[bugzilla:7613]] and most particularly [http://bugs.contribs.org/show_bug.cgi?id=7613#c3 bugzilla:7613#c3] and [http://bugs.contribs.org/show_bug.cgi?id=7613#c8 this one] for a workaround. An alternative method is mentioned in the forums [http://forums.contribs.org/index.php/topic,50335.msg252984.html#msg252984 here].
 +
 
 +
===webtatic-el5===
 +
first we need to install the webtatic repository, see the relevant [[Webtatic |wiki page]]
 +
 
 +
/sbin/e-smith/db yum_repositories set webtatic-el5 repository \
 +
Name 'webtatic - EL5' \
 +
MirrorList 'http://mirror.webtatic.com/yum/centos/5/$basearch/mirrorlist' \
 +
EnableGroups no \
 +
GPGCheck yes \
 +
GPGKey http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy \
 +
Visible no \
 +
status disabled
 +
 
 +
After adding it to the database updating the configuration file is required:
 +
signal-event yum-modify
 +
 
 +
check your php version
 +
[root@sme8dev-3 ~]# rpm -q php
 +
php-5.3.3-13.el5.sme.2
 +
 
 +
upgrade your php version
 +
[root@sme8dev-3 ~]# yum update --enablerepo=webtatic-el5 php
 +
verify your php version
 +
[root@sme8dev-3 ~]# rpm -q php
 +
php-5.3.27-2.w5
 +
and reconfigure your server
 +
signal-event post-upgrade; signal-event reboot
 +
 
 +
After that you can continue the HowTo
    
==Forum discussion==
 
==Forum discussion==

Navigation menu