Search results

  1. M

    Joomla 5 compatibility

    Hi there, As you might be aware, in Joomla 5 you can/should disable the Backward Compatibility plugin. More information about this on https://magazine.joomla.org/all-issues/february-2024/the-backward-compatibility-plugin-and-why-you-should-switch-it-off Any extension which works on J5 without...
  2. M

    With PHP8.x I get "An error has occurred. Attempt to assign property "id" on null"

    Good news: @Wuhua at LiteSpeed just fixed it. Available in https://github.com/litespeedtech/lscache-joomla/blob/master/Joomla4/package/lscache-latest.zip Txs to him and to @serpent_driver who put me in the right direction :)
  3. M

    With PHP8.x I get "An error has occurred. Attempt to assign property "id" on null"

    Txs again for looking into this. I already had version 1.5.1 for J4. I uninstalled and reinstalled it (just in case) Same result. But the error mentions line 693 And my error message is Attempt to assign property "id" on null and not Attempt to read property "id" on null as mentionned on that...
  4. M

    With PHP8.x I get "An error has occurred. Attempt to assign property "id" on null"

    Txs a lot for your suggestion! I have applied the patch on line 209 but the error remains (the error message is a bit different from the one mentioned in that PR btw) : An error has occurred. 0 Attempt to assign property "id" on null That line 693 is the "$row->id = $pk;" in the following code...
  5. M

    With PHP8.x I get "An error has occurred. Attempt to assign property "id" on null"

    Here is the screenshot with "debug" enabled. So obviously an issue on line 693 of /plugins/system/lscache/lscache.php...
  6. M

    With PHP8.x I get "An error has occurred. Attempt to assign property "id" on null"

    Hi, Using Joomla 4 with PHP7.4 on a server with LiteSpeed and with the LiteSpeed plugin for Joomla, everything works fine. But as soon as I switch to PHP8.x, I get the following error when I click on the "Publish Item / Unpublish Item" Icon on the Custom Fields List (namely on...
Top