Re: NRDP HTTP Error 500 for Submit Check Data
Posted: Tue Oct 03, 2017 2:40 pm
Genious!
When I tried to install php-simplexml, I was prompted to pick a package since it was available from multiple sources.
root@myserver:/usr/local/nrdp# apt-get install php-simplexml
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php-simplexml is a virtual package provided by:
php7.2-xml 7.2.0~rc3-1+ubuntu16.04.1+deb.sury.org+1
php7.1-xml 7.1.10-1+ubuntu16.04.1+deb.sury.org+1
php7.0-xml 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
php5.6-xml 5.6.31-6+ubuntu16.04.1+deb.sury.org+1
I installed the 5.6 version (I have dependencies on the old PHP version), restarted apache, and confirmed that I could finally submit commands using the Submit Check Data button.
apt install -y php5.6-xml
Thank you so much for the help. I seriously doubt I would have been able to solve this one on my own.
What did you see that lead you down the path of installing a php-xml package?
When I tried to install php-simplexml, I was prompted to pick a package since it was available from multiple sources.
root@myserver:/usr/local/nrdp# apt-get install php-simplexml
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php-simplexml is a virtual package provided by:
php7.2-xml 7.2.0~rc3-1+ubuntu16.04.1+deb.sury.org+1
php7.1-xml 7.1.10-1+ubuntu16.04.1+deb.sury.org+1
php7.0-xml 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
php5.6-xml 5.6.31-6+ubuntu16.04.1+deb.sury.org+1
I installed the 5.6 version (I have dependencies on the old PHP version), restarted apache, and confirmed that I could finally submit commands using the Submit Check Data button.
apt install -y php5.6-xml
Thank you so much for the help. I seriously doubt I would have been able to solve this one on my own.
What did you see that lead you down the path of installing a php-xml package?