Chandrakant Bachhav
Forum Replies Created
-
I’m also getting same page error, on connection
Warning: Attempt to read property “id” on null in /wp-content/plugins/wc-frontend-manager/views/settings/wcfm-view-wcfmmarketplace-settings.php on line 646
Stripe not setup properly, please contact your site admin.
Thanks, mrgepa1
Forum: Fixing WordPress
In reply to: Login to both sitesHi,
Finally I have find solution,
When login to first site create session then access this session for another site and use script ‘Auto Login’ for other site.
enjoy ??
Forum: Fixing WordPress
In reply to: Login to both sitesHi Digico,
Thanks for reply fast.
I’ve already did this procedure, like to separate setup for admin, both sites are working properly on one ‘wp_users’, ‘wp_usermeta’ table and another are,
1 SITE have below tables,
wp_commentmeta
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_terms
wp_term_relationships
wp_term_taxonomy
wp_usermeta
wp_users2nd site have below tables
cd_commentmeta
cd_comments
cd_links
cd_options
cd_postmeta
cd_posts
cd_terms
cd_term_relationships
cd_term_taxonomyand all tables are placed under same database
I used already
$table_prefix = ‘cd_’;
define(‘CUSTOM_USER_TABLE’, ‘wp_users’);
define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);then site is working properly after some customization in some files.
Currently I can use same users in both site.
SITE1 domain is: https://example.com/
SITE2 is : https://example.com/subfolder/
then I need when SITE1 user is login and he goes to SITE2 then he will showing already login.
Then Please Help me WHAT I DO ?
I’m facing trouble.
Thanks in advance,
chandrakant b.