• Resolved Renaat

    (@rsioncke)


    Can I use the plugin on a wp multisite install? I am getting error messages when subsite or network activated.

    • This topic was modified 6 years ago by Renaat.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Site Reviews has not been tested or developed for multisite installations, so I cannot say. What error messages are you getting?

    Thread Starter Renaat

    (@rsioncke)

    an example

    WARNING: wp-content/plugins/wp-defender/vendor/hammer/vendor/maxmind-db/reader/autoload.php:40 – include(GeminiLabs/SiteReviews/Handlers/RegisterTinymcePopups.php): failed to open stream: No such file or directory
    require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, GeminiLabs\SiteReviews\Controllers\AdminController->registerTinymcePopups, GeminiLabs\SiteReviews\Controllers\Controller->execute, class_exists, spl_autoload_call, mmdb_autoload, include(‘

    it seems the plugin is installed, just wondering if it would work.

    Plugin Author Gemini Labs

    (@geminilabs)

    This does not seem to be a WordPress multisite issue.

    This looks like a compatibility issue with the “wp-defender” plugin that you are using. It is trying to autoload a file from Site Reviews by its namespace instead of by its file path.

    For example, the namespace of the file in the error is:

    GeminiLabs\SiteReviews\Handlers

    And the correct path to the Site Reviews file that is trying to be loaded in the error is:

    WP_CONTENT_DIR/plugins/site-reviews/plugin/Handlers/RegisterTinymcePopups.php

    But the “wp-defender” plugin is trying to load the file as:

    GeminiLabs/SiteReviews/Handlers/RegisterTinymcePopups.php

    Thread Starter Renaat

    (@rsioncke)

    Hi, thanks for the explanation. I contacted the wp-defender developer with your feedback. I will keep using and testing the site review plugin in my WP multisite.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can I use it on a wp multisite install?’ is closed to new replies.