Hi there, Good day to you, Please reach out to us at support@divisupreme.com with a temporary login to your site to take a look. Thanks!
Update: Please update to Beta 17, which includes a fix for this issue.
I've had the same issue & reported it to them. It's happened on every site that I've tested on. I pulled the error logs and the plugin is looking for a file in the wrong directory. My hosting's file structure is apparently different than what Supreme Pro is expecting. On a sidenote, I had the exact same issue with the Divi Gravity Forms plugin and reached out and the developer created a patch and sent me an updated plugin and that fixed that plugin. Just waiting on Supreme Pro to do the same
I sent an email to support about this same error. They said "The behavior you’re describing is unusual, and we haven’t received similar reports from other users so far." Can someone advise if this has been investigated.
Hi Nadine, That's indeed a strange behavior and hasn't been reported by anyone else. Could you please send us an email at support@divisupreme.com with a temporary login to your site to take a look. Thanks!
I had the same error in Beta 15. and it is the same in 16. the issues was the i had to make /wordpress/wp-content resolve to content directory /www/wp-content using a symlink or container mount. With ChatGPT's help: Root cause Several Divi 5 module files in Supreme Modules Pro hardcode the Divi DependencyInterface path using ABSPATH . 'wp-content/...'. In split path installs where WordPress core lives under /wordpress but wp-content is mounted under /www/wp-content, that path resolves to /wordpress/wp-content/... and fails, causing fatal errors. The line that needed changing In each affected module file, this line was the problem: require_once ABSPATH . 'wp-content/themes/Divi/includes/builder-5/server/Framework/DependencyManagement/Interfaces/DependencyInterface.php'; What it was changed to Replaced with a theme path based loader that does not assume wp-content sits under ABSPATH: $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; } }
Hi there, Thanks for sharing more details on this. I've forwarded this to our team for further checking on this and we'll get back with more info.
Has there been any traction on a long-term solution for this? I'm still having the issue on my Divi 5 sites when I try to activate Supreme Pro on Flywheel hosting
Hi there, The update should be available soon. In the meantime, please send us an email at support@divisupreme.com, and we’ll provide you with a hotfix version of the plugin so everything works properly until the official update is released. Thanks!
The updated file you sent to me solved the issue. Much appreciated!
Hey Divi Supreme, I have just updated to Beta 17 in Local Flywheel environment - unfortunately the pages are not saving anymoree. Disabling plugin solve the problems.