0

Has anyone managed to integrate PHPBB login system with a Slim 3 application?

I get the following error

Fatal error: Uncaught TypeError: Argument 1 passed to Slim\Collection::__construct() must be of the type array, object given

When adding the code shown here: Full integrate phpbb into existing website

  • just debug a bit and you will know what is causing problem. print_r() the argument that you are passing to this constructor... – Gunnrryy Jul 14 '17 at 20:21
  • That's why I'm asking...the argument being passed is exactly the same whether the integration code is there or not...Slim application works fine but when I add the code in the post linked to above it doesn't work anymore, but I'm not changing the argument being passed into the constructor – danMontague Jul 16 '17 at 19:46

0 Answers0