cancel
Showing results for 
Search instead for 
Did you mean: 

New installation magento 2.3 error 500

SOLVED

Re: New installation magento 2.3 error 500

@markwhenwea946 

 

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 188416 bytes) in /home/mark/public_html/magento2/vendor/magento/framework/View/Model/Layout/Merge.php on line 804

 

 

 

Follow this for remove version

https://www.manishmittal.com/how-to-remove-deployment-version-number-from-static-content-file-paths-...

then run below commands:

php bin/magento deploy:mode:set developer
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f en_US
php bin/magento c:f

 

 

Manish Mittal
https://www.manishmittal.com/