cancel
Showing results for 
Search instead for 
Did you mean: 

Error loading Magento

Error loading Magento

Hi

This is the message I get repeatedly when trying to load Magento through cpanel

Please can you let me know what I've done wrong. I'm just starting my first website and ecommerce platform

Error: 2018-06-07 20:12:57.58503900 FAILURE [3; /usr/bin/curl]  [http code=500] Error: An error occurred while executing the application API. 
1 REPLY 1

Re: Error loading Magento

Kindly check your generation and pub folder have full root permission set.

find var vendor pub/static pub/media app/etc -type f -exec chmod u+w {} \;
find var vendor pub/static pub/media app/etc -type d -exec chmod u+w {} \;
chmod u+x bin/magento

 

check below links for permission,

https://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html

 

If permission is set, please check system.log of your site.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial