1

I'm just starting to use Grav but I can't proceed as I'm trying to use Grav in my local Scotch Box 3.0. I already have updated PHP using brew on my Mac but It seems like Grav still couldn't find it. Any advice? Thanks

1 Answers1

0

Sounds like you're just missing some php packages. Installing them and then restarting your web server should fix the issue.

sudo apt-get install php7.0-dom php7.0-xml
Jacobm001
  • 4,431
  • 4
  • 30
  • 51
  • 1
    I'm using Mac and when I tried that.. It's not working even if I tried my homebrew... I tried to research this unusual error but it seems like confusing now. – d3bug_asking_answering Oct 17 '17 at 07:39