I have update my phpmyadmin up to 5.2.1 over SSH. The update returns no errors and was ended successfully. I have tried to Login and next to the Login shows me only the error: Error: Unknown named parameter $$dbi. I have found no solution for this Problem and hope I can find help.
thanks in advance!
Edit the file
php/Symfony/Component/DependencyInjection/ContainerBuilder.php
Change this line
$service = null === $r->getConstructor() ? $r->newInstance() : $r->newInstanceArgs($arguments);
To look as follows:
$service = null === $r->getConstructor() ? $r->newInstance() : $r->newInstanceArgs(array_values($arguments));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With