Okay
  Public Ticket #2399266
class.redux_filesystem.php
Closed

Comments

  •  1
    hzavery1 started the conversation

    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.



  •  1,089
    ThemeNectar replied

    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

  •  1
    hzavery1 replied

    Thanks!

  •  1
    hzavery1 replied

    Please close this itcket.