Originally posted by NormanRouxel
View Post
the old code was:
Code:
<script language="javascript" type="text/javascript" src="actiniccore.js<actinic:block if="%3cactinic%3avariable%20name%3d%22ECDayno%22%20%2f%3e%20%21%3d%20%22%22" >?DAYNO=<actinic:variable name="ECDayno" /></actinic:block>"></script> <script language="javascript" type="text/javascript" src="actinicextras.js<actinic:block if="%3cactinic%3avariable%20name%3d%22ECDayno%22%20%2f%3e%20%21%3d%20%22%22" >?DAYNO=<actinic:variable name="ECDayno" /></actinic:block>"></script> <script language="javascript" type="text/javascript" src="actinicsearch.js<actinic:block if="%3cactinic%3avariable%20name%3d%22ECDayno%22%20%2f%3e%20%21%3d%20%22%22" >?DAYNO=<actinic:variable name="ECDayno" /></actinic:block>"></script>
Code:
<script language="javascript" type="text/javascript" src="actiniccore.js"></script> <script language="javascript" type="text/javascript" src="actinicextras.js"></script> <script language="javascript" type="text/javascript" src="actinicsearch.js"></script>
Syntax error line 88
nTrimListTo is undefined - Line 196
nMaxRecent is undefined line 324 (2 places)
If I revert back to the old version the errors go away.
Any ideas on what might be happening?
Separately based on the SellerDeck feedback on cashing is it possible someone could let me have the change I need to make to the httpaccess file. I am a little nervous on making the change unaided.
Many thanks
Tony
Comment