Filter Problem

Re: Filter Problem

by Eloy Lafuente (stronk7) -
Number of replies: 2
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Or perhaps you have any PHP accelerator installed in your server?

I had similar problems testing accelerators some time ago. Only IonCube PHP Accelerator seemed to work fine with filters (not absolute sure about this!). If somebody is using another alternative...

Ciao smile

PS: Haller problem (http://moodle.org/mod/forum/discuss.php?d=9069) was solved by deactivating his PHP accelerator. He posted the same question in the "Moodle en Español" course.
In reply to Eloy Lafuente (stronk7)

Re: Filter Problem

by Zbigniew Fiedorowicz -
Perhaps the filter architecture should be changed to deal with this conflict?  For example:
http://moodle.org/mod/forum/discuss.php?d=9069#44071
In reply to Zbigniew Fiedorowicz

Re: Filter Problem

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Should definitely be done.

The problem is that the function names are variables (to allow for more flexibility).

The only way I can think of is to make the filter function names something predictable like tex_filter, mediaplugin_filter etc.