Thread Rating:
  • 4 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get simple 3.3.16 support for php 8.0
I replaced this line in the searchresults.php file of the I18N Search plugin
Code:
<a href="<?php echo htmlspecialchars($link); ?>">
with this
Code:
<a href="<?php echo htmlspecialchars($item->link); ?>">
Now everything is working well.
Reply


Messages In This Thread
RE: Get simple 3.3.16 support for php 8.0 - by Oleg06 - 2023-01-04, 18:00:15



Users browsing this thread: 1 Guest(s)