PHP Error

Hello,

I have built a small script around FOP2 to pass user's preferences.
Hence I had to rename index.html to index.php
No change in original source code, just added a few simple mysql insert commands.

I am getting the following errors in apache logs
[Tue Apr 26 04:40:34 2011] [error] [client 192.168.1.41] File does not exist: /var/www/html/fop2/fop2-variablesTFXS.txt, referer: http://192.168.1.9/fop2/index.php
[Tue Apr 26 04:48:35 2011] [error] [client 192.168.1.41] File does not exist: /var/www/html/fop2/fop2-variablesTFXS.txt, referer: http://192.168.1.9/fop2/index.php
[Tue Apr 26 04:48:46 2011] [error] [client 192.168.1.41] File does not exist: /var/www/html/fop2/fop2-variablesTFXS.txt, referer: http://192.168.1.9/fop2/index.php
[Tue Apr 26 04:49:06 2011] [error] [client 192.168.1.41] File does not exist: /var/www/html/fop2/fop2-variablesTFXS.txt, referer: http://192.168.1.9/fop2/index.php
[Tue Apr 26 04:50:08 2011] [error] [client 192.168.1.41] File does not exist: /var/www/html/fop2/fop2-variablesTFXS.txt, referer: http://192.168.1.9/fop2/index.php
[Tue Apr 26 04:50:47 2011] [error] [client 192.168.1.41] File does not exist: /var/www/html/fop2/fop2-variablesTFXS.txt, referer: http://192.168.1.9/fop2/index.php
[Tue Apr 26 04:51:04 2011] [error] [client 192.168.1.41] File does not exist: /var/www/html/fop2/fop2-variablesTFXS.txt, referer: http://192.168.1.9/fop2/index.php
[Tue Apr 26 04:51:20 2011] [error] [client 192.168.1.41] File does not exist: /var/www/html/fop2/fop2-variablesTFXS.txt, referer: http://192.168.1.9/fop2/index.php
[Tue Apr 26 04:51:36 2011] [error] [client 192.168.1.41] File does not exist: /var/www/html/fop2/fop2-variablesTFXS.txt, referer: http://192.168.1.9/fop2/index.php


Any ideas what these are ?

Thank you in advance.

Best regards,
Sans

Comments

  • Hello,

    That is not a php error but a regular file not found (404) on your web server, and it is totally normal. It does not affect fop2 at all. The file it is looking for is only needed if you run fop2 on a non standard port, and that file is created by fop2 itself when you change the listening port.
  • Thx Nicolás

    Any action I can take to prevent / resolve this error ?

    Thx again
    Sans
  • It is not actually a fatal error. You should not take any actions.
  • ok.
    Thx
    Sans
Sign In or Register to comment.