Problem with 4.0 installation #3159
Replies: 5 comments 4 replies
-
@dluccajose Thanks for testing, which version did you use? Alpha.4? |
Beta Was this translation helpful? Give feedback.
-
@dluccajose Please check one of the nightly builds, should be fixed: https://github.com/thorsten/phpMyFAQ/releases |
Beta Was this translation helpful? Give feedback.
-
I'll check it asap! |
Beta Was this translation helpful? Give feedback.
-
I found some issues and fixed them: One more thing is missing after the 4th form that the Buttons should be removed after hitting the submit button. I'll add that. |
Beta Was this translation helpful? Give feedback.
-
... and last but not least, a visual loading indicator while phpMyFAQ installs the database: @dluccajose The next nightly build should be working now. |
Beta Was this translation helpful? Give feedback.
-
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 66
I am using the zip version, runing on a laradock container with PHP 8.2
Beta Was this translation helpful? Give feedback.
All reactions