T O P I C R E V I E W |
il_capo |
Posted - 10/05/2009 : 13:46:52 Every time i try and email a fellow member through the board I get this error:
Microsoft VBScript runtime error '800a005e'
Invalid use of Null: 'cInt'
/pop_mail.asp, line 68
Does anyone know of a solution? |
10 L A T E S T R E P L I E S (Newest First) |
Cult_Of_Frank |
Posted - 12/29/2010 : 16:35:10 If I said yes would you believe me? I wouldn't... but I want it to. Among many other things for this site that are growing cobwebs...
"Now you're officially my woman. Kudos. I can't say I don't envy you." |
Levitated |
Posted - 12/28/2010 : 08:45:31 will it function in/on 2011? |
KimStanleyRobinson |
Posted - 11/09/2010 : 14:15:00 any news?
im old and boring and hate stuff |
floop |
Posted - 10/07/2009 : 12:19:09 hmm |
Cult_Of_Frank |
Posted - 10/06/2009 : 17:24:15 Hmm, that's an interesting idea, I'll have a look at the forwarding options in cpanel and see.
"Now you're officially my woman. Kudos. I can't say I don't envy you." |
hammerhands |
Posted - 10/06/2009 : 10:24:03 Could you setup an automatic forwarding account?
So every form-mail would go to resend@fb.net and then when resend@fb.net receives it, it would send it to the subject line.
So subject line going to resend is email@notfb.net; actual subject. or subject line going to resend is email@notfb.net and is replaced by "Mail forwarded from Frankblack.net."
------------
I wonder if you put the intended recipient’s address in CC: or BCC: if it would still be blocked. |
Cult_Of_Frank |
Posted - 10/06/2009 : 06:33:44 Well, the core of the problem is that they (our hosts) have disabled form mail to addresses not of our domain. So we can set up email to addresses like dean@fb.net but not to your gmail/yahoo/etc addresses. Apparently, there's a workaround using PERL to build the email, but I am not very familiar.
"Now you're officially my woman. Kudos. I can't say I don't envy you." |
hammerhands |
Posted - 10/05/2009 : 21:44:57 That looks like a type mismatch.
If something is querying the database it is returning a null instead of a number, maybe because some field is no longer being used or doesn't always have a value.
I'm not sure what it would be trying to change to an integer (cint) though. It could have been converting a date (which can have fractions like .5 for 12:00pm).
What is on that line?
====
There's a lot of information, depending on the problem, which is often converting line breaks or querying info that is sometimes null, suggesting using instead of variable...iif(IsNull(variable), variable, Cint(variable)) [if this is SQL]. |
danjersey |
Posted - 10/05/2009 : 19:45:02 thats ok dean, floops got it in the shop as we speak |
Cult_Of_Frank |
Posted - 10/05/2009 : 19:37:59 Unfortunately a known issue with a very difficult fix that I don't fully grasp at this point in a language that is foreign to me... but someday.
"Now you're officially my woman. Kudos. I can't say I don't envy you." |