Trying to find solution from many days on google but nothing found helpful.
Asked
Active
Viewed 151 times
4
AoneQuality
- 41
- 1
-
Try this for component dependency https://community.magento.com/t5/Magento-2-x-Version-Upgrades/System-Upgrade-conflicting-component-dependencies/m-p/28104#M88 – Sukumar Gorai Sep 19 '18 at 14:29
-
Php settings check: https://www.magestore.com/magento-2-tutorial/fix-php-settings-check-error-in-magento-2-0-installation-on-localhost/ – Sukumar Gorai Sep 19 '18 at 14:30
-
@Sukumar Gorai php.ini does not exist on the file system. – AoneQuality Sep 19 '18 at 15:01
-
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/xyz/public_html/vendor/composer/composer/src/Composer/Json/JsonFile.php on line 272 – AoneQuality Sep 19 '18 at 15:26
-
You need to increase memory_limit. – Sukumar Gorai Sep 19 '18 at 15:27
-
How can I increase? php.ini is not exist in public_html but htaccess is available & memory size is - php_value memory_limit 756M – AoneQuality Sep 19 '18 at 15:35
-
Can you check it that from where php.ini is running or setting? You need to add phpinfo into the root from where you can check the php.ini path and also the local and master value for memory_limit etc. – Sukumar Gorai Sep 19 '18 at 15:36

