Fatal error is fixed
chaos21in - June 5, 2006 - 11:57
| Project: | Taxonomy Easy Filter |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | zealy |
| Status: | closed |
Jump to:
Description
Hi
I now installed the latest 1.2 version of this module on my drupal 4.7.2 . Now when i goto
admin/settings/taxonomy_ezfilter it gives
Fatal error: Unsupported operand types in /home/user/public_html/drupal/includes/form.inc on line 88
I also dont know whats unique about this module from taxonomy_filter, while reading descriptions of both, both modules look same to me.
regards,
--rafi

#1
Hi Chao21in, There're code lines to report 'there is no mbstring support' which will cause form.inc error. Now I have remove lines out and updated HEAD.
This module looks like taxonomy_filter, but there're many differents:
1. This module is easy to set by administrator, and user friendly by a drop-down selection filter.
2. This module process inheriting relations of terms in filter vocabulary automaticlly.
3. This module works with sql_rewrite hook interface, though taxonomy_filter works with menu hook. So this module can perform in any page supporting sql_rewrite interface, such as forum/$tid or image/$tid, etc. This module try to handle node lists in these page tansparently and smartly. But taxonomy_filter can't do, it depend on its url specifically.
#2