-
Author
-
September 23, 2016 at 22:23 #137045
dvotra
Participantthe registration page i attached will only load when i disable the buddypress plugin??
September 26, 2016 at 04:57 #137126Laura
ModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these 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
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2016 at 17:13 #137188dvotra
Participanti did what you said to add this code to the wp config file and now i get this on teh site???
Notice: Undefined index: feeds_api_key in /home/content/p3nexnas05_data03/78/3587078/html/wp-content/plugins/rss-post-importer/app/class-rss-post-importer.php on line 43
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/functions.php on line 3707
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/functions.php on line 3707
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/functions.php on line 3707
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/functions.php on line 3707
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/functions.php on line 3707
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/functions.php on line 3707
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/functions.php on line 3707
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/functions.php on line 3707
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/functions.php on line 3707
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/functions.php on line 3707
Warning: Cannot modify header information – headers already sent by (output started at /home/content/p3nexnas05_data03/78/3587078/html/wp-content/plugins/rss-post-importer/app/class-rss-post-importer.php:43) in /home/content/p3nexnas05_data03/78/3587078/html/wp-includes/pluggable.php on line 1174
September 26, 2016 at 17:17 #137190dvotra
Participanti set it back and error is gone now.
but the page https://www.ddlearning.org/home-2/ is not loading?
i still do not know about the registration page. can you help me?
i am not a programmer.September 28, 2016 at 06:52 #137382Laura
ModeratorHello, please share admin credentials so i can check it out 🙂
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 ‘Bugs & Issues’ is closed to new topics and replies.