Title: PHP Errors
Last modified: August 31, 2016

---

# PHP Errors

 *  [redsand](https://wordpress.org/support/users/redsand/)
 * (@redsand)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/php-errors-74/)
 * PHP Warning: fopen(/XXXXXXXX/wp-content/plugins/wp-snow-effect/wp-snow-effect.
   php): failed to open stream: No such file or directory in /XXXXXXXX/wp-includes/
   functions.php on line 4572
 * I located the line in your code: /wp-db-booster/admin/partials/tabs/dashboard.
   php line 324:
 *     ```
       $plugin_data = get_plugin_data(ABSPATH . 'wp-content/plugins/' . 'wp-snow-effect/wp-snow-effect.php');
       ```
   
 * Just curious…why did you have WP_DEBUG listed as “BAD”? WP_DEBUG is very, very
   good. We run it on all our test sites 24/7 and many production sites. (Logging
   only, not displaying errors.) It will help you catch some of these issues before
   release. You say it is very bad and will slow down your site but that is not 
   true at all. The only problem would be if you are displaying errors visually,
   if you are not, and are logging instead, it is 100% fine to use.
 * Also, getting this error when clicking on the action link on the plugins page
   for Settings: “You do not have sufficient permissions to access this page.” The
   link is going to “/wp-admin/admin.php?page=wp-db-booster” but it should go to“/
   wp-admin/admin.php?page=wp-db-booster-dashboard”.
 * Please fix these issues.
 * [https://wordpress.org/plugins/wp-db-booster/](https://wordpress.org/plugins/wp-db-booster/)

The topic ‘PHP Errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-db-booster_f6b630.svg)
 * [WP DB Booster](https://wordpress.org/plugins/wp-db-booster/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-db-booster/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-db-booster/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-db-booster/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-db-booster/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-db-booster/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [redsand](https://wordpress.org/support/users/redsand/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/php-errors-74/)
 * Status: not resolved