Hello,
I'm having a problem with ser_fifo permissions when I log into serweb. I get the error message:
 
Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in /var/www/html/serweb/serweb_2004-07-27/html/functions.php on line 206
 
sorry -- cannot open write fifo
 
I can easily solve that by
chmod 777 /tmp/ser_fifo
 
But I want to avoid having to do that all the time, I want those permissions to be permanent. I added in ser.cfg the next line after the fifo:
fifo="/tmp/ser_fifo"
fifo_mode=0666
 
But I still have the same problem, when I log to serweb after a while, the permissions have changed!!
 
What's happening? Please help!! Isn't the line fifo_mode=0666 supposed to permanently keep the writing permission enabled?
Thanks!!
Llanos