-
Author
-
October 17, 2016 at 11:58 #139899vinitapuriParticipant
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
October 17, 2016 at 20:45 #139977RaduModeratorWhan 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 solutionOctober 18, 2016 at 07:33 #140029vinitapuriParticipantPlease 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 workI dont know what is happening
October 18, 2016 at 19:39 #140108RaduModeratorOk 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 CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( '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 -
AuthorPosts
The forum ‘Theme options & Demo content’ is closed to new topics and replies.