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

  • Author
  • #139899
     vinitapuri
    Participant

    please note that I have uploaded the theme on wordpress website

    with plugin Buddy drive and BB drive

    I wanted to make profession paid chatting site

    Please help me.

    Even my wordpress dashboard has been disappeared

    #139977
     Radu
    Moderator

    Whan problem do you have with buddyapp theme because i don’t’ understand from what you have write

    Cheers
    R.

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

    Please go to my site 24×7 professionals.com ..its not working as per theme.
    also I have uploaded the buddy drive and bb drive plug ins
    But now my word press dashboard has disappeared
    so i cannot work

    I dont know what is happening

    #140108
     Radu
    Moderator

    Ok in this case you should enable wp debug to see what causes that, but in majority of cases this it’s caused by the php memory limit and in first instance try to increase it : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    Here are steps to enable wp debug

    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
    R.

    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 ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?