HomeHome Product Discus... Product Discus...SmithCartSmithCartProblem with PaymentsProblem with Payments
Previous
 
Next
New Post
11/4/2011 1:47 PM
 

We are running dnn 05.06.03 (45) with smith cart 4.60.0. when you check out I get this error. That color #ECC67B is a color I would have set, probably in one of your modules to match the skin. However, it seems to be breaking things. Do you have any ideas where it would be? I should note the checkout works and paypal does process the payment. We are using paypal pro. On another note, the email that get's sent to the customer is blank. Do you think that's a related issue to this, or something else, i.e. a setting I'm missing?

 

Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Cannot create an object of type 'System.Drawing.Color' from its string representation '#ECC67B;' for the 'ForeColor' property. ---> System.Web.HttpParseException: Cannot create an object of type 'System.Drawing.Color' from its string representation '#ECC67B;' for the 'ForeColor' property. ---> System.Web.HttpParseException: Cannot create an object of type 'System.Drawing.Color' from its string representation '#ECC67B;' for the 'ForeColor' property. ---> System.Web.HttpException: Cannot create an object of type 'System.Drawing.Color' from its string representation '#ECC67B;' for the 'ForeColor' property. at System.Web.UI.PropertyConverter.ObjectFromString(Type objType, MemberInfo propertyInfo, String value) at System.Web.UI.ControlBuilder.AddProperty(String filter, String name, String value, Boolean mainDirectiveMode) at System.Web.UI.ControlBuilder.PreprocessAttribute(String filter, String attribname, String attribvalue, Boolean mainDirectiveMode) at System.Web.UI.ControlBuilder.PreprocessAttributes(ParsedAttributeCollection attribs) at System.Web.UI.ControlBuilder.Init(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs) at System.Web.UI.ControlBuilder.CreateBuilderFromType(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs, Int32 line, String sourceFileName) at System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty) at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseReader(StreamReader reader, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.Parse(ICollection referencedAssemblies, VirtualPath virtualPath) at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---

 
New Post
11/5/2011 7:36 AM
 

The first suspect is the semicolon. While this is okay in .css files, it is not used in .ascx files. For example:

<dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU" forecolor="#112233" /%>

From the error message this has nothing to do with SmithCart. You will have to find a way to search your files for the exact color string including the semicolon to fix it.

As for the emails, in the Store Admin Menu, click on email templates. Do you have any tempates listed? You need to add a template for each of the three email types.

I hope this is of some help to you.

 
New Post
11/7/2011 8:38 AM
 
I can't believe I didn't notice the semicolon. That fixed my issue. Also, I didn't have a template set up, I saved one and it worked. You might want to save those by default, I didn't change anything in it, but having to go in and click save just seems like extra work. Not a big deal though. Thanks,
 
New Post
11/7/2011 7:38 PM
 
Hi Michael,

Which "template" are you referring to? Email, Invoice, or Page Templates?

Thanks,
 
New Post
11/8/2011 7:04 AM
 
The email template. It was just sending out blank ones until I clicked save. Not a big deal though.
 
New Post
11/10/2011 2:22 PM
 

Hi Michael,

I think that is a great suggestion, you are always welcome to submit an Enhancement Request Enhancement Requests forum here:

http://www.smith-consulting.com/Forum...

We prioritize programming on our modules in the following order:

  • Bug Fixes
  • Sponsored or paid change requests
  • Enhancements with the most requests

Thanks,
 

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartProblem with PaymentsProblem with Payments