On Sun, Jan 02, 2005 at 09:46:25PM -0500, Bill Catlan wrote: > Thank you for your efforts and sorry for your trouble.
Don't mention it. It's part of the give/take that makes open source so successful. > What version of CGI::Application are you using? Oops, I was still using 3.21. That's another reason to use a build system; it would have caught this dependency and warned me. At any rate, upgrading did the trick. Now I'm faced with missing images. I figured out that I needed to change the settings in the [net] section of flexmart_host.ini. I'm using a local server which has only a single name so have setup net as follows: [net] tld=flexmart sld= 3ld= This gives me the following error: Invalid interpolate token found in /home/william/local/flexmart-0.1/fmdemo/conf/flexmart_host.ini for value 'net.3ld' at /home/william/local/flexmart-0.1/flexmart/lib/Config/IniFiles/Interpolate.pm line 145. Removing the sld and 3ld entries produced the same error. Any ideas? > >Ah, I think I've found it. You don't use tmpl_load from C::A so > >tmpl_path is superfluous. > > This is not correct; please see line 74 of > FlexMart::PageManager::HTMLTemplate. I see. It appears you are processing the template twice. I only saw the second one which does not pass in the tmpl_path value. Thanks, William -- Knowmad Services Inc. http://www.knowmad.com --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
