Hello Issue not resolved. The REDUX:: class is NOT FOUND and give me error 500.
here the exact line. Redux:: …. is the line. I Rem it and works but I can NOT Upload new Fonts and I don’t know if it is because of this.
<?php
// All extensions placed within the extensions directory will be auto-loaded for your Redux instance.
Redux::setExtensions( ‘swift_builder_opts’, dirname( __FILE__ ) . ‘/extensions/’ );
// Any custom extension configs should be placed within the configs folder.
if ( file_exists( dirname( __FILE__ ) . ‘/configs/’ ) ) {
$files = glob( dirname( __FILE__ ) . ‘/configs/*.php’ );
if ( ! empty( $files ) ) {
foreach ( $files as $file ) {
include $file;
}
}
}