The same happens to me. I solved it with this line into de .cfg file, which change permissions to fifo_tmp
fifo_mode=438 (the same as fifo_mode=dec(666) where 666 is rw|rw|rw|)
Regards
Curro
On Tue, 2004-02-24 at 14:14, Gustavo Garcia Bernardo wrote:
I've experimented the same problem. My provisional solution is to change the fifo permission after SER boot.
G. -----Mensaje original----- De: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org]En nombre de alan chiu Enviado el: martes, 24 de febrero de 2004 11:30 Para: serusers@lists.iptel.org Asunto: [Serusers] SERWEB- Warning: fopen("/tmp/ser_fifo","w") - Permission denied
I haven't had this problem with serweb before but today my serweb>user_interface site is giving me the following error at the top of the page. Can't figure out what's wrong, everything seems to be intact. ser.cfg has fifo="/tmp/ser_fifo".
Checked this month's mailing list archive but seems like no one experienced the same problem. Any pointers will be appreciated.
*****On user interface site (logged in) *************** Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in /var/www/html/functions.php on line 206
sorry -- cannot open write fifo
*********in serweb's functions.php***********
206 /* open fifo now */ 207 $fifo_handle=fopen( $config->fifo_server, "w" ); 208 if (!$fifo_handle) { 209 $errors[]="sorry -- cannot open write fifo";
return;
*********in serweb's config.php******************************************* $this->fifo_server="/tmp/ser_fifo";
**
-- Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers