Hi, firstly, thanks for writing this plugin.
I am having a problem getting the plugin functioning though. Here are the steps I have taken:
- Install a fresh copy of WordPress 2.9.2 on a server running PHP 5.2.6.
- Install WP Highrise, and drop the default form tag into the homepage, running the default (Kubrick) theme.
- Configure WP Highrise with API token etc. This appears to work and I get all of my categories listed in the settings screen as you would expect.
- Attempt to submit the form. This reloads the homepage with no indication of whether the form was successfully submitted. On checking Highrise, no new contact has been added.
I have tried this on two different local machines (one running MAMP on OSX another running Apache/PHP/MySQL on Windows) and two hosted servers (Web Faction and 1&1). Sometimes I get the following error:
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found in *path_to_wordpress*/wp-content/plugins/wp-highrise-contact/highrise/Me.php on line 35
Warning: simplexml_load_string() [function.simplexml-load-string]: HTTP Basic: Access denied. in *path_to_wordpress*/wp-content/plugins/wp-highrise-contact/highrise/Me.php on line 35
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in *path_to_wordpress*/wp-content/plugins/wp-highrise-contact/highrise/Me.php on line 35
…but not always and the behaviour on the form is the same regardless.
Any help with this would be very much appreciated!