As soon as i open /wp-admin/tools.php?page=url-rewrite-analyzer i get a fatal error:
HP Fatal error: Uncaught Error: Attempt to assign property “repeater” on null in /wp-content/plugins/url-rewrite-analyzer/include/class-urap-regex.php:76
I’m using PHP 8.2, WordPress 6.2.2 and this plugin @version 1.3.2
Trying to figure out myself what was wrong, i noticed that my IDE suggest that inside wp-content/plugins/url-rewrite-analyzer/include/class-urap-regex.php:91 i have a $repeat_target = new Urap_Regex_String( $letter ); but the Urap_Regex_String class doesn’t exist. Maybe it should be ‘Urap_Regex_Char’ ? i don’t know ??
]]>