Posted by member 1 on 2003-07-16 18:22:36 link
looking at your config you are getting the error because $steprc$ is not a defined object. change the line...
to
and in the future PLEASE end all eVars with a \...god it makes for soooo many headaches not having them there.
You did say earlier in another post that $dirTheme$$rcStep$ didn't appear anywhere in your theme but it does. Looks like...uhhh...line....22.
Also...I did hide the posted step.rc cuz GAHD DAMN was it too big.
include "$dirTheme$$rcStep$"
to
include "$dirTheme$\step.rc"
and in the future PLEASE end all eVars with a \...god it makes for soooo many headaches not having them there.
You did say earlier in another post that $dirTheme$$rcStep$ didn't appear anywhere in your theme but it does. Looks like...uhhh...line....22.
Also...I did hide the posted step.rc cuz GAHD DAMN was it too big.