phpbb-seo / usu

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

Error with php 8.0 in ACP #57

Closed Mundo-Minecraft closed 3 years ago

Mundo-Minecraft commented 3 years ago

I have updated php to version 8 and the phpbb seo tab in ACP does not work for me

error: "Fatal error: Uncaught TypeError: Illegal offset type in ...\ext\phpbbseo\usu\acp\usu.php:156 Stack trace: #0 ...\includes\functions_module.php(676): phpbbseo\usu\acp\usu->main('\phpbbseo\usu\a...', 'settings') #1 ...\adm\index.php(81): p_master->load_active() #2 {main} thrown in ...\ext\phpbbseo\usu\acp\usu.php on line 156"

Thank you

ser commented 3 years ago

1) Read past issues before writing a new one. This was already reported and fixed. 2) Get current master branch to have PHP8 working.

Mundo-Minecraft commented 3 years ago

Hello, I already read the previous questions (already closed) and I use the master branch but it still does not work for me. The phpbb seo tab in ACP does not work. The php version I use is 8.0.9.

Thanks.

ser commented 3 years ago

It's pretty strange then, on my server with PHP 8.0.9 master branch works perfectly.