Difference between revisions of "Talk:OwnCloud"
Line 3: | Line 3: | ||
{{Note box|msg=The CVE-2006-7243 has been corrected in SME 8 with the package php-5.3.3-14.el5.sme (or for centos release php53-5.3.3-21.el5_10). Please see the bug [[bugzilla : 7613]] if you need more informations}} | {{Note box|msg=The CVE-2006-7243 has been corrected in SME 8 with the package php-5.3.3-14.el5.sme (or for centos release php53-5.3.3-21.el5_10). Please see the bug [[bugzilla : 7613]] if you need more informations}} | ||
--[[User:Stephdl|Stephdl]] ([[User talk:Stephdl|talk]]) 03:12, 5 January 2014 (MST) ola hsf, why did you remove this installation notes, it could be useful to people who have known the security warning ? | --[[User:Stephdl|Stephdl]] ([[User talk:Stephdl|talk]]) 03:12, 5 January 2014 (MST) ola hsf, why did you remove this installation notes, it could be useful to people who have known the security warning ? | ||
+ | * Hi Stephane, I relocated it from the main page for the warning is no longer valid for the how-to as it stands. I believe there is no need to confuse people with old info that they can not use, and keep the how-to clean and simpel. Hence why I moved it and not removed it. | ||
==[[User:Mmccarn|Mmccarn]] ([[User talk:Mmccarn|talk]]) 17:55, 30 December 2013 (MST)== | ==[[User:Mmccarn|Mmccarn]] ([[User talk:Mmccarn|talk]]) 17:55, 30 December 2013 (MST)== |
Revision as of 15:22, 5 January 2014
relocated outdated php warning
Installation Notes
--Stephdl (talk) 03:12, 5 January 2014 (MST) ola hsf, why did you remove this installation notes, it could be useful to people who have known the security warning ?
- Hi Stephane, I relocated it from the main page for the warning is no longer valid for the how-to as it stands. I believe there is no need to confuse people with old info that they can not use, and keep the how-to clean and simpel. Hence why I moved it and not removed it.
Mmccarn (talk) 17:55, 30 December 2013 (MST)
Note: Despite the supposed dependancy of OwnCloud 6 on PHP v5.3.8, I was able to install Owncloud 6.0a without problems on SME8 using the OwnCloud 'web installer'.
Mmccarn 08:14, 2 December 2012 (MST)
Notes: Installing from a git clone generated a blank screen during installation, with the following error in /var/log/messages:
httpd: PHP Fatal error: Cannot access protected property MDB2_Driver_mysql::$varchar_max_length in /home/e-smith/files/ibays/owncloud/html/3rdparty/MDB2/Driver/Datatype/mysql.php on line 156
This was reported to owncloud and determined to be "not a bug": http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1583
However, I suspect that it's related to this change in PEAR: http://pear.php.net/bugs/bug.php?id=19582
As reported, downloaded releases (v4.5.3 and v4.5.4) installed fine.
webtatic-el5
The solution proposed as you can see below is to upgrade your php version with the webtatic repository
first we need to install the webtatic repository, see the relevant wiki page
/sbin/e-smith/db yum_repositories set webtatic 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 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