Hello,
I want to develope a magento solution(plugin) so need the documentation for plugins developement. Thanks for helping.
Solved! Go to Solution.
HI @jeanmomomo7290
You can follow the below magento documentation to create a custom module.
https://devdocs.magento.com/videos/fundamentals/create-a-new-module/
I hope it will help you!
HI @jeanmomomo7290
Yes sure.
If you are new in magento then you can also refer below magento documentations.
https://magento.com/technical-resources
I hope it will help you!
HI @jeanmomomo7290
You can follow the below magento documentation to create a custom module.
https://devdocs.magento.com/videos/fundamentals/create-a-new-module/
I hope it will help you!
Hi @Vimal Kumar
Thanks, Let me check.
Can i come back to you in case of need?
HI @jeanmomomo7290
Yes sure.
If you are new in magento then you can also refer below magento documentations.
https://magento.com/technical-resources
I hope it will help you!
Yes i'm very new. Thanks
Hello
Trying to install Magento 2.3.4 on my live server without success. It's been at "Installing... 0%" for 30mins already(2nd trial). Help please.
Which php version you are using?
Increase memory_limit and max_execution_time in php.ini file.
Or add following lines in the index.php file of the root folder.
ini_set("max_execution_time",0); ini_set("memory_limit", -1);
Check the following system requirement as well.
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
I hope it will help you!
php version: 7.2.27
Giving a try.
Thanks in advance.
hello.. @Vimal Kumar
Suffered the installation too much, finally went through with souftaculous installer.
But now the app is super slow and sending me blanc page(
Request Timeout
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'. ). My hosting provider do not allow me to change PHP settings(so i can increase timeout). Plaese way i can bypass this?
Thanks