Hello,
I have installed mobilejoomla in my site where I'm using tienda shopping cart.
When I try to pay and order with paypal it break payment validation process and in FF Error Java console I find:
"Error: illegal characterSource File: www.xxxxx.com/plugins/system/mtupgrade/mootools.jsLine: 1, Column: 112Source Code: 10px;\"><b>Checkout Amount:<\/b> \u20ac297.50<\/div>\n <img alt=\"\" border=\"0\" src="/\"https:\/\/www.paypal.com\/en_US\/i\/scr\/pixel.gif\"\"1\"\"1\"" \ />\n <div style=\"clear: both;\"><\/div>\n"
This is because seems that with joomlamobile installed returned html content is not correct infact html appears like below ( In RED color where FF show illegal character error)
<img alt=\"\" border=\"0\" src="/\"https:\/\/www.paypal.com\/en_US\/i\/scr\/pixel.gif\"\"1\"\"1\"" \ />
insted of
<src=\"https:\/\/www.paypal.com\/en_US\/i\/scr\/pixel.gif\" width=\"1\" height=\"1\" \/>
So HTML is breaked and return JS error.
I'm using
Joomla 1.5.25
MobileJoomla 1.0RC6
Tested on Iphone4 IOS5 and FF with IphoneSwitchUserAgent to Iphone 3.0
MJoomla is configured to not remove unsupported tags but problem still also with option enabled.
I have search on forum for same problem without results.
If you need to check error on my site I can send data as private message/email with FTP account.
Thanks a lot for any feedback
I have installed mobilejoomla in my site where I'm using tienda shopping cart.
When I try to pay and order with paypal it break payment validation process and in FF Error Java console I find:
"Error: illegal characterSource File: www.xxxxx.com/plugins/system/mtupgrade/mootools.jsLine: 1, Column: 112Source Code: 10px;\"><b>Checkout Amount:<\/b> \u20ac297.50<\/div>\n <img alt=\"\" border=\"0\" src="/\"https:\/\/www.paypal.com\/en_US\/i\/scr\/pixel.gif\"\"1\"\"1\"" \ />\n <div style=\"clear: both;\"><\/div>\n"
This is because seems that with joomlamobile installed returned html content is not correct infact html appears like below ( In RED color where FF show illegal character error)
<img alt=\"\" border=\"0\" src="/\"https:\/\/www.paypal.com\/en_US\/i\/scr\/pixel.gif\"\"1\"\"1\"" \ />
insted of
<src=\"https:\/\/www.paypal.com\/en_US\/i\/scr\/pixel.gif\" width=\"1\" height=\"1\" \/>
So HTML is breaked and return JS error.
I'm using
Joomla 1.5.25
MobileJoomla 1.0RC6
Tested on Iphone4 IOS5 and FF with IphoneSwitchUserAgent to Iphone 3.0
MJoomla is configured to not remove unsupported tags but problem still also with option enabled.
I have search on forum for same problem without results.
If you need to check error on my site I can send data as private message/email with FTP account.
Thanks a lot for any feedback