Hi,
I made an upgrade from 2.7 to 2.8 and I noticed that when I combine two sections or more, droplets aren't working, but when I have a single section it's working. Can somebody figure out where could be the problem?
Thanks.
Hello!
As far as I know it's this bug: http://project.websitebaker2.org/changeset/1138
So the best would be to test with the current SVN: http://project.websitebaker2.org/browser/branches/2.8.x
It's working stable as far as I know, but of course it's no release, only SVN. And testing it is always a good idea. 8-)
Yours Michael
Yes, or download the latest droplet module by AMASP, Version 1.0.2
http://www.websitebakers.com/pages/droplets/module-wb2.8.php (http://www.websitebakers.com/pages/droplets/module-wb2.8.php)
Dietmar
Thanks for your quick replies guys, but the problem isn't going. I also noticed that the main issue is when I combine a section with a form. With other type of pages works. So this issue could be from form module?
Greets.
Yes i know, but it's easy. Laod the view.php in form folder in your Editor and search and comment out follwing
/**
NOTE: comment out the line ob_end_flush() if you indicate problems (e.g. when using ob_start in the index.php of your template)
With ob_end_flush(): output filter will be disabled for this page (and all sections embedded on this page)
Without ob_end_flush(): emails are rewritten (e.g. name@domain.com --> name(at)domain(dot)com) if output filter is enabled
All replacements made by the Output-Filter module will be reverted before the email is send out
*/
if($filter_settings['email_filter'] && !($filter_settings['at_replacement']=='@' && $filter_settings['dot_replacement']=='.')) {
/* ob_end_flush(); */
}
the ob_end_flush. And your Droplets are working on form pages
Dietmar
THANKS. WORKS.
good to know
Dietmar