Hi @sayurpatel3eb8
when are you getting this error?
in installing magento. and i am noob stuck at installing. pls help
@Vimal Kumar I am following tutorialspoint playlist to learn megento 2. i am stuck at 51%
HI @sayurpatel3eb8
Make sure you have proper permission.
find . -type f -exec chmod 664 {} \;
find . -type d -exec chmod 775 {} \;
find var pub/static pub/media app/etc -type f -exec chmod g+w {} \;
find var pub/static pub/media app/etc -type d -exec chmod g+ws {} \;
chmod u+x bin/magento
Also make sure that you have installed required php extension.
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
I hope it will help you!
It might be due to memory limit and execution time. Add below lines to index.php file of magento root folder to by pass these values.
ini_set('max_execution_time', 0); ini_set('memory_limit', -1);
I hope it will help you!
<p>Did you manage to fix the problem? I have the same error </p>
I found this solution that worked for me
The solution for me was to use the visitor poliamusya's advice and provided link to fix the broken function. The installation reported a successful completion despite a novel's worth of error messages. The result was the exact same installation screen on the home page and the admin page is a black screen.