I finally resolved a problem I had with the 5.2 css files. Although the setup mentions you may have to move the css files out of cgi-bin (I have no idea why the server won't load them from there) setting the Number of levels between agora.cgi and the CSS file to 2 in my case did nothing. If I looked at the generated source the link was still:
<link rel="stylesheet" type="text/css" href="agorastyles.css" media="screen">
I did a grep of the files to locate the link code and then modified all the references to the css file in "agora_usr_lib.pl" to
<link rel="stylesheet" type="text/css" href="../../agorastyles.css" media="screen"> and put the css files in my root directory for now.
Was setting the Number of levels between agora.cgi and the CSS file to 2 supposed to modify something?
It works now. Probably just as well to keep all my css files in one site directory any way.
There is also another small thing, the maxp option is limited to 300 if you exceed that number it doesn't default to the max, but instead goes to what is set in the manager setup. My previous version was set to 1000. Took a while to find out what was happening. Be nicer if when it is exceeded it went to 300 not to a lower number.
I may get this cart going yet!
Cheers,
Stan