Comments 1hzavery1 started the conversationMay 12, 2020 at 11:42amWe are getting this error on load. We looked at the code fix here:https://themenectar.ticksy.com/ticket/2236083/But when we try to add that line anywhere it breaks the site completely.public function __construct() { $this->parent->admin_notices[] = array( 'type' => 'error', 'msg' => '' . __( 'File Permission Issues', 'redux-framework' ) . '' . sprintf( __( 'We were unable to modify required files. Please check your permissions, or modify your wp-config.php file to contain your FTP login credentials as outlined here.', 'redux-framework' ), 'https://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants' ), 'id' => 'redux-wp-login', 'dismiss' => false, ); }Any help appreciated. 1,089ThemeNectar repliedMay 12, 2020 at 2:00pmHey hzavery1, We added in the fix for the with version 12. Please update your theme by using any of the following methods: http://themenectar.com/docs/salient/updating-salient/Cheers 1hzavery1 repliedMay 12, 2020 at 2:23pmThanks! 1hzavery1 repliedMay 12, 2020 at 2:24pmPlease close this itcket. Sign in to reply ...
We are getting this error on load. We looked at the code fix here:
https://themenectar.ticksy.com/ticket/2236083/
But when we try to add that line anywhere it breaks the site completely.
public function __construct() {
$this->parent->admin_notices[] = array(
'type' => 'error',
'msg' => '' . __( 'File Permission Issues', 'redux-framework' ) . '
' . sprintf( __( 'We were unable to modify required files. Please check your permissions, or modify your wp-config.php file to contain your FTP login credentials as outlined here.', 'redux-framework' ), 'https://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants' ),
'id' => 'redux-wp-login',
'dismiss' => false,
);
}
Any help appreciated.
Hey hzavery1,
We added in the fix for the with version 12. Please update your theme by using any of the following methods: http://themenectar.com/docs/salient/updating-salient/
Cheers
Thanks!
Please close this itcket.