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=783a0f6d9ac75df3a91a5bc0b1b7c3b0
[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=783a0f6d9ac75df3a91a5bc0b1b7c3b0
[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=783a0f6d9ac75df3a91a5bc0b1b7c3b0
[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=783a0f6d9ac75df3a91a5bc0b1b7c3b0
[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=783a0f6d9ac75df3a91a5bc0b1b7c3b0
I hope some can help me J
Best regards Adel Al-Hezmi