[buddypress-trac] [BuddyPress Trac] #8447: activate link doesn't work

buddypress-trac noreply at wordpress.org
Wed Apr 21 10:53:11 UTC 2021


#8447: activate link doesn't work
-------------------------------+------------------------------
 Reporter:  chrisbarry         |       Owner:  (none)
     Type:  defect (bug)       |      Status:  reopened
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Core               |     Version:
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------------------

Comment (by chrisbarry):

 How is WordPress installed: Multisite or not ?

 Not Multisite



 Are there any specific constant defined into your wp-config.php file that
 are not "standard" (different from the one you could find into the wp-
 config-sample.php or different than the one that are generated by
 WordPress during Network installation) ?

 Apart from db settings and keys/salts, there is only this:


 /**
  * WordPress Database Table prefix.
  *
  * You can have multiple installations in one database if you give each
  * a unique prefix. Only numbers, letters, and underscores please!
  */
 $table_prefix = 'wp_';




 /* That's all, stop editing! Happy publishing. */

 /** Absolute path to the WordPress directory. */
 if ( ! defined( 'ABSPATH' ) ) {
         define( 'ABSPATH', dirname( __FILE__ ) . '/' );
 }

 /** Sets up WordPress vars and included files. */
 require_once ABSPATH . 'wp-settings.php';


 How is installed BuddyPress if it's a multisite config: network widely, on
 the main site of the network, on a subsite of the network ?

 It is not a multisite (at least this does not exist - define(
 'WP_ALLOW_MULTISITE', true );)

 Are there any BP specific constant defined into your wp-config.php file or
 a potential bp-custom.php file ?

 There is no bp-custom.php and I've sent you all there is apart from db and
 salts info (not that this is a particularly important site, but I guess no
 need to share them)

 What is the name of the active theme where BuddyPress is installed ?

 it's the boss child theme (hence a custom boss)

 Let me know if that helps at all, and thanks very much for helping (I've
 got my hack from above working, but it reverts each time something
 updates, obviously) I could patch the url as you've suggested, but be nice
 to fix it properly.

 Cheers,

 Chris

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8447#comment:6>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list