Module 'dom' already loaded, referer: http://192.168.254.55/phproject/install.php
Closed this issue · 1 comments
kralynch commented
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?
kralynch commented
Problem was composer.
I had to run composer validate in the phproject directory. Then had to follow the instructions here:
composer/composer#6304