is it because of time zone problem on my mysql server ?
because it is located on a shared hosting.
the mysql timezone set to UTC-6.
while the actual timezone in my location(country) is UTC+7.
could it be the problem?
haven’t found any solution yet
Hi, i’m using buddypress 2.01 on wordperss 3.9.1 multisite
@kaisarandretiyahoocom Sorry that you’re having this issue. Some questions
Did you activate BuddyPress Network-wide? Or did you just activate it in one site => main site or in subsite only using define ( 'BP_ROOT_BLOG', xx );
in your wp-config.php file?
hi mercime,
I Activated Buddypress network-wide
Which language you use on your site ?
are all (8) salt keys in place in wp-config ?
Do you have also something like this ?
/* Multisite */
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true); // false if sub directories
define(‘DOMAIN_CURRENT_SITE’, ‘your-site.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
hi, sorry for the late reply.
yes i have those already