Title: Error message
Last modified: August 21, 2016

---

# Error message

 *  [fajo](https://wordpress.org/support/users/fajo/)
 * (@fajo)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/error-message-232/)
 * Hello. After activation of plugin I get the following error message: `Warning:
   require_once () [function.require-once]: Unable to access / wp-content/plugins/
   wp-bookmarks/lib/Minifier.php in / wp-content/plugins/wp -bookmarks/wp-bookmarks.
   php on line 10`
 * [http://wordpress.org/plugins/wp-bookmarks/](http://wordpress.org/plugins/wp-bookmarks/)

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

 *  [uw ma](https://wordpress.org/support/users/uw-ma/)
 * (@uw-ma)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/error-message-232/#post-4051263)
 * Same issue here! (Using WP 3.6.)
 *  [BoogieBug](https://wordpress.org/support/users/boogiebug/)
 * (@boogiebug)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/error-message-232/#post-4051310)
 * This is a “quick and dirty” fixes for the issue. You might use this until the
   author officially fix it. Note that this solution did not keep the “minifier”
   functionality in the plugins. It just “bypass” the issue.
    1. create a folder “lib” under _wp-content/plugins/wp-bookmarks_ so the new folder
       looks like:
        `wp-content/plugins/wp-bookmarks/lib`
    2. Under the newly created folder, use text editor create a file “Minifier.php”
       with following contents:
        File: `wp-content/plugins/wp-bookmarks/lib/Minifier.
       php`
    3.     ```
           <?php
           // quick and dirty fix for wp-bookmarks plugin
           class Minifier {
             public static function minify($code) {
               return $code;
             }
           }
           ```
       
    4. Activate the plugin
 *  [roseswsc](https://wordpress.org/support/users/roseswsc/)
 * (@roseswsc)
 * [12 years ago](https://wordpress.org/support/topic/error-message-232/#post-4051324)
 * Thanks!
 *  Plugin Author [conlabz GmbH](https://wordpress.org/support/users/conlabzgmbh/)
 * (@conlabzgmbh)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/error-message-232/#post-4051327)
 * Hi,
 * i am sorry for your trouble. Looks like some files were not commited and stuck
   in the repository trunk folder. I fixed that.

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

The topic ‘Error message’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-bookmarks.svg)
 * [WP Bookmarks](https://wordpress.org/plugins/wp-bookmarks/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-bookmarks/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-bookmarks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-bookmarks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-bookmarks/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [conlabz GmbH](https://wordpress.org/support/users/conlabzgmbh/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/error-message-232/#post-4051327)
 * Status: not resolved