Skip to:
Content
Pages
Categories
Search
Top
Bottom

Some of my users profiles are not loading


  • WPWally
    Participant

    @wordpresswally

    Some of my users’s profiles are not loading completely on my live site and end below the <!-- .item-list-tabs --> line in the source. When I try it out on my local server, I get the following error message:

    Fatal error: Maximum execution time of 30 seconds exceeded in /opt/lampp/htdocs/sbwp/wp-includes/plugin.php on line 212

    I looked up the plugin.php file and the error points to a line in the apply_filters function.

    I use a custom theme but I checked under Twenty Fifteen as well and got the same result.

    I deactivated all other plugins and the problem persists.

    Here are the obligatory questions answered;

    1. Which version of WordPress are you running?
    4.1.1 (but the problem has been around for a while)

    2. Did you install WordPress as a directory or subdomain install?
    Directory

    3. If a directory install, is it in root or in a subdirectory?
    Root on server / subdirectory on localhost (I have two copies for emergencies like this but this time both are behaving badly)

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    Yes, 4.1

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    Yes

    6. Which version of BP are you running?
    2.2.1

    7. Did you upgraded from a previous version of BP? If so, from which version?
    Yes, 2.1

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    Yes: AddThis for WordPress / Edit Author Slug / Login With Ajax / Popular Widget / Video Thumbnails / Better Delete Revision / Hyper Cache / Login Bot Stopper / Wordfence Security (disabled all plugins save for BuddyPress and the behavior continues)

    9. Are you using the standard BuddyPress themes or customized themes?
    Customized, but problem persists with standard as well

    10. Have you modified the core files in any way?
    No

    11. Do you have any custom functions in bp-custom.php?
    Yes (2 lines – excluding php open and close tags):

    <?php
    add_filter( ‘bp_use_wp_admin_bar’, ‘__return_false’ );
    define ( ‘BP_DISABLE_ADMIN_BAR’, true );
    ?>

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    Not running bbPress

    13. Please provide a list of any errors in your server’s log files.
    None

    14. Which company provides your hosting?
    nearlyfreespeech.net

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    Linux: Apache (both localhost and server)

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

  • Henry Wright
    Moderator

    @henrywright

    Hi @wordpresswally

    You seem to be doing everything right. Disabling plugins and reverting to the default theme (Twenty somethings) usually resolves the problem.

    Are you seeing the problem on both localhost and on your online server?


    WPWally
    Participant

    @wordpresswally

    Hi @henrywright sorry for the delayed response but I had other things to tend to. Yes, I am seeing the problem on both the localhost and my online server. The only difference between the two is that my local server is returning the error code and my online server is not.

    I am once again updated to the latest versions of both WordPress and BuddyPress.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some of my users profiles are not loading’ is closed to new replies.
Skip to toolbar