VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: bilob85 on March 11, 2015, 19:22:31 PM

Title: Error rescue Product title with apostrophe in database
Post by: bilob85 on March 11, 2015, 19:22:31 PM
Hi,
I have a problem with rescue product title with apostrophe in database.

E.g.    L'altra bibbia

rescued

L'altra bibbia

and it cause error of visualization in front-end.

My info

VirtueMart 3.0.6.2

webserver Apache 2

Joomla! 3.4.0 Stable

Collation database   utf8_general_ci
characters coding       utf8_general_ci

Versione PHP   5.5.19

Can you help please...
Regards
Title: Re: Error rescue Product title with apostrophe in database
Post by: Milbo on March 12, 2015, 00:49:20 AM
do you use the original layouts?
Title: Re: Error rescue Product title with apostrophe in database
Post by: bilob85 on March 12, 2015, 08:01:01 AM
I use "Product Layout" : No override.

But I think that this set don't cause this error.
Title: Re: Error rescue Product title with apostrophe in database
Post by: Milbo on March 12, 2015, 10:20:09 AM
Your template can still override it.
Title: Re: Error rescue Product title with apostrophe in database
Post by: bilob85 on March 12, 2015, 16:23:55 PM
This problem is the same in all template.
Error is reported in my database however the template is influential. I think that is a problem of virtuemart.

regards
Title: Re: Error rescue Product title with apostrophe in database
Post by: Milbo on March 12, 2015, 18:21:03 PM
ehrm, no. It is just another pattern. We store ENCODED ! That is intended, if you echo the db entry in your browser it will appear correctly on your screen, it is just not executeable!

Title: Re: Error rescue Product title with apostrophe in database
Post by: lindapowers on April 30, 2015, 12:41:40 PM
Bilob did you ever found a solution to this?