PDA

View Full Version : Oops: FOOTER variable missing


scolli
12-Oct-2006, 01:17 PM
I seem to have cocked up my Act_primary.html file and am getting the following warning message when I upload the site:

Warning: Some of the configuration variables were not found in the HTML templates. If you modified these templates, make sure the results are what you want. If you have not modified the templates, the files are probably corrupt. Try restoring them from a backup or contact your Actinic reseller or Actinic Support as appropriate.

It's reporting problems with:
Act_Primary.html FOOTER
Act_NavigationItem.html NAVTARGET

Can I just copy and paste these from one of the standard templates?

Cheers

cdicken
16-Oct-2006, 06:42 AM
If you design is working as you need it, I suggest you just select the box that says 'don't show this message again'. Neither of the variables mentioned are critical.

scolli
17-Oct-2006, 09:14 PM
Ok, thanks for the advice Chris

davidandrew
03-Dec-2007, 03:55 PM
Begs the question:

Why the warning message?

I have noticed that if you remove 'NETQUOTEVAR:HEADER' there is no warning. Why is this? The reason I ask is I would rather know what, why and which NETQUOTEVAR's are dependant for running a working shop. Is there a list of critical NETQUOTEVAR's that will produce this warning and which ones will break the shop and a list of ones you can remove without fear of breaking anything?

As it stands I am taking a default theme and painstakingly commenting out variables and uploading them to a local site to see what impact it has. Something like:

NETQUOTEVAR:HEADER can be removed
NETQUOTEVAR:FOOTER can be removed but will generate a warning message because...
NETQUOTEVAR:FORMBEGIN cannot be removed as it does x,y & z

Regards

Dave