This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author

    Tagged: 

  • #117127
     dishycreative
    Participant

    Hey,

    I have two questions. I’m having a lot of the media issues with the 4.5 update. I’ve tried to go through the boards first, but I keep seeing “You cannot reply to this topic.” instead of posts. I thought I was getting that because my support had expired, so I renewed it, but I’m still getting that instead of seeing the posts.

    So, sorry if this has been covered. Is there an issue I should fix to clear up the upload media issue? RT Media isn’t working and goes to a 404 page. I re-installed the latest theme to try to fix it, but that didn’t resolve it.

    Thanks for your help!

    #117393
     Radu
    Moderator

    Maybe you will have to update the plugins to, 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 CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( '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.

    Let me know

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?