Last modified: 2010-05-15 15:33:33 UTC
I have upgraded to 1.4.11 (from about 1.4.6 (version.php has software revision 1002)), and how I have a file inclusion error that appears at the bottom of the page. Normally I would be able to troubleshoot, but I have searched every file for a reference to append.php but I cant find it. Warning: Unknown(append.php): failed to open stream: No such file or directory in Unknown on line 0 Warning: (null)(): Failed opening 'append.php' for inclusion (include_path='.:/hsphere/local/home/chessmes/startrekgames.planets.gamespy.com/games:/hsphere/local/home/chessmes/startrekgames.planets.gamespy.com/games/includes:/hsphere/local/home/chessmes/startrekgames.planets.gamespy.com/games/languages') in Unknown on line 0
Your PHP server is probably configured with an automatic footer inclusion. Check your php.ini for settings like these: ; Automatically add files before or after any PHP document. auto_prepend_file = auto_append_file = If necessary change or remove the include_path setting in LocalSettings.php.