Hi friends,
I've try to install Magento 2.3.5 on GoDaddy business hosting.
I've extract all the files and upload it through FTP to make sure it will upload fine.
After that I'm using my browser Google Chrome to install Magento but it's stuck at 0% ! ( Scehma creation ).
I've search for solution, and one solution was to give 777 permission for var/pup/generated folders but it's not work also !
I've increased max_limit_time to 300 and memory limit to 512M but also not working.
Could you please advise how I can fix this issue and complete the installation ?
Looking for your kind assist.
I've update php.ini file and it's work !
But now it's stuck at 53% error :
[ERROR] Magento\Eav\Model\Entity\Attribute\Exception: Failed to set ini option session.use_only_cookies to value 1. in
Could you please help me.
Hello @infonectar9054 ,
Best to install Magento with composer
You can try with the command line as well
check the guide
https://mirasvit.com/knowledge-base/magento-2-installation-guide-composer-sample-data.html
Thank you.