Viewing 7 replies - 1 through 7 (of 7 total)
  • Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    What theme are you using? Try deactivating it as well.

    Thread Starter BuzzyBuzzy

    (@buzzybuzzy)

    Hi Michael,

    Using Classipress v3.5.5 with child theme (also latest version). Checking with them.

    Its a very complex install. I’ll try your suggestion after my auto backup service completes changes I made today, as invariably, even simply deactivating/activating themes will create extra work for me.

    All was working fine as early as June 6th with no changes on my part.

    I assume no other reports of this issue?

    I’ll report back.

    – Jim

    Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    Turn on debug mode by adding the following to your wp-config.php and you should be able to see the error message:

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_DISPLAY’, true );

    After looking at the theme, this has nothing to do with All in One SEO Pack. It looks as though the theme doesn’t install itself correctly on its appthemes_first_run hook, which is causing a database error, and affects the loading of the media page.

    You should be able to fix this issue by changing “appthemes_first_run” in line 49 of install.php in your theme to “init” and refresh the page a couple times (then change it back), but I recommend finding a better theme.

    Thread Starter BuzzyBuzzy

    (@buzzybuzzy)

    Hello,

    I did as you suggested enabling debug via wp-config – Still no luck.

    It (For me) threw different errors having nothing to with AIOSEO but rather my security plugin.

    I have followed up in the forum for that plugin.

    Thank you.

    Thread Starter BuzzyBuzzy

    (@buzzybuzzy)

    P.S. I did not see the debug errors you mentioned re: appthemes_first_run hook. just my BPS security errors.

    You see what I mean about a complicated install. Not for the faint of heart this theme.

    Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    I didn’t mean that turning on debug mode would fix it, only that it would show the errors that are causing the problem.

    You should be able to fix this issue by changing “appthemes_first_run” in line 49 of install.php in your theme to “init” and refresh the page a couple times (then change it back), but I recommend finding a better theme.

    This is completely unrelated to All in One SEO Pack, and is a problem with your theme.

    Thread Starter BuzzyBuzzy

    (@buzzybuzzy)

    Yes, I understood. I did as you originally suggested re editing line 49 of install.php. Still no luck.

    What I was trying to express above. (poorly perhaps) was the error debug gave me was about my security plugin. I followed up with them.

    Thanks for your help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Media Library Not Displaying / Loading’ is closed to new replies.