JoomGalleryfriends / JG4-dev

Development repository for JoomGallery v4.x
GNU General Public License v3.0
10 stars 6 forks source link

Error in JoomOwner Plugin #196

Closed Elfangor93 closed 4 months ago

Elfangor93 commented 4 months ago

There was a bug in the plg_system_joomowner Plugin.

When saving a content type which does not have a connection to the users table, an error was thrown because the Plugin was not able to find the owner field in the table (since it does not exist in that case).

How to test this PR

Before applying this PR, saving a configuration set ends in a PHP error. After applying this PR saving a configuration set is successful.

eumel1602 commented 4 months ago

Ich konnte keinen Fehler beim Speichern (verschiedene Test) der Configuration mehr finden. J4.3.3 / PHP 8.1.19 / WIN

reni68 commented 4 months ago

Joomla 4.4.3 / PHP 8.1.17 / Linux

  1. "main" installed
  2. save configuration failed
  3. this fix installed
  4. save configuration successful
MrMusic commented 4 months ago

I have tested this item ✅ successfully. Thank you very much.