Thanks Karl, I have downloaded your file and will have a look at it. Having tried two other form examples I found online with still the same Error #2101 results, I moved the PHP to my server and it works fine. So Karl, you may be right that it is something to do with the PHP version or a glitch with the server. Very confusing.
> From: [email protected] > Subject: Re: [Flashcoders] error 2101 urlvariables decode > Date: Wed, 19 Jan 2011 02:29:18 -0600 > To: [email protected] > > Oh yeah. Sry. > Here you go. > > http://designdrumm.com/sendmail_gen.zip > > Karl > > > On Jan 19, 2011, at 2:23 AM, David Hunter wrote: > > > > > Thanks Karl, can't seem to download the file, it just opens a > > String of gobbeldy-gook in a new browser window. Can you put the > > php file inside a zipped folder and lose the ".php.zip" so its only > > ".zip" in the url? I will look into the headers, thanks for that tip. > > Cheers > >> From: [email protected] > >> Subject: Re: [Flashcoders] error 2101 urlvariables decode > >> Date: Wed, 19 Jan 2011 00:25:16 -0600 > >> To: [email protected] > >> > >> Hi David, > >> I am not sure about your mailer, as I am an old AS2 head. lol > >> But I have a sendmail_generic php script you could try to see if it > >> works over yours. > >> It is set up to work with flash and html alike. > >> Instructions are in the comments in the script. > >> > >> http://designdrumm.com/sendmail_gen.php.zip > >> > >> FYI, I have used this for years and it still works with Flash 10. > >> I have a feeling in your php script, you need to set more headers to > >> send with, like X-Mailer parameters. > >> HTH, > >> > >> Karl > >> > >> > >> On Jan 18, 2011, at 7:23 PM, David Hunter wrote: > >> > >>> > >>> Thanks for the response Karl. the php version is 5.2.5 and I don't > >>> think it changed recently. It seems lots of people are reporting > >>> this problem with CS4/CS5 and FP10. none of the solutions on google > >>> seem to be helping. I have tried encoding the URLLoader.data as > >>> variables and as text, on the php side i have tried echoing > >>> "sentOk=" .sentOk, "&sentOk=", "?sentOk=", "sentOk=true", > >>> "success". Either an #2101 error is pulled when using variables, > >>> when using text no error occurs but the php doesn't send the email. > >>> Has anyone run into this problem? Or has an example of sending and > >>> returning vars with a php script that they know works in CS5 with > >>> AS3 for comparison. This is doing my head in!!! > >>> Thanks in advance > >>> > >>>> From: [email protected] > >>>> To: [email protected] > >>>> Subject: Re: [Flashcoders] error 2101 urlvariables decode > >>>> Date: Tue, 18 Jan 2011 13:35:22 -0600 > >>>> CC: [email protected] > >>>> > >>>> What version of php was that file made for and what version of > >>>> php do > >>>> you have on the server? or better yet, did they upgrade the php on > >>>> your server to a newer version. that may make an old php file not > >>>> send > >>>> anymore. > >>>> > >>>> JAT > >>>> > >>>> Karl > >>>> > >>>> Sent from my iPhone > >>>> > >>>> On Jan 18, 2011, at 8:01 AM, David Hunter > >>>> <[email protected]> > >>>> wrote: > >>>> > >>>>> > >>>>> Happy New Year everyone! > >>>>> Recently updated a site that has a registration form which is now > >>>>> throwing an error. I didn't change anything to do with the > >>>>> form. It > >>>>> now throws an error #2101: The String passed to > >>>>> URLVariables.decode > >>>>> () must be a URL-encoded query string containing name/value pairs. > >>>>> I've looked on google and there seems to be some conflict > >>>>> whether it > >>>>> is a problem with the flash side or PHP side. I know that this has > >>>>> only occurred since updating another section of the site. I am now > >>>>> using CS5 but I was previously on CS3. I have tried changing my > >>>>> URLLoaderDataFormat.VARIABLES to TEXT and it throws a different > >>>>> error #1069: Property sentOk not found on String and there is no > >>>>> default value. (sentOk is the name of the variable I echo back > >>>>> from > >>>>> the php to know that an email has been sent). > >>>>> A snippet of the flash code is here: http://pastebin.com/pTzZKkMS > >>>>> The PHP code that handles the signup is here: http://pastebin.com/ > >>>>> FzbMdB7e > >>>>> The site has been running fine for over a year with pretty much > >>>>> the > >>>>> same actionscript code, the PHP side hasn't changed in years, this > >>>>> error only crept in 3 days ago. It doesn't just throw an error but > >>>>> also fails to send an email from the php side. > >>>>> Any and all help greatly appreciated, > >>>>> David > >>>>> _______________________________________________ > >>>>> Flashcoders mailing list > >>>>> [email protected] > >>>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > >>>> _______________________________________________ > >>>> Flashcoders mailing list > >>>> [email protected] > >>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > >>> > >>> _______________________________________________ > >>> Flashcoders mailing list > >>> [email protected] > >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > >> > >> Karl DeSaulniers > >> Design Drumm > >> http://designdrumm.com > >> > >> _______________________________________________ > >> Flashcoders mailing list > >> [email protected] > >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > _______________________________________________ > > Flashcoders mailing list > > [email protected] > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Karl DeSaulniers > Design Drumm > http://designdrumm.com > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

