This topic has 3 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #147152
     jackcraig01
    Participant

    I have installed buddypress using wamp and phpmyadmin.  It installed fine but when i got onto dashboard and then customize only the toolbar on the lefthand side loads up.  On the main screen i get “The connection was reset”

    #147217
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #147279
     jackcraig01
    Participant

    Hi thanks for the reply. I have now solved the problem, but cannot find a license for Visual Composer to activate it. Thanks

    #147286
     Radu
    Moderator

    Hi,

    Please enable wp debug to check if there it’s some fatal error, the procedure it’s below.
    Beside this, you can install the p3 profiler plugin to can identify what plugin causes the higher load https://wordpress.org/plugins/p3-profiler/

    Steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?