hello,
Thank you for your support,
lately i figured out how to solve this issue ,so u can mark this as solved.
the problem occurs when you try to submit the “users” table prefix in a sql query in multisite using
$wpdb->prefix
which add “#_” to the table prefix while the users table is shared via all sub sites.
i replaced this snippet with
$wpdb->base_prefix
which outputs the table prefix defined in wp-config.php file,and worked like a charm.
the affected file are:
* xoo.userultra.socials.php
* xoo.userultra.order.php
* xoo.userultra.photos.php
thank you again.
Thank you for your quick reply,
It only shows a blank page .