Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in /var/www/html/serweb/functions.php
Regards Paul Dracevich Wireless Technology Consultant Wayby Group
Mobile +64 29 638 9675 Phone +64 9 623 2143 Fax +64 9 623 1380 email paul@vnet.cc website www.vnet.cc file:///C:\Documents%20and%20Settings\paul\Application%20Data\Microsoft \Signatures\www.vnet.cc
"the freedom to communicate is the right of every individual in the 21st century" "Intellectual Property protection is the key to the Knowledge Economy" This email was sent to you via YOUtopia ... it's all about YOU.
The information contained in this email and any attachments is confidential and may be legally privileged. If you are not the intended recipient then you must not use, disseminate, distribute or copy any information contained in this email or any attachments. If you have received this email in error, please contact us immediately and delete this email. Thank you.
You ought to have write permission for /tmp/ser_fifo.
HTH Che
On 4/13/05, Paul Dracevich paul@vnet.cc wrote:
Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in /var/www/html/serweb/functions.php
Alle 23:49, mercoledì 13 aprile 2005, Paul Dracevich ha scritto:
Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in /var/www/html/serweb/functions.php
Guessing it is a serweb error, check the owner of httpd (apache?) process and see if it is the same of /tmp/ser_fifo. If not, you should either run httpd as root or change permissions or ownership of /tmp/ser_fifo
Set permission to the fifo file rw for serweb
Just try chmod 777, it will work until next reboot
Olivier
-----Message d'origine----- De : serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] De la part de Giovanni Balasso Envoyé : jeudi 14 avril 2005 8:40 À : serusers@lists.iptel.org Objet : Re: [Serusers] Help? works but I get this error
Alle 23:49, mercoledì 13 aprile 2005, Paul Dracevich ha scritto:
Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in /var/www/html/serweb/functions.php
Guessing it is a serweb error, check the owner of httpd (apache?) process and see if it is the same of /tmp/ser_fifo. If not, you should either run httpd as root or change permissions or ownership of /tmp/ser_fifo