lucasdiedrich / ojs

Open Journal Systems (OJS) is a journal management and publishing system.
GNU General Public License v3.0
19 stars 64 forks source link

Missing dependency for texture plugin #36

Closed marcbria closed 5 years ago

marcbria commented 5 years ago

Texture plugin requires simplexml.

Dockerfile need to install it as follows: $ apk add php7-xml php7-simplexml

More info: https://forum.pkp.sfu.ca/t/solved-texture-plugin-fails-with-call-to-undefined-function-simplexml-load-string/54446

lucasdiedrich commented 5 years ago

Thanks for that @marcbria , sorry for the late response.