It's strange. The same extension works on my local computer (in local server on my computer), but when I installed it at our official, global server, I can't enter the extension settings panel in ACP. I get server ERROR 500. I checked the logs, and here is what I got:
Code: Select all
[Tue Sep 24 10:10:53.597353 2019] [proxy_fcgi:error] [pid xxxx:tid xxxxx5476177664]
[client xxx.xxx.xxx.xxx:xxxxx] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught exception
'Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException' with message
'You have requested a non-existent service "rxu.postsmerging.helper".'
in /home/pathToPhpBB/vendor/symfony/dependency-injection/ContainerBuilder.php:809\nStack trace:\n#0
/home/pathToPhpBB/vendor/symfony/dependency-injection/ContainerBuilder.php(455):
Symfony\\Component\\DependencyInjection\\ContainerBuilder->getDefinition('rxu.postsmergin...')\n#1
/home/pathToPhpBB/ext/rxu/PostsMerging/acp/posts_merging_module.php(154):
Symfony\\Component\\DependencyInjection\\ContainerBuilder->get('rxu.PostsMergin...')\n#2
/home/pathToPhpBB/includes/functions_module.php(676):
rxu\\PostsMerging\\acp\\posts_merging_module->main('\\\\rxu\\\\PostsMergi...', 'config_posts_me...')\n#3
/home/pathToPhpBB/adm/index.php(82): p_master->load_active()\n#4 {main}\n thrown in /hom...\n', referer:
https://ourSiteAddresss/adm/index.php?sid=fee4eac85c6a7e6b62bc33xxxxxxxxxx&i=31
Thanks Mike.
PS.
We are using phpBB 3.2.7. But I have same app at my local computer and it works fine.