MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: chrisf on 2014-02-16, 05:10:12

Title: cleanup resets these, why?
Post by: chrisf on 2014-02-16, 05:10:12
Mustafa,  I set KloxoMR SSL cert by going to SSL Certificates, adding my certificate, then clicking on set Kloxo SSL.  I chose the SSL certificate I want to use, click update.

This works.  I can access KloxoMR at https://mydomain:7777 and the certificate shows valid, green lock.

Next,  I upload logo using admin 'upload logo' icon.  It uploads.  It does not show properly in simplicity skin display for logo, but it is on login screen upper left.  So it works.

Run sh/script/cleanup.

SSL set back to lxlabs, logo gone.

This should not happen every KloxoMR update.  Please fix.  Thank you
Title: Re: cleanup resets these, why?
Post by: chrisf on 2014-02-16, 05:27:03
New bug! After php53s upload logo doesn't work.  Don't know why, just can't get it to show up on login page.
Title: Re: cleanup resets these, why?
Post by: Spacedust on 2014-02-17, 12:44:24
I'm always reporting this - even running cleanup-simple removes my SSL cert and set it to lxlabs. Solution is to go to Kloxo-MR -> SSL certs -> select cert and use this cert for Kloxo -> then restart kloxo and you've got your SSL cert back.
Title: Re: cleanup resets these, why?
Post by: chrisf on 2014-02-17, 15:56:23
I know, but why not fix this, we update KloxoMR alot.  Mustafa, please fix.
Title: Re: cleanup resets these, why?
Post by: MRatWork on 2014-02-17, 16:03:11
After set ssl, try backup their files. And after cleanup, you can copy back.

Maybe I try to make better code where if Kloxo-MR found custom ssl file, they will use it instead 'default.
Title: Re: cleanup resets these, why?
Post by: chrisf on 2014-02-17, 16:07:44
+1 thank you Mustafa.  Also for upload logo, it gets reset too.

Thank you!
Title: Re: cleanup resets these, why?
Post by: chrisf on 2014-02-23, 08:34:58
Upload logo in 6.5.1b still not working.  It says in status upload successful, but the logo does not appear.

Also,
.....httpdocs/login/images/logo.png

I set it manually and after /script/cleanup it is gone again!
Title: Re: cleanup resets these, why?
Post by: MRatWork on 2014-02-23, 08:37:38
I didn't found this issue for logo. Try using 'sh /script/fix-userlogo'.
Title: Re: cleanup resets these, why?
Post by: chrisf on 2014-02-23, 09:46:20
I tried on 5 KloxoMR 6.5.1b servers.  No upload logo works.

It appears to be a permissions problem, but I am not sure.  Fix-userlogo copied a blank file all over the place.
Title: Re: cleanup resets these, why?
Post by: MRatWork on 2014-02-23, 12:33:16
Normally, fix-userlogo will be copy from /usr/local/lxlabs/kloxo/httpdocs/user-logo.png to /home/kloxo/httpd/cp and others and also copy to all domains with also overwrite logo.png. So, you will see 2 png files (logo and user-logo.png) in images dir.
Title: Re: cleanup resets these, why?
Post by: chrisf on 2014-02-25, 22:01:53
Not working on any server.  Simplicity looks for the uploaded image at /theme/ directory, but no user logo there.  I can manually set these images, but on /script/cleanup, they disappear.

Running fix userlogo didn't fix.  It actually removed my images.  Seems uploading is failing to write.  Permission problem maybe, file is saved as root, panel is now lxlabs.  Just trying to figure this out.

SSL still resets also on cleanup for KloxoMR panel.
Title: Re: cleanup resets these, why?
Post by: MRatWork on 2014-02-26, 04:33:45
I didn't found this issue for user-logo in all my servers (including server for this forum).