• Hi Andrea,

    I wanted to point out an error I encountered when switching to a VPS server. The server change when fine, but when I switched the server to “DSO (Dynamic Shared Object)” for my php handler to set up APC caching, most of the website went down with the exception of a few pages (Deactivating the plugin fixed the issue).

    This is the error output;

    Warning: include(): Filename cannot be empty in /home/(name_removed)/public_html/wp-content/plugins/bp-profile-search/bps-functions.php on line 2
    
    Warning: include(): Filename cannot be empty in /home/(name_removed)/public_html/wp-content/plugins/bp-profile-search/bps-functions.php on line 2
    
    Warning: include(): Failed opening '' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/(name_removed)/php') in /home/(name_removed)/public_html/wp-content/plugins/bp-profile-search/bps-functions.php on line 2
    
    Warning: include(): Filename cannot be empty in /home/(name_removed)/public_html/wp-content/plugins/bp-profile-search/bps-functions.php on line 3
    
    Warning: include(): Filename cannot be empty in /home/(name_removed)/public_html/wp-content/plugins/bp-profile-search/bps-functions.php on line 3
    
    Warning: include(): Failed opening '' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/(name_removed)/php') in /home/(name_removed)/public_html/wp-content/plugins/bp-profile-search/bps-functions.php on line 3

    There was also a message about 1k plus of some code being output and a recommendation to deactivate the plugin from the plugin admin panel.

    Let me know if there’s anything I can do to help you look into the issue.

    This is a great plugin and the new design looks great! Thanks for all your time and effort on it!

    WordPress Multisite (Current) BuddyPress (Current)

    https://www.ads-software.com/plugins/bp-profile-search/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi BackpackersUnion,

    The mentioned lines (2 and 3) of bps-functions.php are two simple include statements.

    Apparently they are read as

    include '';

    for some reason.

    I suggest you delete the plugin and reinstall it from the repository. If that doesn’t work, you could try fiddling with those include statements to better understand the issue.

    Thread Starter BackpackersUnion

    (@backpackersunion)

    Hi Andrea,

    Thanks for getting back to me so quickly. I did try deleting and reinstalling, but it produced the same results. My function knowledge is week, so any suggestions on how to how to alter the first few lines I’d be willing to try.

    I was originally thinking the “Plugin Organizer” plugin may have contributed to the error with it’s select loading feature, but I removed the plugin and its options and it didn’t seem to make an impact. Thanks again for your help with this!

    Plugin Author Andrea Tarantini

    (@dontdream)

    The classical suggestion is to deactivate all the plugins and activate BP Profile Search only.

    Do you still get the errors?

    If not, reactivate the plugins one at a time, starting with BuddyPress, and check for the errors.

    At some time the errors should reappear. Which was the last plugin you activated?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Server Change Conflict – Errors Output’ is closed to new replies.