Alanaktion/phproject

Module 'dom' already loaded, referer: http://192.168.254.55/phproject/install.php

Closed this issue · 1 comments

I am trying to install on ubuntu 16 with apache.
I see the install page, but when I fill it out and hit continue, I get an error page saying "Module 'dom' already loaded".

In the apache logs, I see the error
Module 'dom' already loaded, referer: http://192.168.254.55/phproject/install.php

How do I resolve this?

Problem was composer.
I had to run composer validate in the phproject directory. Then had to follow the instructions here:
composer/composer#6304