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
Hi Ryan! I'm following along on the excellent Xdebug course, and I ran into some (unintended!) bugs when trying to use the index.php template you provide for Craft 3. I'm running PHP 8.0.8 on Mamp Pro.
Specifically, there were several places where I got the Non-static method should not be called statically error for the StatusHelper class.
Replacing the relevant lines with your updated code from the Craft 4 version of the plugin made it work.
Could you please make the 3.0 version compatible with PHP 8? 🙏🏻
The text was updated successfully, but these errors were encountered:
Hi Ryan! I'm following along on the excellent Xdebug course, and I ran into some (unintended!) bugs when trying to use the index.php template you provide for Craft 3. I'm running PHP 8.0.8 on Mamp Pro.
Specifically, there were several places where I got the
Non-static method should not be called statically
error for theStatusHelper
class.Replacing the relevant lines with your updated code from the Craft 4 version of the plugin made it work.
Could you please make the 3.0 version compatible with PHP 8? 🙏🏻
The text was updated successfully, but these errors were encountered: