phpbb-seo / usu

Ultimate phpBB SEO Friendly URL extension
GNU General Public License v2.0
17 stars 12 forks source link

Has some bug #71

Open ulenka1984 opened 1 month ago

ulenka1984 commented 1 month ago

Hello! The extension stopped working after updating the forum core to the latest version 3.3.12

The forum URLs are currently unavailable - /forum/viewforum.php?f=97 And the addresses of the topics are /forum/topic777.html The user URL is also not specified /forum/memberlist.php?mode=viewprofile&u=34217

I rolled back the changes on the forum to the penultimate version of the forum 3.3.11, friendly urls work. When I updated the forum again, it stopped working again.

nncuong commented 1 month ago

The problem is due to the path. Version 3.3.12 change web_root_path. I keep the 3.3.11 file phpbb/template/twig/environment.php

ulenka1984 commented 1 month ago

The problem is due to the path. Version 3.3.12 change web_root_path. I keep the 3.3.11 file phpbb/template/twig/environment.php Thank you so much!

nncuong commented 1 month ago

You can try my fix: https://github.com/nncuong/usu

esginmurat commented 4 weeks ago

You can try my fix: https://github.com/nncuong/usu

@nncuong thank you.

ulenka1984 commented 1 day ago

You can try my fix: https://github.com/nncuong/usu

Hello! My extension doesn't work after changing PHP from 7.4 to PHP 8.2. Please help!

The subforum address is still /forum/viewforum.php?f=35 The topic address changes to /forum/topic16054.html and works fine.