Have followed all of the recommendations that have been given online. Magento 2.3.1 installs fine. Have cron jobs running. When I try to install a module or update extensions I get the PHP Memory Limit Set to 256M error message. I have changed the memory limit setting in the user.ini file, the php.ini file and the .htaccess file all over my site. It is set to 2G. I still get this error message. When I had it set in all of these places to exactly 756M, I still got the same message. Not sure what I am doing wrong now. Can I get some assistance?
Okay tried what you suggested and it is still giving me the same error. I have updated the index file and php.ini when I try to install an extension it still gives me this error:
We found conflicting component dependencies.
For additional assistance, see
Your current PHP memory limit is 256M. Magento 2 requires it to be set to 756M or more. As a user with root privileges, edit your php.ini file to increase memory_limit. (The command php --ini tells you where it is located.) After that, restart your web server and try again.
For additional assistance, see
I did that and it reads that memory_limit is 4096M but when I go in to Magento and try to install anything it gives the same message. I am lost
Hi @bryant_ubaka-bl
Did it work for you?
@bryant_ubaka-bl
Did you tried commands using
php -d memory_limit=-1 bin/magento
what errors you are getting now?