Thank you first for your answer, but where can I find the error_reporting variable?
oh, sorry this variable is in php.ini
Second, in spite of changing the access permission of the ser_fifo for writing and reading php scripts, php scripts could not open ser_fifo for writing and thus got on the web browser (user_interface/my_account.php...) the following error "sorry -- cannot open write fifo". How can I solve this problem? Best regards,
This is a frequently asked question. The solution is in ser.cfg - variable mod_fifo - or something like this I don't know exact name now. Or search list archive, there are a lot of questions and answers to this.
Karel
-----Ursprüngliche Nachricht----- Von: Karel Kozlik [mailto:kozlik@kufr.cz] Gesendet: Mittwoch, 22. Dezember 2004 13:07 An: Adel Al-Hezmi Cc: serusers@lists.iptel.org Betreff: Re: [Serusers] Propem with the SER Web interface
Hello, this is a problem of used library phplib (not errors, only notices). Will be fixed in next version of serweb. For now you can disable this messages by set:
error_reporting = E_ALL & ~E_NOTICE
Karel
Adel Al-Hezmi wrote:
Hello all,
Last week I sent a question about my problem with ser_fifo and ser web interface, that the php script could not open ser_fifo for writing, in spite of changing access permission of ser_fifo allowing php scripts for read and write. I parsed the error_log file of http server and found that the oohforms.inc in phplib generates a lot of errors, such as undefined index or property. Here is a part of the error_log file:
[
client 10.10.11.36] PHP Notice: Undefined offset: 9 in /var/www/html/ser/html/page.php on line 219, referer:
http://10.10.11.36/ser/html/user_interface/index.php?phplib_Session=783a0f6d 9ac75df3a91a5bc0b1b7c3b0
[client 10.10.11.36] PHP Notice: Undefined offset: 10 in /var/www/html/ser/html/page.php on line 223, referer:
http://10.10.11.36/ser/html/user_interface/index.php?phplib_Session=783a0f6d 9ac75df3a91a5bc0b1b7c3b0
[client 10.10.11.36] PHP Notice: Undefined variable: message in /var/www/html/ser/html/user_interface/my_account.php on line 356, referer:
http://10.10.11.36/ser/html/user_interface/index.php?phplib_Session=783a0f6d 9ac75df3a91a5bc0b1b7c3b0
[client 10.10.11.36] PHP Notice: Undefined index: frozen in /var/www/html/ser/phplib/oohforms.inc on line 284, referer:
http://10.10.11.36/ser/html/user_interface/index.php?phplib_Session=783a0f6d 9ac75df3a91a5bc0b1b7c3b0
[client 10.10.11.36] PHP Notice: Undefined index: frozen in /var/www/html/ser/phplib/oohforms.inc on line 284, referer:
http://10.10.11.36/ser/html/user_interface/index.php?phplib_Session=783a0f6d 9ac75df3a91a5bc0b1b7c3b0
I hope some can help me J
Best regards Adel Al-Hezmi
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
ser.cfg fifo_mode = 0666 serweb im
On Thu, 23 Dec 2004 10:10:46 +0100, Karel Kozlik kozlik@kufr.cz wrote:
Thank you first for your answer, but where can I find the error_reporting variable?
oh, sorry this variable is in php.ini
Second, in spite of changing the access permission of the ser_fifo for writing and reading php scripts, php scripts could not open ser_fifo for writing and thus got on the web browser (user_interface/my_account.php...) the following error "sorry -- cannot open write fifo". How can I solve this problem? Best regards,
This is a frequently asked question. The solution is in ser.cfg - variable mod_fifo - or something like this I don't know exact name now. Or search list archive, there are a lot of questions and answers to this.
Karel
-----Ursprüngliche Nachricht----- Von: Karel Kozlik [mailto:kozlik@kufr.cz] Gesendet: Mittwoch, 22. Dezember 2004 13:07 An: Adel Al-Hezmi Cc: serusers@lists.iptel.org Betreff: Re: [Serusers] Propem with the SER Web interface
Hello, this is a problem of used library phplib (not errors, only notices). Will be fixed in next version of serweb. For now you can disable this messages by set:
error_reporting = E_ALL & ~E_NOTICE
Karel
Adel Al-Hezmi wrote:
Hello all,
Last week I sent a question about my problem with ser_fifo and ser web interface, that the php script could not open ser_fifo for writing, in spite of changing access permission of ser_fifo allowing php scripts for read and write. I parsed the error_log file of http server and found that the oohforms.inc in phplib generates a lot of errors, such as undefined index or property. Here is a part of the error_log file:
[
client 10.10.11.36] PHP Notice: Undefined offset: 9 in /var/www/html/ser/html/page.php on line 219, referer:
http://10.10.11.36/ser/html/user_interface/index.php?phplib_Session=783a0f6d 9ac75df3a91a5bc0b1b7c3b0
[client 10.10.11.36] PHP Notice: Undefined offset: 10 in /var/www/html/ser/html/page.php on line 223, referer:
http://10.10.11.36/ser/html/user_interface/index.php?phplib_Session=783a0f6d 9ac75df3a91a5bc0b1b7c3b0
[client 10.10.11.36] PHP Notice: Undefined variable: message in /var/www/html/ser/html/user_interface/my_account.php on line 356, referer:
http://10.10.11.36/ser/html/user_interface/index.php?phplib_Session=783a0f6d 9ac75df3a91a5bc0b1b7c3b0
[client 10.10.11.36] PHP Notice: Undefined index: frozen in /var/www/html/ser/phplib/oohforms.inc on line 284, referer:
http://10.10.11.36/ser/html/user_interface/index.php?phplib_Session=783a0f6d 9ac75df3a91a5bc0b1b7c3b0
[client 10.10.11.36] PHP Notice: Undefined index: frozen in /var/www/html/ser/phplib/oohforms.inc on line 284, referer:
http://10.10.11.36/ser/html/user_interface/index.php?phplib_Session=783a0f6d 9ac75df3a91a5bc0b1b7c3b0
I hope some can help me J
Best regards Adel Al-Hezmi
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers