JLanclos Posted February 16, 2019 Posted February 16, 2019 Does anyone know if there is a problem with FX.php and PHP7? I installed PHP7 yesterday and the it is up and running but I cannot display and record data after a find. I turned on error checking and there is no errors and on a simple find, I get a found count of 1 which is correct, but the array containing the record data is empty. It was working find before the conversion to PHP7
ggt667 Posted February 16, 2019 Posted February 16, 2019 (edited) Please quote the query and its output. My immediate thinking is that the default of FX.php for php7 skips repetitions. The simplest query you can do is: curl http://<<username>>:<<password>>@<<IP>>/fmi/xml/FMPXMLRESULT.xml?-dbnames | tidy -i -xml -wrap 0 Edited February 16, 2019 by ggt667
Recommended Posts
This topic is 2175 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now