Trying to install 2.3.3 ce version on a strato hosting. I get a http500 error on setup.
I tried to remove htaccess files with no results.
With Php debugging I receive the messages below:
Fatal error: Uncaught Exception: Warning: Use of undefined constant LOG_AUTHPRIV - assumed 'LOG_AUTHPRIV' (this will throw an Error in a future version of PHP) in /mnt/web211/a0/50/58103150/htdocs/Lampia/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 116 in /mnt/web211/a0/50/58103150/htdocs/Lampia/vendor/magento/framework/App/ErrorHandler.php:61 Stack trace: #0 /mnt/web211/a0/50/58103150/htdocs/Lampia/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(116): Magento\Framework\App\ErrorHandler->handler(2, 'Use of undefine...', '/mnt/web211/a0/...', 116, Array) #1 /mnt/web211/a0/50/58103150/htdocs/Lampia/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(66): Magento\Framework\ObjectManager\Factory\AbstractFactory->createObject('Magento\\Framewo...', Array) #2 /mnt/web211/a0/50/58103150/htdocs/Lampia/vendor/magento/framework/ObjectManager/ObjectManager.php(70): Magento\Framework\ObjectManager\Factory\Dynamic\Developer->create('Magento\\Framewo...') #3 /mnt/web211/ in /mnt/web211/a0/50/58103150/htdocs/Lampia/vendor/magento/framework/App/ErrorHandler.php on line 61
At Magento error log I have:
[2020-01-21 11:13:48] main.ERROR: Error: Application is not installed yet. [] []
I checked the permissions and all the files are 664 and the folders 775
What can be the problem here? any ideas?
Hi @PeterZuiderent,
Try once with the full permission 0777 for the first time to the magento code folder.
sudo chmod -R 0777 magento_directory
After that you can change the permission again.
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento sudo chmod -R 0777 var/ pub/ generated/
I hope it will help you!
@PeterZuiderent
which php version you are using?
I use version 7.3.12
Can you try once using php7.2?
as Magento 2.3.1 is certified and tested on PHP 7.2.11..
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
I have now installed version 2.2.10 and this seems to work (with php 7.2). Readiness check all green.
@PeterZuiderent
what error your are getting now after readiness check.
please share screenshot.
un comment below line from app/bootstrap.php
ini_set('display_errors', 1);
and check error
The next error was about database check but I solved that. Now it is installed. Now I tried to update But than I got a load of errors: