View previous topic :: View next topic |
Author |
Message |
broncorider Junior Member
Joined: 03 Aug 2014 Posts: 17
|
Posted: Thu Feb 26, 2015 4:50 am Post subject: owncloud errors |
|
|
I installed owncloud from extra cd using pgktool command.
Ran into to errors. It is on a test bed machine so I may have bunged up something else. I expected owncloud from the extra cd to run smoothly.
Description: |
|
 Download |
Filename: |
owncloud.zip |
Filesize: |
32.53 KB |
Downloaded: |
3774 Time(s) |
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Thu Feb 26, 2015 6:52 am Post subject: |
|
|
Which version of SMS you are running and which versions of apache, php...?
Did you upgrade apache to 2.4.12 without updating php from testing?
You can comment all magic quotes settings in /etc/httpd/php.ini although I don't see how that would be a fatal error...?
I have owncloud running on apache 2.2.29 and on apache 2.4.12 without any problems...
BTW you can use slapt-get to update/install packages as well..
gerasimos_h
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
broncorider Junior Member
Joined: 03 Aug 2014 Posts: 17
|
Posted: Fri Feb 27, 2015 7:18 am Post subject: |
|
|
Just did a fresh install from the SMS.Native.CD-2.0.7-Install.
Did the SMS config in kde gui. First time using gui...very nice.
Never really used slapt-get before, but I'm seeing how it is like apt-get....
Did slapt-get --upgrade
Did slapt-get -i owncloud
1 more reboot...and new errors?
Owncloud does not have a free android app. I will look at pydio next.
I'm giving up on owncloud!
Description: |
|
 Download |
Filename: |
owncloud-1.zip |
Filesize: |
29.35 KB |
Downloaded: |
3614 Time(s) |
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Feb 27, 2015 8:01 am Post subject: |
|
|
owncloud has a 3rd party free android app
https://play.google.com/store/apps/details?id=com.owncloud.androidApp
I used it in the past and it's the same as the official (I purchase the owncloud app)...
Also you will need other 3rd apps e.g. for synchronizing contacts or calendars on android...
Do you want me to take a look at your server?
gerasimos_h
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
broncorider Junior Member
Joined: 03 Aug 2014 Posts: 17
|
Posted: Fri Feb 27, 2015 8:14 am Post subject: |
|
|
Thanks for the quick reply. I think I had enough for now.
Might try again tommorow.
|
|
Back to top |
|
broncorider Junior Member
Joined: 03 Aug 2014 Posts: 17
|
Posted: Fri Mar 06, 2015 5:14 am Post subject: |
|
|
Not sure if it helps anyone, but it seems the PHP version in 2.0.7 won't work with owncloud. I never did get it to work. It's just a test server for my own learning and interest so not a big deal it did not work.
I will keep hacking away. Thanks for SMS, I have learned alot.
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Mar 06, 2015 6:27 am Post subject: |
|
|
Hello,
I did a test install in a virtualbox with SMS-2.0.7, and the only thing needed is to add
magic_quotes_gpc = Off
in /etc/httpd/php.ini and restart apache with
apachectl restart
or
/etc/rc.d/rc.httpd restart
or
smsconfig httpd rs
That's all...
Also you should always use slapt-get to update packages and there are lot of security updates needed to apply, including bash, since SMS-2.0.7.
It seems it's time for an SMS-2.0.8, I already delayed it a lot...
gerasimos_h
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
broncorider Junior Member
Joined: 03 Aug 2014 Posts: 17
|
Posted: Mon Mar 09, 2015 4:02 am Post subject: |
|
|
Very interesting. I am still having errors. I might try again, using a virtual box.
|
|
Back to top |
|
broncorider Junior Member
Joined: 03 Aug 2014 Posts: 17
|
Posted: Mon Mar 16, 2015 2:33 am Post subject: |
|
|
Did a fresh install.
Edit php.ini.
Restart httpd.
Worked perfect !!! Thanks for the hints.
|
|
Back to top |
|
|