SFTP Port: 46758
We are running our site on PHP 8. However in the admin area we are getting the below fatal error:
– PHP Fatal error: Uncaught ValueError: Unknown format specifier “”” in /www/alfmizzilava_932/public/wp-content/plugins/ajax-search-pro/backend/tabs/instance/general/behaviour.php:239
When we changed <a href="%" target="_blank">More information here.</a> to <a href="%s" target="_blank">More information here.</a> it got fixed.
Can you please fix from your end where applicable so that we can have it run on PHP 8?