Title: server errors
Last modified: August 31, 2016

---

# server errors

 *  [greggashley](https://wordpress.org/support/users/greggashley/)
 * (@greggashley)
 * [10 years ago](https://wordpress.org/support/topic/server-errors-1/)
 * H mate, Ive noticed the blog manager light plugin is generating some errors on
   my web server due to some slight faults in its php coding.
 * Here is a couple of screenshots of the error
 * [http://postimg.org/image/p9ebm9qz5/](http://postimg.org/image/p9ebm9qz5/)
    [http://postimg.org/image/7954hvys1/](http://postimg.org/image/7954hvys1/)
 * Please can you advise how to resolve.
 * Thanks
 * Gregg
 * [https://wordpress.org/plugins/blog-manager-light/](https://wordpress.org/plugins/blog-manager-light/)

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

 *  Thread Starter [greggashley](https://wordpress.org/support/users/greggashley/)
 * (@greggashley)
 * [10 years ago](https://wordpress.org/support/topic/server-errors-1/#post-7388072)
 * hello? Please can I get a response to this
 * Thanks
 * Gregg
 *  Thread Starter [greggashley](https://wordpress.org/support/users/greggashley/)
 * (@greggashley)
 * [10 years ago](https://wordpress.org/support/topic/server-errors-1/#post-7388109)
 * can i get an answer to this please??? SO far I have received zero support for
   what is poitentially a BIG issue with this plugin
 * Thanks
 *  [noahj-champion](https://wordpress.org/support/users/noahj-champion/)
 * (@noahj-champion)
 * [10 years ago](https://wordpress.org/support/topic/server-errors-1/#post-7388114)
 * Hi.
 * I don’t have the same issue when using this plugin.
 * You should first fix the errors given by your child theme and see if those adjustments
   fix the issue.
 * OTW, has been around for awhile and sells premium plugins, so support for their
   free plugins is probably limited or comes available only as they are become available
   to provide it.
 * I took a look at the plugin and it seems (at the least) a file has been left 
   out, but they are still referencing it.
 * In `otw_blog_manager_light.php` on `line 873`, try commenting that line out so
   it looks like…
 * `//include( 'social-shares.php' );` because this file doesn’t exist, which is
   why you are getting the class not found error.
 * I’m not sure how commeintgin that out will affect eh display of the plugin though.
   But after which you should comment out the action called to that function.
 * So starting at line 129, you can make it to look like…
 *     ```
       // Ajax FE Social Share
       //add_action( 'wp_ajax_social_share', array($this, 'otw_bm_social_share') );
       //add_action( 'wp_ajax_nopriv_social_share', array($this, 'otw_bm_social_share') );
       ```
   
 * There would still be a few optimization to be done since the social-shares.php
   file is missing. Ultimately the best solution is for that file to be included,
   which might of been left out by mistake, or the plugin could just use some adjustments.
 * At least, that is what I see so far.

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

The topic ‘server errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/blog-manager-light_39a3dc.svg)
 * [Blog Manager Light](https://wordpress.org/plugins/blog-manager-light/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/blog-manager-light/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/blog-manager-light/)
 * [Active Topics](https://wordpress.org/support/plugin/blog-manager-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/blog-manager-light/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/blog-manager-light/reviews/)

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)
 * [server](https://wordpress.org/support/topic-tag/server/)

 * 3 replies
 * 2 participants
 * Last reply from: [noahj-champion](https://wordpress.org/support/users/noahj-champion/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/server-errors-1/#post-7388114)
 * Status: not resolved