Page 1 of 2

Error: Can`t open users folder.

Posted: Wed Jul 17, 2019 3:12 pm
by ITdreamer
Timur, hi

I've installed RULES on our server at 192.168.1.11

Now when I come to http://192.168.1.11 I see rules interface, but I get an error.

Image

I understand the error, but I can't find out what to do.

Can you help?

Re: Error: Can`t open users folder.

Posted: Thu Jul 18, 2019 9:32 am
by timurhai
Hi.
User that runs http server should have an r+w access cgru/users folder.
You can create it manually and give rights (to not to give such rights to the entire cgru folder for a security reasons).

Re: Error: Can`t open users folder.

Posted: Thu Jul 18, 2019 9:53 am
by ITdreamer
Perfect Thanks

Now the error dissappeared.

But now I get another issue.
It seems that everything is OK, but I don't see the folders structure.

rules_root is linked to our Projects folder on a server, but I don't see the file structure

Re: Error: Can`t open users folder.

Posted: Thu Jul 18, 2019 12:00 pm
by timurhai
May be the same permissions problem.

Re: Error: Can`t open users folder.

Posted: Thu Jul 18, 2019 2:33 pm
by ITdreamer
Well, Projects folder has rwxrwxrwx permissions.

Re: Error: Can`t open users folder.

Posted: Thu Jul 18, 2019 3:20 pm
by timurhai
Is there some administrator? Have you logged in?

Re: Error: Can`t open users folder.

Posted: Thu Jul 18, 2019 3:37 pm
by ITdreamer
I am just looking from the client machine at 192.168.1.11 in browser.

What kind of admin, and login are you talking about?

No I didn't login anywhere.

Re: Error: Can`t open users folder.

Posted: Thu Jul 18, 2019 3:58 pm
by timurhai
Are you a guest, or who? Open settings (top left arrow).

Re: Error: Can`t open users folder.

Posted: Thu Jul 18, 2019 4:13 pm
by ITdreamer
Image

Re: Error: Can`t open users folder.

Posted: Thu Jul 18, 2019 4:26 pm
by timurhai
RULES uses Apache Digest Authentication.
You can read how setup it, there are lots of Apache manuals:
https://www.google.com/search?q=apache+ ... entication

This is an Apache .htaccess file example:
https://github.com/CGRU/cgru/blob/maste ... ss_example
You can copy it into .htaccess and modify for your needs.