Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Repeat Links On CentOS Machine: Edit Log

Here is the list of edits for this post
Repeat Links On CentOS Machine
Hi,

I'm a licensed customer and still using Links SQL 2.1.1
My problem is when i transfer to new OS/Server, my previous OS is Redhat 9.0, but when i upgrade the server to Centos 4.2, my links are going to triple time show on any category, for example u can see at http://resepi.mesra.net/Masakan_Ayam/

Is it because of the modification i made long time ago at category.html as below?

<%loop links_loop%>
<%if first%> <%-- set up the opening table --%>
<TABLE width="100%">
<TR>
<%endif%>
<TD>
<%include link.html%>
</TD>
<%ifnot row_num % 2%> <%-- close the row --%>
</TR>
<%endif%>
<%if last%> <%-- close the table --%>
<%if row_num % 2 eq 1%> <%-- balance the trailing rows --%>
<TD></TD><TD></TD>
<%endif%>
</tr>
</TABLE>
<%endif%>
<%endloop%>

I hope having some advice why this happen and hopefully i dont have to upgrade to latest Links SQL 3.0 because on current 2.1.1 i had plenty of templates global and modification.

Thank you.

Last edited by:

reenee: Feb 16, 2006, 2:39 AM

Edit Log: