Title: 404 errors for plugin resources
Last modified: September 8, 2017

---

# 404 errors for plugin resources

 *  Resolved [eastcapetours](https://wordpress.org/support/users/eastcapetours/)
 * (@eastcapetours)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/404-errors-for-plugin-resources/)
 * Version 3.4.1 (and possibly version 3.4 too) returns 404 errors for the plugin
   resources on the WP settings page. This is due to an incorrect path. In the LiveChat.
   class.php file on line 52 you need to change:
 * `$this->plugin_url = plugin_dir_url( __FILE__ ) . 'plugin_files';`
 * to
 * `$this->plugin_url = plugin_dir_url( __FILE__ );`

Viewing 1 replies (of 1 total)

 *  Plugin Author [Text](https://wordpress.org/support/users/livechat/)
 * (@livechat)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/404-errors-for-plugin-resources/#post-9479034)
 * Thx [@eastcapetours](https://wordpress.org/support/users/eastcapetours/) for 
   the info.
    Fix has been implemented in version 3.4.2.

Viewing 1 replies (of 1 total)

The topic ‘404 errors for plugin resources’ is closed to new replies.

 * ![](https://ps.w.org/wp-live-chat-software-for-wordpress/assets/icon-256x256.
   png?rev=3023632)
 * [LiveChat - Live Chat Plugin for WP Websites](https://wordpress.org/plugins/wp-live-chat-software-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-live-chat-software-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-live-chat-software-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-live-chat-software-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-live-chat-software-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-live-chat-software-for-wordpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Text](https://wordpress.org/support/users/livechat/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/404-errors-for-plugin-resources/#post-9479034)
 * Status: resolved