Title: Multisite imcompatible (and less)
Last modified: October 3, 2019

---

# Multisite imcompatible (and less)

 *  Resolved [screamingdev](https://wordpress.org/support/users/screamingdev/)
 * (@screamingdev)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/multisite-imcompatible-and-less/)
 * Dear folks,
 * this plugin is multisite incompatible.
 * One example would be a query like
 * “UPDATE wp_posts SET post_parent = %d, menu_order = %d WHERE ID = %d”
 * ( see \F4\TREE\Tree\Hooks::ajax_move_tree_post )
 * Actually this is very dangerous in a multi-site because you edit things on a 
   complete different table.
    This is also **dangerous for single-sites** because
   when the db-prefix has changed, then you update a very different table that has
   nothing to do with the current WordPress that the user works with.
 * In addition:
 * In \F4\TREE\Core\Helpers::get_settings you set [ 0 => post, 1 => page ] as default
   value
    but in the actual settings section you store [ post => 1, page => 1 ] .
   Even worse, when the array contains [ foo ] then all post-types get the tree 
   view.
 * Please let me know if you need someone that helps with the code review.
    I stop
   after 5 minutes and let you know what I found (so far).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [screamingdev](https://wordpress.org/support/users/screamingdev/)
 * (@screamingdev)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/multisite-imcompatible-and-less/#post-11996140)
 * `srv/wp-content/plugins/f4-tree/Tree/Helpers.php:224` …
    self::get_children(‘
   page’, $post_item->ID, $current_post_id);
 * Page. So, whatever I choose or am working with, this plugin only works for pages.
 *  Plugin Author [FAKTOR VIER](https://wordpress.org/support/users/faktorvier/)
 * (@faktorvier)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/multisite-imcompatible-and-less/#post-12048927)
 * Hello [@screamingdev](https://wordpress.org/support/users/screamingdev/)
 * Sorry for the late answer and thank you for your feedback!
    We’re looking into
   this issue and get back to you as soon as possible.
 *  Plugin Author [FAKTOR VIER](https://wordpress.org/support/users/faktorvier/)
 * (@faktorvier)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/multisite-imcompatible-and-less/#post-12176026)
 * Hi [@screamingdev](https://wordpress.org/support/users/screamingdev/)
 * Thanks again for your feedback.
 * We added a few fixes to our new release, including the ones you mentioned.
 * This plugin does still not officially support multisite pages, but we’ll release
   an multisite update in the near future.
 * You sure can review our code even further if you like to, that would really help
   us fix problems we didnt encounter on our own pages that uses this plugin.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Multisite imcompatible (and less)’ is closed to new replies.

 * ![](https://ps.w.org/f4-tree/assets/icon-256x256.jpg?rev=2045087)
 * [F4 Post Tree](https://wordpress.org/plugins/f4-tree/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/f4-tree/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/f4-tree/)
 * [Active Topics](https://wordpress.org/support/plugin/f4-tree/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/f4-tree/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/f4-tree/reviews/)

 * 3 replies
 * 1 participant
 * Last reply from: [FAKTOR VIER](https://wordpress.org/support/users/faktorvier/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/multisite-imcompatible-and-less/#post-12176026)
 * Status: resolved