Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I found this code:
siteorigin-panels.php:211
ob_start(); if( !empty($template_file) && file_exists($template_file) ) { extract( $template_vars ); @ include $template_file; } $template_html = ob_get_clean();
Use “@” is not good practice as for me. I spent 7 hours only on debugging and found this…
Hi Владимир,
I’ve forwarded your feedback to the development team.
This likely won’t be completely removed, but it’ll likely be put behind a wp_debug check.
To clarify, what caused your specific error (that was hidden)? I ask as I’ll include that as a use case.
Hi Alex! Thank you for forwarded!
After save page in wp-admin, I get clear-html from widgets only (default.php) without admin panel.
I don’t understand why page is not save right. When I found “@” with xdebug and removed it.
I learned that I have a problem with function name duplicated in different default.php files.
Hi Vladimir,
Thank you for the follow up reply. I’ve included a copy your post with the forwarded information.