We found there was an issue with PHP 7.1 config:
This is the solution @ted Stresen-Reuter found:
Due to an obscure bug in PHP, the DOM extension was having issues and causing the page to fail because it has been activated in two places:
/etc/php/7.1/apache2/php.ini
/etc/php/7.1/apache2/conf.d/20-dom.ini
We commented out the line
extension=dom.so
in /etc/php/7.1/apache2/php.ini and restarted the server and the page started working again.
I have the same problem
Is there support people listening?
Please help with this.
Thank you
I have a fatal error too, this is what log says:
PHP Fatal error: Uncaught TypeError: Argument 1 passed to DOMNode::removeChild() must be an instance of DOMNode, null given in …/wp-content/plugins/email-before-download/includes/class-email-before-download-form.php:36
This happens in production server, in my local install works fine
Please help to solve this.