floatingworld Posted December 17, 2007 Share Posted December 17, 2007 Hi, Someone tried to sign up using Paypal and opting for the subscription payemnt method. Their paypemnt went through on Paypal but I WHMCS failed to create their account in Plesk. I tried to manualy create there account and I get this error message: 1014 - Parser error: Cannot parse the XML from the source specified Does anyone know where this error is or what is causing it? ANy help ASAP would be very much appreciated by me. 0 Quote Link to comment Share on other sites More sharing options...
floatingworld Posted December 17, 2007 Author Share Posted December 17, 2007 Solved, the issue was caused by characters in the clients profile data that the Plesk API can't accept. 0 Quote Link to comment Share on other sites More sharing options...
synchro Posted February 2, 2009 Share Posted February 2, 2009 Thanks for following up with the fix I too had an apostrophy in the company name which caused the problem Paul 0 Quote Link to comment Share on other sites More sharing options...
Slice Posted September 10, 2009 Share Posted September 10, 2009 I just had this problem with accented characters. Since we're selling to mostly French-speaking customers, this can be a problem. I'll have to open a ticket over this since I know that Plesk can allow accented characters as client names and addresses and such. I suspect they are not being properly encoded in XML before being sent to Plesk. 0 Quote Link to comment Share on other sites More sharing options...
unityweb Posted October 29, 2009 Share Posted October 29, 2009 Did you solve the problem ? We're having the same issue with french accents in name or company name 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted December 1, 2009 Share Posted December 1, 2009 1014 - Parser error: Cannot parse the XML from the source specified thats my favorite running problem... the error occurs when umlauts are in clientfields. the developers had included a plain straightforward conversion using the string replace function below: strtr($val,"ŠŒŽšœžŸ¥µÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýÿºüÜgGsSçÇöÖiI","SOZsozYYuAAAAAAACEEEEIIIIDNOOOOOOUUUUYsaaaaaaaceeeeiiiionoooooouuuuyyouUgGsScCoOiI"); BUT "our" umlautchars are saved in Database as utf-8 encoded chars. this chars will obviously not converted. so far. regards 0 Quote Link to comment Share on other sites More sharing options...
MaRiOsGR Posted December 1, 2009 Share Posted December 1, 2009 thats my favorite running problem... the error occurs when umlauts are in clientfields. the developers had included a plain straightforward conversion using the string replace function below: strtr($val,"ŠŒŽšœžŸ¥µÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýÿºüÜgGsSçÇöÖiI","SOZsozYYuAAAAAAACEEEEIIIIDNOOOOOOUUUUYsaaaaaaaceeeeiiiionoooooouuuuyyouUgGsScCoOiI"); BUT "our" umlautchars are saved in Database as utf-8 encoded chars. this chars will obviously not converted. so far. regards where do you insert this string? also this sring is only coing to replace national characters with the latin ones, and just create the client in plesk with latin chars, right?? 0 Quote Link to comment Share on other sites More sharing options...
skcomp Posted December 1, 2009 Share Posted December 1, 2009 where do you insert this string?also this sring is only coing to replace national characters with the latin ones, and just create the client in plesk with latin chars, right?? I have the same error on my trial version. where do you insert this string? 0 Quote Link to comment Share on other sites More sharing options...
skcomp Posted December 1, 2009 Share Posted December 1, 2009 i have the same error on my trial WHMCS with Plesk 9.2. where do you insert this string? Does it function with this string? 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted December 2, 2009 Share Posted December 2, 2009 where do you insert this string? not i inserted this string. it is part of the core (should be in functions.php). Matt told me. Does it function with this string? no. see my previous post. i still have the same error, too. for solution you/or the developer should utf8encode (http://www.php.net/manual/en/function.utf8-encode.php) the ASCII input for the plesk module (maybe in plesk module). the plesk api always works with utf-8 packages. no matter what kind of user/charset the customer is. so the utf-8 converting function ist best placed in plesk module. an charset conversion (at least firstname, lastname, address1 and city) would cause no problems and even makes it more compatible. 0 Quote Link to comment Share on other sites More sharing options...
skcomp Posted December 4, 2009 Share Posted December 4, 2009 So, what should I do just that, it generates the correct accounts? I have now bought the unbranded version of WHMCS. 0 Quote Link to comment Share on other sites More sharing options...
MaRiOsGR Posted December 5, 2009 Share Posted December 5, 2009 I think the developer team of WHMCS should give a fix for all of us ,and I'm sure there's e lots of other ppl with the same problem. 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted December 7, 2009 Share Posted December 7, 2009 or we code an own plesk server module and offer it for free. 0 Quote Link to comment Share on other sites More sharing options...
egidux77 Posted January 19, 2010 Share Posted January 19, 2010 I have the same problem. And it is very bad. I can't use this program until this not solved. 1014 - Parser error: Cannot parse the XML from the source specified 0 Quote Link to comment Share on other sites More sharing options...
tristar Posted July 19, 2010 Share Posted July 19, 2010 I have same problem, plesk 9.3 Linux, vps. any advice will be appreciated 0 Quote Link to comment Share on other sites More sharing options...
timgws Posted July 28, 2010 Share Posted July 28, 2010 Please do not blame Matt for the terrible API that Parallels provides with Plesk (It is the same type of terrible API that Virtuozzo has) ((This is where I can say "Trust me: I wrote the module")) Please do not go on the forum saying that "the developer team of WHMCS should give a fix for all of us". You should be happy that it works ½ the time :] 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted July 28, 2010 Share Posted July 28, 2010 @timgws i wrote an own plesk module. so please tell me why the plesk api is terrible? its not REST or JSON but its a very well documented xml-rpc api with version management. so why? regards 0 Quote Link to comment Share on other sites More sharing options...
timgws Posted July 29, 2010 Share Posted July 29, 2010 i wrote an own plesk module. so please tell me why the plesk api is terrible? In my previous post I did not specify that Plesk's API was terrible, I said it is the same type of XML API that Virtuozzo has (which is terrible!) Are you able to share the Plesk module with the rest of the WHMCS community if you have written your own? Regards, Tim 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted July 29, 2010 Share Posted July 29, 2010 @own plesk module: i write diploma on it. and no, my company would kill me 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.