Original gallery installed on 3.0.x, upgraded to 3.3.x
10.3.39-MariaDB
PHP 8.2
Users registered from before the gallery upgrade to 3.3.x (when the gallery was 1.1.6) can create their own personal albums in the UCP. Users registered after the upgrade cannot*. Clicking Create personal album Doesn't result in an album being created so no sub albums can be created either.
*What does happen is however many times a User clicks Create personal album this happens (user is called Hcaptcha) In the acp under Cleanup gallery, if I try to delete the personal album that was 'created' I get this warning before trying to delete
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbbgallery/acpcleanup/acp/main_module.php on line 278: Undefined array key "CLEAN_GALLERY_CONFIRM"
Code: Select all
Fatal error: Uncaught Error: Call to undefined method phpbbgallery\core\album\album::get_public() in C:\xamppp\htdocs\forum\ext\phpbbgallery\acpcleanup\cleanup.php:229 Stack trace: #0 C:\xamppp\htdocs\forum\ext\phpbbgallery\acpcleanup\acp\main_module.php(185): phpbbgallery\acpcleanup\cleanup->delete_pegas(Array, Array) #1 C:\xamppp\htdocs\forum\ext\phpbbgallery\acpcleanup\acp\main_module.php(26): phpbbgallery\acpcleanup\acp\main_module->cleanup() #2 C:\xamppp\htdocs\forum\includes\functions_module.php(676): phpbbgallery\acpcleanup\acp\main_module->main('\\phpbbgallery\\a...', 'cleanup') #3 C:\xamppp\htdocs\forum\adm\index.php(81): p_master->load_active() #4 {main} thrown in C:\xamppp\htdocs\forum\ext\phpbbgallery\acpcleanup\cleanup.php on line 229