This topic has 9 replies, 3 voices, and was last updated 10 years by Abe.

  • Author

    Tagged: , , ,

  • #39972
     DayNightSocial
    Participant

    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

    #39985
     Radu
    Moderator

    Hello,

    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 solution
    #40034
     DayNightSocial
    Participant

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

    #40055
     Radu
    Moderator

    Add 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 solution
    #40059
     DayNightSocial
    Participant

    I 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);

    #40060
     DayNightSocial
    Participant

    Here 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

    #40185
     DayNightSocial
    Participant

    Hello, Is anyone available?

    #40195
     Abe
    Keymaster

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

    #40261
     DayNightSocial
    Participant

    Hello and thank you. I uninstalled then re installed the plugins and it worked out perfect.

    #40262
     Abe
    Keymaster

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

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?