You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, I tested upgrading from PHP 8.2 to PHP 8.3, and with WP_DEBUG enabled, I was given these two deprecation warnings on the front end:
Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/example.net/wp-content/plugins/pods/components/Templates/Templates.php on line 632
Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/example.net/wp-content/plugins/pods/components/Templates/Templates.php on line 742
I'm using the Pods Templating system with magic tags. Partly screenshot to illustrate a sample template:
Is that something you can reproduce? Or should I try to gather more debug info.
Version
3.2.8.1
Testing Instructions
enable WP_DEBUG
Update to PHP 8.3.x
Display CPT using Pods Template on front end.
Screenshots / Screencast
No response
Possible Workaround
Workarounds:
Downgrade to PHP 8.2
Disable WP_DEBUG
Site Health Information
on request, say the word
Pods Package
on request, say the word
The text was updated successfully, but these errors were encountered:
Description
Hey. Thank's for Pods 💖
Today, I tested upgrading from PHP 8.2 to PHP 8.3, and with WP_DEBUG enabled, I was given these two deprecation warnings on the front end:
I'm using the Pods Templating system with magic tags. Partly screenshot to illustrate a sample template:
Is that something you can reproduce? Or should I try to gather more debug info.
Version
3.2.8.1
Testing Instructions
Screenshots / Screencast
No response
Possible Workaround
Workarounds:
Site Health Information
Pods Package
on request, say the word
The text was updated successfully, but these errors were encountered: