One hint how to avoid incompatibilities


Sometimes when MDTF works (searching going), some plugins have conflicts with it. Lets consider an example - one customer wrote me that his 'membership plugin' doesn work normally when MDTF making searching, there was some issues. So I suggested simple and quick decision:

  • open index.php of that membership plugin for example (the same for another plugins)
  • drop there next script on the top of the file just before any php code starts there:
  • Save that edited index.php file and upload it to the server

That is all, conflict was removed completely ...