wp-config constants not being read?
-
Try as I might, (v 1.43, 1.5.0), when I access the Upload page, I *always* get the message to configure the constants in
wp-config.php
…But they are there, it’s as if the plugin isn’t reading them at all…
//Wasabi bucket config
define( ‘SSU_PROVIDER’, ‘wasabi’ ); // put either aws or wasabi (note: doesn’t work with either)
define( ‘SSU_KEY’, ‘XXX’ );
define( ‘SSU_SECRET’, ‘XXX’ );
define( ‘SSU_BUCKET’, ‘XXX’ );
define( ‘SSU_REGION’, ‘XXX’ );
define( ‘SSU_SURL_EXPIRY’, 60 ); // in seconds
Anyone experiencing this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘wp-config constants not being read?’ is closed to new replies.