• Hey!

    For a long time I always get a PHP notice about not found users tabel becuase I use the plugin in multisites.

    At line 111 in /wp-content/plugins/twitter-auto-publish/admin/publish.php
    a DB request is hard coded that assumes that a site has a users table at wp_users. But the $wpdb->prefix also contains the site ID. Therefore the request fails.

    Would be great to adjust the request to prevent requests to tables like:
    wp_5_users.

    Happy to test beta versions.

    Greetings
    derRALF

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Multisite: PHP Error’ is closed to new replies.