phpBB Gallery

Fix: Fatal error: Uncaught ArgumentCountError: - phpBB Gallery

Fix: Fatal error: Uncaught ArgumentCountError:

by MarkDHamill » Tue Apr 25, 2017 2:08 am

ACP > phpBB Gallery > Permissions > Own personal albums. When I select the registered users group and try to add the group's permissions I get:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function phpbbgallery\core\cache::__construct(), 2 passed in /Applications/XAMPP/xamppfiles/htdocs/3_2_0/ext/phpbbgallery/core/acp/permissions_module.php on line 1247 and exactly 4 expected in /Applications/XAMPP/xamppfiles/htdocs/3_2_0/ext/phpbbgallery/core/cache.php:26 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/3_2_0/ext/phpbbgallery/core/acp/permissions_module.php(1247): phpbbgallery\core\cache->__construct(Object(phpbb\cache\service), Object(phpbb\db\driver\factory)) #1 /Applications/XAMPP/xamppfiles/htdocs/3_2_0/ext/phpbbgallery/core/acp/permissions_module.php(609): phpbbgallery\core\acp\permissions_module->p_system_inherit_victims(-2, Array, '2') #2 /Applications/XAMPP/xamppfiles/htdocs/3_2_0/ext/phpbbgallery/core/acp/permissions_module.php(101): phpbbgallery\core\acp\permissions_module->permissions_p_mask() #3 /Applications/XAMPP/xamppfiles/htdocs/3_2_0/includes/functions_module.php(676): phpbbgallery\core\acp\permissions_module->main('\\phpb in /Applications/XAMPP/xamppfiles/htdocs/3_2_0/ext/phpbbgallery/core/cache.php on line 25
Fix. After line 1245 of ext/phpbbgallery/core/acp/permissions_module.php, add:

Code: Select all

		$images_table = $table_prefix . 'gallery_images';
Then change line 1247 to:

Code: Select all

		$gallery_cache = new \phpbbgallery\core\cache($cache, $db, $albums_table, $images_table);
Need phpBB services or a phpBB consultant? I offer most phpBB services. Getting lost managing phpBB? Buy my book, Mastering phpBB Administration. Covers through phpBB 3.3.7. eBook and paper versions available.
User avatar
MarkDHamill
Registered User
Posts: 4886
Joined: Fri Aug 02, 2002 12:36 am
Location: Florence, MA USA
Contact: