Problem with 4.0 installation #3159
Unanswered
dluccajose
asked this question in
Q&A
Replies: 5 comments 4 replies
|
@dluccajose Thanks for testing, which version did you use? Alpha.4? |
0 replies
|
@dluccajose Please check one of the nightly builds, should be fixed: https://github.com/thorsten/phpMyFAQ/releases |
1 reply
|
I'll check it asap! |
2 replies
|
... and last but not least, a visual loading indicator while phpMyFAQ installs the database: @dluccajose The next nightly build should be working now. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to install the 4.0 version but i get this error when i try to go to the setup page
Fatal error: Uncaught TypeError: phpMyFAQ\Configuration::getConfigurationInstance(): Return value must be of type phpMyFAQ\Configuration, null returned in /var/www/faq/src/phpMyFAQ/Configuration.php:66 Stack trace: #0 /var/www/faq/src/phpMyFAQ/Template/PluginTwigExtension.php(31): phpMyFAQ\Configuration::getConfigurationInstance() #1 /var/www/faq/src/phpMyFAQ/Template/TwigWrapper.php(54): phpMyFAQ\Template\PluginTwigExtension->__construct() #2 /var/www/faq/src/phpMyFAQ/Controller/Frontend/SetupController.php(137): phpMyFAQ\Template\TwigWrapper->__construct('/var/www/faq/as...') #3 /var/www/faq/src/phpMyFAQ/Controller/Frontend/SetupController.php(54): phpMyFAQ\Controller\Frontend\SetupController->render('setup/index.twi...', Array) #4 [internal function]: phpMyFAQ\Controller\Frontend\SetupController->index() #5 /var/www/faq/src/phpMyFAQ/Application.php(102): call_user_func_array(Array, Array) #6 /var/www/faq/src/phpMyFAQ/Application.php(47): phpMyFAQ\Application->handleRequest(Object(Symfony\Component\Routing\RouteCollection)) #7 /var/www/faq/setup/index.php(101): phpMyFAQ\Application->run(Object(Symfony\Component\Routing\RouteCollection)) #8 {main} thrown in /var/www/faq/src/phpMyFAQ/Configuration.php on line 66I am using the zip version, runing on a laradock container with PHP 8.2
All reactions