We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step: Database
index.php?task=postinstall&m=validateDb&db_drive=Mysqli&host=localhost&name=cobalt&pass=&user=root
get error in ajax response:
exception 'Joomla\DI\Exception\DependencyResolutionException' with message 'Could not resolve dependency : options' in Z:\home\cobalt.tst\www\vendor\joomla\di\src\Container.php:256 Stack trace: #0 Z:\home\cobalt.tst\www\vendor\joomla\di\src\Container.php(139): Joomla\DI\Container->getMethodArgs
(Object(ReflectionMethod)) #1 Z:\home\cobalt.tst\www\vendor\joomla\di\src\Container.php(238): Joomla\DI\Container->buildObject('Joomla
\Database...') #2 Z:\home\cobalt.tst\www\vendor\joomla\di\src\Container.php(139): Joomla\DI\Container->getMethodArgs
(Object(ReflectionMethod)) #3 Z:\home\cobalt.tst\www\src\Cobalt\Factory.php(72): Joomla\DI\Container->buildObject('\Cobalt\Model
\D...') #4 Z:\home\cobalt.tst\www\src\Cobalt\Factory.php(128): Cobalt\Factory::getModel('DefaultModel') #5 Z:\home\cobalt.tst\www\src\Cobalt\Controller\DefaultController.php(46): Cobalt\Factory::getView('dashboard'
, 'default', 'html', Array) #6 Z:\home\cobalt.tst\www\src\Cobalt\Application.php(392): Cobalt\Controller\DefaultController->execute
() #7 Z:\home\cobalt.tst\www\vendor\joomla\application\src\AbstractWebApplication.php(119): Cobalt\Application-
doExecute() 8 Z:\home\cobalt.tst\www\index.php(97): Joomla\Application\AbstractWebApplication->execute() 9 {main}
doExecute()
The text was updated successfully, but these errors were encountered:
Hello,
Did-you have used in first composer install to download composer dependencies ?
composer install
Sorry, something went wrong.
Hi, yes. I used composer install first.
I'm trying to install both Denver and the MAMP PRO. I get the same error
I can not find this option is $ _SERVER [ 'HTACCESS'] in php documentation(
No branches or pull requests
Step: Database
index.php?task=postinstall&m=validateDb&db_drive=Mysqli&host=localhost&name=cobalt&pass=&user=root
get error in ajax response:
exception 'Joomla\DI\Exception\DependencyResolutionException' with message 'Could not resolve dependency
: options' in Z:\home\cobalt.tst\www\vendor\joomla\di\src\Container.php:256
Stack trace:
#0 Z:\home\cobalt.tst\www\vendor\joomla\di\src\Container.php(139): Joomla\DI\Container->getMethodArgs
(Object(ReflectionMethod))
#1 Z:\home\cobalt.tst\www\vendor\joomla\di\src\Container.php(238): Joomla\DI\Container->buildObject('Joomla
\Database...')
#2 Z:\home\cobalt.tst\www\vendor\joomla\di\src\Container.php(139): Joomla\DI\Container->getMethodArgs
(Object(ReflectionMethod))
#3 Z:\home\cobalt.tst\www\src\Cobalt\Factory.php(72): Joomla\DI\Container->buildObject('\Cobalt\Model
\D...')
#4 Z:\home\cobalt.tst\www\src\Cobalt\Factory.php(128): Cobalt\Factory::getModel('DefaultModel')
#5 Z:\home\cobalt.tst\www\src\Cobalt\Controller\DefaultController.php(46): Cobalt\Factory::getView('dashboard'
, 'default', 'html', Array)
#6 Z:\home\cobalt.tst\www\src\Cobalt\Application.php(392): Cobalt\Controller\DefaultController->execute
()
#7 Z:\home\cobalt.tst\www\vendor\joomla\application\src\AbstractWebApplication.php(119): Cobalt\Application-
The text was updated successfully, but these errors were encountered: