Plugin Error: Unknown format specifier “S” intext:
-
Hi,
I just updated my server to php 8 and I am having an issue with ithemes pro.Fatal error: Uncaught Error: Unknown format specifier "S" in C:\Dev\*****\wp-content\plugins\ithemes-security-pro\pro\malware-scheduling\class-itsec-malware-scheduling.php on line 149
It looks like there is a line that is not properly formatted.
The issue is resolved when you fix up the following line of code:
'description' => sprintf( esc_html__( 'The %Site Scan Scheduling%2$s module sends an email if it discovers an issue or has repeated difficulty conducting the scan.', 'it-l10n-ithemes-security-pro' ), '<a href="#" data-module-link="malware-scheduling">', '</a>' ),
I just removed “%Site Scan Scheduling%2$s” — and it works
Is anyone else having this issue or know why its happening in the first place? Its strange that more people aren’t having this issue as well.
Thanks!
G
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin Error: Unknown format specifier “S” intext:’ is closed to new replies.