File check.php - What is it and what does it do: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with "The file, ''file_check.php'' is a tool used to check SMF source files for common errors like files not beginning with the php opening tag <code><?php</code> and not ending with c...")
 
mNo edit summary
Line 1: Line 1:
The file, ''file_check.php'' is a tool used to check SMF source files for common errors like files not beginning with the php opening tag <code><?php</code> and not ending with closing tags <code>?></code>, it also checks for files saved as [http://en.wikipedia.org/wiki/Byte-order_mark UTF-8 BOM].  
The file, ''[http://www.simplemachines.org/community/index.php?topic=329069.0 file_check.php]'' is a tool used to check SMF source files for common errors like files not beginning with the php opening tag <code><?php</code> and not ending with closing tags <code>?></code>, it also checks for files saved as [http://en.wikipedia.org/wiki/Byte-order_mark UTF-8 BOM].  


This tool can be used to diagnose forums with issues such as CAPCTHA verification images not showing, quote problems, etc. Simply upload the file to the Forum's root directory (the same directory as ''SSI.php''), and navigate your browser to:
This tool can be used to diagnose forums with issues such as CAPCTHA verification images not showing, quote problems, etc. Simply upload the file to the Forum's root directory (the same directory as ''SSI.php''), and navigate your browser to:

Revision as of 08:43, 21 April 2011

The file, file_check.php is a tool used to check SMF source files for common errors like files not beginning with the php opening tag <?php and not ending with closing tags ?>, it also checks for files saved as UTF-8 BOM.

This tool can be used to diagnose forums with issues such as CAPCTHA verification images not showing, quote problems, etc. Simply upload the file to the Forum's root directory (the same directory as SSI.php), and navigate your browser to:

http://www.example.com/forum/file_check.php



Advertisement: