Forum Replies Created
-
Author
-
DayNightSocialParticipant
Hello and thank you. I uninstalled then re installed the plugins and it worked out perfect.
DayNightSocialParticipantHere is the error log:
[19-Dec-2014 04:41:47] WordPress database error Table ‘dejoria_wrdp5.wp_bp_groups’ doesn’t exist for query UPDATE wp_rt_rtm_media m join wp_bp_groups bp on m.context_id = bp.id SET m.privacy = 0 where m.context = ‘group’ and bp.status = ‘public’ and m.privacy <> 80 made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), call_user_func_array, RTMedia->init, RTMedia->update_db, RTDBUpdate->do_upgrade, do_action(‘rt_db_upgrade’), call_user_func_array, RTMedia->fix_group_media_privacy
DayNightSocialParticipantI had placed it here and nothing:
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
add_filter( ‘auto_update_plugin’, ‘__return_true’ );
add_filter( ‘auto_update_theme’, ‘__return_true’ );// Enable WP_DEBUG mode
define(‘WP_DEBUG’, true);// Enable Debug logging to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, true);DayNightSocialParticipantThanks for the response,
I am not too sure how to check the error log but the permalinks is set correctly and I have added the code but still no luck. -
AuthorPosts