Title: New Empty Needle Apache Error
Last modified: August 30, 2016

---

# New Empty Needle Apache Error

 *  [mcpeanut](https://wordpress.org/support/users/mcpeanut/)
 * (@mcpeanut)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/new-empty-needle-apache-error/)
 * after checking my error logs i am receiving this error below everytime someone
   goes to the website, hundreds of these errors in logs.
 * mod_fcgid: stderr: PHP Warning: strstr(): Empty needle in /var/www/vhosts/mywebsite.
   com/httpdocs/wp-content/plugins/mncombine/class-plugin-mncombine.php on line 
   995, referer: [http://mywebsite.com/](http://mywebsite.com/)
 * [https://wordpress.org/plugins/mncombine/](https://wordpress.org/plugins/mncombine/)

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

 *  Plugin Author [mneil](https://wordpress.org/support/users/mneil/)
 * (@mneil)
 * [10 years ago](https://wordpress.org/support/topic/new-empty-needle-apache-error/#post-6734700)
 * That would make me think one of your files being included somewhere with enqueue_styles
   is incorrect. I’m stripping out the url of your site from the file path to get
   the filename and that error is telling me the filename is empty. For that to 
   happen you’d have to be enqueu’ing a style that doesn’t have a real filename.
 * You can patch it by changing line 995 to
 *     ```
       //if( strstr( $css, $use ) )
       //if( !empty($use) && strstr( $css, $use ) )
       ```
   
 * But again I don’t think the root cause of the issue is my plugin. It would be
   worth the effort to make sure that no styles are being included incorrectly on
   your site.
 *  Thread Starter [mcpeanut](https://wordpress.org/support/users/mcpeanut/)
 * (@mcpeanut)
 * [10 years ago](https://wordpress.org/support/topic/new-empty-needle-apache-error/#post-6734702)
 * Ahh ok cool neil ty again for your attention, I am no longer working on that 
   website as of now, it was a project I have since put on hold whilst I open up
   a business website, I will however be revisiting this build later on down the
   line when time permits, I will try to debug this further when the time comes,
   but once again thx for your help mate.

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

The topic ‘New Empty Needle Apache Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mncombine.svg)
 * [MnCombine](https://wordpress.org/plugins/mncombine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mncombine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mncombine/)
 * [Active Topics](https://wordpress.org/support/plugin/mncombine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mncombine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mncombine/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mcpeanut](https://wordpress.org/support/users/mcpeanut/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/new-empty-needle-apache-error/#post-6734702)
 * Status: not resolved