I have a fresh install of wordpress multisite running,

I have a fresh install of wordpress multisite running, and the last couple days have been good, everything working, as I imported content over. But this morning I noticed that the plugins were not working (Jetpack Image Widget). I looked into this and I cannot disable or enable any plugins, some are enabled like Jetpack and WMPU Dashboard, but they will not remember any login information. Also all my themes are disabled and cannot network enable them? I have tried disabling all the plugins and themes to see if that would do anything, to no avail. Cant seem to find anything related like this on google, so im asking here.

  • Vaughan
    • Ex Staff

    hiya

    thanks for posting.

    have you tried disabling all plugins via FTP?

    goto wp-content/

    then rename the plugins folder to plugins-tmp

    then create a new plugins folder.

    have you tried enabling WP_DEBUG in your wp-config.php?

    also check for an error_log file in your public_html folder, these may give us some clues if any errors are present.

    what content were you importing over?

    thanks

  • braedon_armstrong
    • New Recruit

    Hey,

    Renaming the plugins file didn’t work. WP_DEBUG gave me these two lines:

    Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /home/invictus/public_html/wp-includes/functions.php on line 2876

    Deprecated: Assigning the return value of new by reference is deprecated in /home/invictus/public_html/wp-content/mu-plugins/multi-domains.php on line 1267

    And my error_log file is just under 4mb and all entries are from today, starting coming in at 2am my time. (WordPress database error Table ‘./invictus_wp581/wp1_sitemeta’ is marked as crashed and should be repaired for query SELECT meta_value FROM wp1_sitemeta WHERE meta_key…:wink: is the majority of the errors.

    Wow never had this happen before. I was just importing wordpress posts, and ftp themes yesterday. everything was working fine.

  • Vaughan
    • Ex Staff

    hiya

    try this

    goto phpmyadmin from your CPanel

    select the wp1_sitemeta table

    then scroll to bottom and in the select box, choose repair.

    that should fix the table.

    you can then select all tables if you want and do a repair, just in case.

    hope this helps.

    [attachments are only viewable by logged-in members]