agadam Posted September 29, 2013 Share Posted September 29, 2013 I am setting up a E-Mail Template and I am getting this error as I am trying to continue in the process of setting it up? Module Command Error System.NullReferenceException: Object reference not set to an instance of an object at Web.GameHosting.billingapi.xc9f5c0c708acbff6 () [0x00000] in <filename unknown>:0 at Web.GameHosting.billingapi.Page_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 Any idea's or meaning of this I have searched google and everything and cant figure out what this means? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted September 30, 2013 WHMCS Support Manager Share Posted September 30, 2013 Hi, This type of error would occur when running the create module function (ie. when WHMCS attempts to create an account on the server) and not when editing an email template. Could you elaborate on the steps to reproduce the problem? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS TedX Posted October 1, 2013 Share Posted October 1, 2013 That sure is a strange error. It's not even a PHP error, but a C# one, probably given by a 3rd party SOAP call. On the face of it, I'd bet you're not passing in all of the <input>s a 3rd party service requires. You should check a working template for <input type="hidden">s and the like. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.