deprecated stripos interpret string value
-
Hello
the site log is continuously filled with the warning specified in the title
I replaced line 633:
“if ($ domain_url && stripos ($ url, $ cdn_url) === 0) {”
with this:
“if ($ domain_url && $ cdn_url && $ url && stripos ($ url, $ cdn_url) === 0) {”
waiting for you to fix the problem
I can’t disable warnings on the server, I could hide more serious problems.
Sincerely
Francesco Catania
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘deprecated stripos interpret string value’ is closed to new replies.