BU-Spark / se-Symbiota-portal

The Symbiota Virtual Flora/Fauna project is an open source software project, with central goal of developing on-line tools that aid in the generation, exploration and management of biodiversity data (collection specimens, observations, images, checklist, keys, etc.). See also: http://bdj.pensoft.net/articles.php?id=1114 and http://symbiota.org/
GNU General Public License v2.0
1 stars 3 forks source link

Fix PHP DOMdocument error on server side #53

Closed Tian-Tan closed 9 months ago

Tian-Tan commented 1 year ago

Many site functions are currently not available due to the "class DOMdocument not found" error of PHP. There are currently 2 ongoing parallel attempts to fix this:

  1. Create a new server from scratch locally and start a fresh installation
  2. Try to fix the problem in the currently running server
Tian-Tan commented 1 year ago

Update on attempt 1: DOMDocument is detected correctly on a fresh installation, and so we are proceeding to mounting a new server using the same steps done and making a container.

mmeah16 commented 1 year ago

10/26:

Bugs in VM, needs to debug and change config files but commands are not working

Container is working, needs to figure out how to run Apache on the container

Tian-Tan commented 9 months ago

The containers work locally and there doesn't seem to be any errors related to DOMdocument being missing anymore. The next steps might be to try running the containers on the server, but as far as this issue goes this can be closed now.