Author Topic: Owncloud loses LMCE configuration.  (Read 5005 times)

Govo

  • Guru
  • ****
  • Posts: 204
    • View Profile
Owncloud loses LMCE configuration.
« on: July 11, 2015, 09:02:30 pm »
Hi Folks

Just installed 12.4 on my brand new PC, 8.10 wouldn't run on my new machine.

Decided to install owncloud and it worked no problem, but it has lost all the LMCE configurations, it looks nothing like the screen shots  on linuxmce.org .

The CSS style is gone and there is no links to LMCE storage.

Checking the system version. it has installed 8.1 of owncloud the latest release.

Is this a big problem for me, No, but I am pretty sure this isn't good for the work done by ochorocho (please correct me if I have the wrong name.)

The last time I install 12.4 in the early stages, owncloud looked pretty cool, I loved the way it looked like the LMCE forum.

This maybe something worth looking into.

Cheers
Gov
« Last Edit: July 12, 2015, 02:42:08 pm by Govo »

polly

  • Administrator
  • Guru
  • *****
  • Posts: 209
    • View Profile
Re: Owncloud loses LMCE configuration.
« Reply #1 on: July 12, 2015, 07:42:53 pm »
Hey ...

owncloud 8.1 was not tested yet.
I will looks at this soon. Hopefully today ... :-)

Ochorocho

polly

  • Administrator
  • Guru
  • *****
  • Posts: 209
    • View Profile
Re: Owncloud loses LMCE configuration.
« Reply #2 on: July 13, 2015, 12:28:57 am »
Hey Govo,

8.1 does not work at all atm. Just tested.
Looks like we need to rewrite some code due to API changes.
And on top of that the owncloud updater app fails with:

Code: [Select]
[Mon Jul 13 00:21:51.157664 2015] [:error] [pid 10470] [client 192.168.80.159:62859] PHP Fatal error:  Class 'OC_Appconfig' not found in /var/www/userspace/apps/updater/admin.php on line 31, referer: http://192.168.80.1/userspace/index.php/settings/personal
[Mon Jul 13 00:21:52.452262 2015] [:error] [pid 20168] [client 192.168.80.159:62863] PHP Fatal error:  Class 'OC_Appconfig' not found in /var/www/userspace/apps/updater/admin.php on line 31, referer: http://192.168.80.1/userspace/index.php/settings/personal

To get you going follow the wiki at least for OwnCloud 8.0.3: http://wiki.linuxmce.org/index.php/Linuxmce_userspace#Install_Userspace

Get the install script:

 cd /root/
 wget http://svn.linuxmce.org/svn/people/ochorocho/owncloud/owncloud_setup.sh

Make it executable and run it:

 chmox +x ./owncloud_setup.sh
 ./owncloud_setup.sh setup

Make sure you have at least php 5.4

Thanks for using owncloud on LMCE.

Govo

  • Guru
  • ****
  • Posts: 204
    • View Profile
Re: Owncloud loses LMCE configuration.
« Reply #3 on: July 13, 2015, 12:20:18 pm »
Hi polly

If I understand you correctly, you want me to downgrade to 8.0.3

The owncloud of 8.1 is working see below sceen shot. its just missing the LMCE configuration as stated above.

anyways, I will downgrade to see if it works.

SCREEN SHOT

https://www.dropbox.com/s/lb2esixvlkn15hm/lmce.png?dl=0


Cheers
Gov

Alblasco1702

  • Regular Poster
  • **
  • Posts: 45
    • View Profile
Re: Owncloud loses LMCE configuration.
« Reply #4 on: July 13, 2015, 01:39:22 pm »
Hello Govo,

yes you understand Polly good.
we have build the extensions for lmce_owncloud for version 8.0, and version 8.1has again changes to use the owncloud api where as the lmce extensions not use and there for are not working correctly and on a downgrade they should work. If not then let one of us know.

thanks for testing and using it.

Alblasco1702

polly

  • Administrator
  • Guru
  • *****
  • Posts: 209
    • View Profile
Re: Owncloud loses LMCE configuration.
« Reply #5 on: July 13, 2015, 06:12:33 pm »
Hey Govo,

yep, i recommend a downgrade or reinstall of OC 8.0.3.

Feel free to file a ticket.
For now i'm busy doing some other LMCE related stuff.
When done i will work on the owncloud update to 8.1

Hi polly

If I understand you correctly, you want me to downgrade to 8.0.3

The owncloud of 8.1 is working see below sceen shot. its just missing the LMCE configuration as stated above.

anyways, I will downgrade to see if it works.

SCREEN SHOT

https://www.dropbox.com/s/lb2esixvlkn15hm/lmce.png?dl=0


Cheers
Gov

Govo

  • Guru
  • ****
  • Posts: 204
    • View Profile
Re: Owncloud loses LMCE configuration.
« Reply #6 on: July 13, 2015, 08:16:59 pm »
Hi Folks

Thanks for the reply, downgrade completed, every is working OK.

there is a typo error in   chmox +x ./owncloud_setup.sh

It  should be  chmod +x ./owncloud_setup.sh

Can this be edited in wiki page too!

Hey were only human!

Thanks again .

polly

  • Administrator
  • Guru
  • *****
  • Posts: 209
    • View Profile
Re: Owncloud loses LMCE configuration.
« Reply #7 on: July 14, 2015, 09:46:49 am »
Feel free to edit the wiki ....
otherwise i will do so sooner or later ;-)

Thanks.