permissions and small minor defect

Technical chat for the techies and development testers
Post Reply
makky
Posts: 5
Joined: Thu Jun 03, 2010 7:13 am
Location: Moscow
Contact:

permissions and small minor defect

Post by makky » Mon Mar 21, 2011 8:35 am

Hello, Dave.

Many thanks for external language file. Iam translate freenats to russian.

But i see minor defect in head:

Code: Select all

<html><head><title>FreeNATS: Monitoring Configuration</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
add, please, in head

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Next...
I make user with normal permissions. Can i show to it nodes only сertain group?

Next...
I have freebsd box and for system start i needed to bring editings in files, because var BaseDir dont work for me. And I had to add absolute paths where it was necessary :oops: What have I made incorrectly?

PS: sorry, my english is no good, but i hope you understand me. thx.
Free Best System Delivery =)

dave
Site Admin
Posts: 260
Joined: Fri May 30, 2008 9:09 pm
Location: UK
Contact:

Re: permissions and small minor defect

Post by dave » Tue Mar 22, 2011 10:01 pm

Hi there,

Sorry for the delay in replying.
add, please, in head

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Ok no problem I'll do this and let you know.
I make user with normal permissions. Can i show to it nodes only сertain group?
Sorry no. This isn't possible even with limoted users (normal users can read/write node settings but not system settings, limited users are read-only).

In the past I've done this with views - set a view for the required nodes and then give that link to the person.
I have freebsd box and for system start i needed to bring editings in files, because var BaseDir dont work for me. And I had to add absolute paths where it was necessary :oops: What have I made incorrectly?
I am not sure why this may be happening.

Are you cd'ing to the directory correctly?

Maybe remove the bit on the cron file that pipes the output to /dev/null and run it by hand - see what error is being generated.

Also you could go into the server/base/bin directory and manually do a php tester.php just to see what errors are shown.

Hope that helps,

Dave.

dave
Site Admin
Posts: 260
Joined: Fri May 30, 2008 9:09 pm
Location: UK
Contact:

Re: permissions and small minor defect

Post by dave » Wed Apr 13, 2011 7:01 pm

UTF-8 content-type header included as of 1.13.1a

Post Reply