• Resolved jealogy

    (@jealogy)


    I was trying to upload a featured image for a post on my mobile browser. When I transferred to my laptop’s web browser, I got a blank page whenever I try to access my wp-admin. I tried logging out of wp-admin on my mobile and then when I try to log-in, I get the same blank screen.

    I tried to disable my theme and while that enabled me to log back in to my dashboard, I doubt that my theme is the problem since I have always been able to upload images and post stuff with that theme, so I enabled it again and encountered no issues.

    I checked my media library. However, my whole library wouldn’t show up as it would just be loading endlessly. I tried adding the “define( ‘WP_MEMORY_LIMIT’, ‘256M’ );” to my wp-config file but I’m still getting the same problem. While I can still access my WP dashboard on my laptop, I’m still getting the same blank page on mobile.

    I tried repairing my WP database but that didn’t solve the problem either.

    • This topic was modified 1 year, 3 months ago by jealogy.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hi @jealogy,

    • Enable WP Debug mode to get more detailed error messages.
    • Edit your wp-config.php file and add the following line:define( 'WP_DEBUG', true );
    Thread Starter jealogy

    (@jealogy)

    Checked my debug.log and figured out the error. Thanks for this! Turns out it was something in my theme’s functions.php file, since I added lines of code onto it last night.

    • This reply was modified 1 year, 3 months ago by jealogy.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Media Library Issue’ is closed to new replies.