Empty file lists on multisite
-
When we moved to multisite using MLFP Plus, the plugin stopped working reliably. Now, the folder and file listing shows nothing.
When I debugged the code directly I noticed that some of the queries are using {$wpdb->prefix}users, and some queries were using $wpdb->users. Since there are no multisite specific user tables such as wp_3_users, the wpdb->prefix variation is looking for a non-existing table.
When I updated all of the queries to user $wpdb->users instead, now my images show.
We’d rather not maintain a custom version of this plugin with these changes so I’d love to see these changes in the prod version.
The topic ‘Empty file lists on multisite’ is closed to new replies.