where would I find that information?
where would I find that information?
phpMyAdmin
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
ok, this is way out of my zone, but I went into phpmyadmi and clicked on products_description. Then I went to the products_description column. All of them say [BLOB and the size of the files ].
does that make sense?
Hmmm ... no, I would have expected them to be TEXT, not BLOB.
See this image:[scr]http://www.zen-cart.com/forum/attachment.php?attachmentid=9399&stc=1&d=1308801903[/scr]
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
ok, yeah, i see where you are and it does say text. I tried to attach a print screen so you can see what I have, I hope it works.
here is the second half. I notice there is a difference in the collation. So would I need to edit that?
Yes, the collation difference is what's causing your search to break.
Click the "pencil" icon ("Edit") to the right of the products_name line, and on the next screen under Collation, choose utf8_general_ci from the pulldown and click Save.
Do the same with products_description line.
Then click the "Operations" tab and under Collation choose utf8_general_ci from the pulldown there as well, and click the Go button below it.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.