cancel
Showing results for 
Search instead for 
Did you mean: 

There has been an error processing your request

There has been an error processing your request

i am trying to install magento on my localweb server wampserver

everything was ok but on the last step i got this error below!

There has been an error processing your request

Exception printing is disabled by default for security reasons.

Error log record number: 1024007186

1 REPLY 1

Re: There has been an error processing your request

you should give the folder promission. run as below: find ./var -type d -exec chmod -R 777 {} \; && find ./pub/media -type d -exec chmod -R 777 {} \; && find ./pub/static -type d -exec chmod -R 777 {} \; && find ./app/etc -type d -exec chmod -R 777 {} \;