Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Runtime Deprecated code usage - preg_match()
  • Hi,

    My php version is PHP 8.1.9 (cli) 

    When I try to run my fuelphp. I got this error message.


    ERROR - 2022-08-28 15:37:04 --> Runtime Deprecated code usage - preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/swoole-fuelphp/fuel/core/classes/asset/instance.php on line 398

    Thanks for help

  • Which Fuel version are you using?
  • Pushed a fix to make sure the default asset URL is a string.
  • Fuelphp 1.9
  • With the default config it should be fixed.

    If you use a custom asset config in your app, make sure the url is a string (i.e. not NULL).

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion