Title: [Plugin: Client Status] Error log messages
Last modified: August 20, 2016

---

# [Plugin: Client Status] Error log messages

 *  Resolved [WebEndev](https://wordpress.org/support/users/munman/)
 * (@munman)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/)
 * I recently noticed that my error_log file in the site root was huge. I discovered
   that it was basically the same three messages, repeating over and over again (
   see below).
 * What’s up with this?
 * [16-Aug-2011 11:57:55] PHP Warning: simplexml_load_string() [[function.simplexml-load-string](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/function.simplexml-load-string?output_format=md)]:
   ^ in /home/munman61/public_html/wp-content/plugins/client-status/client-status.
   php on line 383
    [16-Aug-2011 11:57:55] PHP Warning: simplexml_load_string() [
   [function.simplexml-load-string](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/function.simplexml-load-string?output_format=md)]:
   Entity: line 1: parser error : EntityRef: expecting ‘;’ in /home/munman61/public_html/
   wp-content/plugins/client-status/client-status.php on line 383 [16-Aug-2011 11:
   57:55] PHP Warning: simplexml_load_string() [[function.simplexml-load-string](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/function.simplexml-load-string?output_format=md)]:
   t1=_blank&bc1=F5EFD8&IS2=1&bg1=F5EFD8&fc1=000000&lc1=0000FF&t=cherylshirema-20&
   o in /home/munman61/public_html/wp-content/plugins/client-status/client-status.
   php on line 383
 * [http://wordpress.org/extend/plugins/client-status/](http://wordpress.org/extend/plugins/client-status/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [ericjuden](https://wordpress.org/support/users/ericjuden/)
 * (@ericjuden)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/#post-2247192)
 * My guess is that you have WP_DEBUG enabled on one of your servers and it’s printing
   the errors in the data file being passed back.
 * Hope that helps,
 * Eric
 *  Thread Starter [WebEndev](https://wordpress.org/support/users/munman/)
 * (@munman)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/#post-2247193)
 * Nope that’s not it…
 * define(‘WP_DEBUG’, false);
 *  Plugin Author [ericjuden](https://wordpress.org/support/users/ericjuden/)
 * (@ericjuden)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/#post-2247194)
 * After reviewing, the client url was not set to the base site url for that client.
 *  Thread Starter [WebEndev](https://wordpress.org/support/users/munman/)
 * (@munman)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/#post-2247195)
 * Thanks Eric!
 *  [Syrehn](https://wordpress.org/support/users/syrehn/)
 * (@syrehn)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/#post-2247257)
 * I’m getting this as well when trying to add some clients. Not sure why, the url’s
   should be correct. I have a few sites on my hosting account and it only works
   for 1 of them. Otherwise I get:
 *     ```
       Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 3: parser error : Extra content at the end of the document in /wp-content/plugins/client-status/client-status.php on line 152
   
       Warning: simplexml_load_string() [function.simplexml-load-string]: <b>Warning</b>: session_start() [<a href='function.session-start'>function.sess in /wp-content/plugins/client-status/client-status.php on line 152
   
       Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /wp-content/plugins/client-status/client-status.php on line 152
   
       Warning: First parameter must either be an object or the name of an existing class in /wp-content/plugins/client-status/client-status.php on line 169
       ```
   
 *  [Syrehn](https://wordpress.org/support/users/syrehn/)
 * (@syrehn)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/#post-2247258)
 * I also get different errors on the dashboard page if that’s helpful:
 *     ```
       Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 3: parser error : Extra content at the end of the document in /wp-content/plugins/client-status/dashboard.php on line 79
   
       Warning: simplexml_load_string() [function.simplexml-load-string]: <b>Warning</b>: session_start() [<a href='function.session-start'>function.sess in /wp-content/plugins/client-status/dashboard.php on line 79
   
       Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /wp-content/plugins/client-status/dashboard.php on line 79
       ```
   
 *  [Syrehn](https://wordpress.org/support/users/syrehn/)
 * (@syrehn)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/#post-2247259)
 * Sorry for the 3 posts in a row but it appears that this is conflicting with other
   plugins, the sites I had issues with are running the wp-ecommerce and the ndizi
   plugin.
 * I followed the instructions:
 * _You can check for errors in the data file by going to [http://yoursite.com/wp-content/plugins/client-status/data.php?security\_key=your\_security\_key\_as\_md5\_hash](http://yoursite.com/wp-content/plugins/client-status/data.php?security_key=your_security_key_as_md5_hash)_
 * and it pulled back the message from my one site of:
 *     ```
       <b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /wp-content/plugins/client-status/data.php:2) in <b>/wp-content/plugins/wp-e-commerce/wpsc-core/wpsc-constants.php</b> on line <b>17</b><br />
       ^
       ```
   
 * and on a “test” site i run to try out different plugins it pulls:
 *     ```
       <b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /lab/wp-content/plugins/client-status/data.php:2) in <b>/lab/wp-content/plugins/ndizi-project-management/Ndizi.class.php</b> on line <b>96</b><br />
       ^
       ```
   
 * I use wp-ecommerce on several sites. Is there a way to get this plugin to work
   where it’s not conflicting?
 *  Plugin Author [ericjuden](https://wordpress.org/support/users/ericjuden/)
 * (@ericjuden)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/#post-2247264)
 * Hi Syrehn,
 * Do you have WP_DEBUG enabled on your client sites? These error messages usually
   occur because your data file is outputting an error message at the top of the
   xml page. when parsing the xml it sees the error messages and interprets that
   as a problem in the xml file.
 * Eric
 *  [Syrehn](https://wordpress.org/support/users/syrehn/)
 * (@syrehn)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/#post-2247275)
 * Hi Eric,
 * Sorry this took so long for me to get back to you. I’ve been a busy bee.
 * No, WP_DEBUG is not enabled on any of the client sites.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: Client Status] Error log messages’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/client-status_5a91b2.svg)
 * [Client Status](https://wordpress.org/plugins/client-status/)
 * [Support Threads](https://wordpress.org/support/plugin/client-status/)
 * [Active Topics](https://wordpress.org/support/plugin/client-status/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/client-status/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/client-status/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [Syrehn](https://wordpress.org/support/users/syrehn/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-client-status-error-log-messages/#post-2247275)
 * Status: resolved