MOD Developers, please read... - Posted (14618 Views)
Snitz Forums Admin
RichardKinser
Posts: 16655
16655
I have noticed the use of:

Code:
<!--#INCLUDE FILE="inc_func_common.asp" -->
as a replacement for:

Code:
<!--#INCLUDE FILE="inc_functions.asp" -->
But,

Code:
<!--#INCLUDE FILE="inc_func_common.asp" -->
is already an include in both inc_header.asp and inc_header_short.asp, so in a lot of the MODS that I have looked at, it's basically being included twice.
Please go over your MODS and check to make sure that you aren't including:
Code:
<!--#INCLUDE FILE="inc_func_common.asp" -->
in any of your files that also have either inc_header.asp or inc_header_short.asp as an include.<
 Sort direction, for dates DESC means newest first  
 Page size 
You Must enter a message