studioraz / magento2-unicode-url

Magento 2 module for allowing categories and products UTF-8 URL keys
24 stars 11 forks source link

Site is down after installation (Magento 2..4.6-p1 and php 8.2) #8

Open vbidou opened 1 year ago

vbidou commented 1 year ago

Thanks for the release but Unfortunately it didn't work for me. I tried to install it because I wanted to use cyrilic characters in URL and Product page name. Here is the Error on Front-end (back-end accessible though):

1 exception(s): Exception #0 (Exception): Deprecated Functionality: Creation of dynamic property SR\UnicodeUrl\Plugin\Model\Category::$filter is deprecated in /home/988847.cloudwaysapps.com/gtfnvnbmcy/public_html/vendor/studioraz/magento2-unicode-url/Plugin/Model/Category.php on line 10

Full error log in attachment. error.txt

itaymesh commented 7 months ago

Hi @vbidou Thanks for reaching out. We are using this module on a few Magento 2.4.6 installations without any issues. Which version you installed?

vbidou commented 7 months ago

Thanks for your feedback. There was an issue and my developper had to release a quick fix in the folder: /public_html/app/code/SR/UnicodeUrl

Also we had to change the collation of the field request_path in attribute_rewrite table to: utf8mb4_bin I can provide the fix if required.

itaymesh commented 7 months ago

Yes please, that would be great

Itay Raz 03-5187312 // 054-4635797 @.***

On Wed, 31 Jan 2024 at 18:51 vbidou @.***> wrote:

Thanks for your feedback. There was an issue and my developper had to release a quick fix in the folder: /public_html/app/code/SR/UnicodeUrl

Also we had to change the collation of the field request_path in attribute_rewrite table to: utf8mb4_bin I can provide the fix if required.

— Reply to this email directly, view it on GitHub https://github.com/studioraz/magento2-unicode-url/issues/8#issuecomment-1919509034, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYNDKRTTM4H5XH3QILUGTYRJZB3AVCNFSM6AAAAAA2TLIXBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJZGUYDSMBTGQ . You are receiving this because you commented.Message ID: @.***>

vbidou commented 7 months ago

Dear Itay, here is the fix we used. MA2 - StudioRaz - Fix on UnicodeURL.zip It helped to resolve some issues on the use of Cyrillic. Good rest of the week.

Paktas commented 5 months ago

We updated to PHP 8.2 and cannot edit categories/products now (any field). PHP 8.1 - worked ok.