Bug Reports

Please report new bugs on our new Feedback Board here: https://divi-supreme.userjot.com/
Worked in Local, but caused a fatal error on live flywheel.
Their support team gave me a resource boost, and still no solution, but roll back to 4.9 stable works. Support Conversation: 09:16 PM | Patrick from Flywheel: Thanks for waiting. I've had a look and found your WordPress theme Divi and supreme-modules-pro-for-divi/divi-5 having a conflict. I gave the site a resource boost to see if that'll do the trick. Can you try again? PHP message: PHP Warning: require_once(/wordpress/wp-content/themes/Divi/includes/builder-5/server/Framework/DependencyManagement/Interfaces/DependencyInterface.php): failed to open stream: No such file or directory in /www/wp-content/plugins/supreme-modules-pro-for-divi/divi-5/app/Modules/IconDivider.php on line 15PHP message: PHP Fatal error: require_once(): Failed opening required '/wordpress/wp-content/themes/Divi/includes/builder-5/server/Framework/DependencyManagement/Interfaces/DependencyInterface.php' (include_path='.:/usr/share/php') in /www/wp-content/plugins/supreme-modules-pro-for-divi/divi-5/app/Modules/IconDivider.php on line 15" while reading response header from upstream, client: 71.112.156.92, server: www.dylanroush.com , request: "GET / HTTP/1.0", upstream: "fastcgi://127.0.0.1:9000", host: " www.dylanroush.com " 09:22 PM | Dylan Roush: nope still issues 09:23 PM | Patrick from Flywheel: Thanks for trying. Might be best to get in touch with the plugin developer to know what could be causing the error. Providing them the error message from the logs might help: NOTICE: PHP message: PHP Fatal error: Cannot declare class DSM_Business_Hours, because the name is already in use in /www/wp-content/plugins/supreme-modules-pro-for-divi/includes/modules/BusinessHours/BusinessHours.php on line 0 * FIXED i changed: require_once ABSPATH . 'wp-content/themes/Divi/includes/builder-5/server/Framework/DependencyManagement/Interfaces/DependencyInterface.php'; to $interface = 'ET\\Builder\\Framework\\DependencyManagement\\Interfaces\\DependencyInterface'; if ( ! interface_exists( $interface ) ) { $dependency_file = trailingslashit( get_template_directory() ) . 'includes/builder-5/server/Framework/DependencyManagement/Interfaces/DependencyInterface.php'; if ( file_exists( $dependency_file ) ) { require_once $dependency_file; } } in all the module php files and it works perfectly in live site on flywheel now.
0