-
Author
-
December 22, 2014 at 15:14 #39972DayNightSocialParticipant
Hello, I am getting a 500 internal server error when I try to upload a photo to the group that I am creating. I have uploaded photos everywhere else with no problem. This is the only area that is having the error as of this moment. Thank you
December 22, 2014 at 16:12 #39985RaduModeratorHello,
have you looked in the error log?
You have set permalinks ?
Try to increase memory limit via config.php from root directory.
Add this on wp-config.php
define(‘WP_MEMORY_LIMIT’, ‘128M’);
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 22, 2014 at 18:47 #40034DayNightSocialParticipantThanks 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.December 22, 2014 at 21:04 #40055RaduModeratorAdd this to wp-config.php
COPY CODE// Enable WP_DEBUG mode define('WP_DEBUG', true); // Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true);
And repeat that action.
Post here errors and log.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 22, 2014 at 21:38 #40059DayNightSocialParticipantI 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);December 22, 2014 at 21:57 #40060DayNightSocialParticipantHere 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
December 23, 2014 at 22:38 #40195AbeKeymasterHi. I see it is related to rtmedia plugin or buddypress. Try to reinstall those plugins please
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 24, 2014 at 18:19 #40261DayNightSocialParticipantHello and thank you. I uninstalled then re installed the plugins and it worked out perfect.
December 24, 2014 at 18:25 #40262AbeKeymasterGlad to hear that.
Merry Christmas
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
You must be logged in to reply to this topic.