lenamtl
lenamtl
Same thing will be great for variations attributes and virtual file...
Hi, Here is my actual setup: Bootstrap 5.0.2 jQuery 3.6.0 Datatables 1.12.1 jQuery DataTables Checkboxes 1.2.13 During my tests **Case 1:** The issue is that the 0 appear instead of...
Hi, I'm planning to update to PHP 8.1 did you fix the problems?
No I'm always using utf8_general_ci with my other php application so this is ok. I think this the way it's encoded that is not working properly encode_html ... htmlentities French...
I never use Htaccess for that purpose.
I did some test and `setlocale(LC_ALL, 'fr_CA.utf-8');` is not fixing the problem when saving data to DB it still save it with wrong encoding it's only fix view issue only,...
I just reinstall the latest version and now accent let say é is saved as & aecute; or as é I'm very confused now.. I guess this is depending from...
Sorry for the monolog but I really need a fix for this As I'm doing test I realized that problem occur when **adding** for example é will be save &...
Working solution: I have added`$dbh->exec("set names utf8");` in **database.php** My database settings is set to **InnoDB utf8_general_ci** and I removed all **encode_html** from all pages. I keep only `` and...
Hi, There is no security issue by removing the **encode_html** because the software is using PHP PDO with Prepared statements and this take care of SQL injection.