Geeklog-Core / geeklog

Geeklog - The Secure CMS.
https://www.geeklog.net
25 stars 19 forks source link

Cannot Edit Article Submissions #1132

Closed eSilverStrike closed 2 years ago

eSilverStrike commented 2 years ago

Get the following PHP error when attempting to edit an article submission. On PHP 8 only

E_NOTICE(8) - Undefined index: group_id @ C:\wamp64\www\dsrtest\system\classes\article.class.php line 598

eSilverStrike commented 2 years ago

Not closing yet still need to confirm permissions are correct if assume access = 3 as Submissions are assigned topics they may not have access too. This is related to #1133

eSilverStrike commented 2 years ago

@mystralkk My fix does work now but I found related issues dealing with how the editor uses default article permissions which by default the Story Admin may not have access and permission are grabbed from the editor directly.

See #1135