Now it says:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<answer>
<userid/>
<patronid/>
</answer>
OK, that is actually the correct response. I don’t know what the update is not refreshing the display automatically.
Hmm…
Well thanks for all the help anyway. I think for now I’ll just let the other administrator know that it is working, but just not displaying automatically.
Hello there! I’m testing the plugin on XAMPP and I’m receiving the same error. UpdatePatronID.php says
This page contains the following errors:
error on line 4 at column 6: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.
That’s it, just this. What can I do?
download Ok, switched to the default theme so that fixed the problem. All the other plugins are disabled and I’m getting
<answer>
<userid/>
<patronid/>
</answer> as the other user.
XAMPP
Don’t know much about the techie stuff but basically it’s like a web server (?) on your pc. I use it develop and check a website before putting it up online. A sandbox if you want to call it that. In this case I’m running a copy a wordpress + your plugin. The address of my site is usually someting like http://localhost/mysite
Well, since I run CentOS 5 (a version of Linux) on my desktop, I just installed Apache, MySQL, and PHP53, so my desktop machine is a LAMP server, exactly like my virtual server. I also run a DNS server on it and run multiple virtual web sites (again, just like my virtual server). So I have a test server that is exactly like my production server.
I take it XAMPP is some sort of MS-Windows thingy? I wonder if there is some sort of MS-Windows weirdness going on, not that there is much I can do about it, since I don’t have any MS-Windows machines to test things on. I do understand that both PHP and MySQL under MS-Windows behave slightly differently than under Linux — they are built slightly differently, both because of different compile time flags and some operating system differences.