CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • No field "filter", error when registering for event via drupal link
Pages: [1]

Author Topic: No field "filter", error when registering for event via drupal link  (Read 705 times)

mariagwyn

  • I post frequently
  • ***
  • Posts: 149
  • Karma: 4
  • CiviCRM version: CiviCRM 3.3.3
  • CMS version: Drupal 6.20
  • MySQL version: 5.2.14
  • PHP version: 5.0.91-50-log
No field "filter", error when registering for event via drupal link
January 15, 2010, 07:37:17 pm
I recently updated to civicr 3.0.3 from 2.2.8 on a development site.  When I create an event and a profile, and allow online registrations, I receive the following error when attempting to register for the event via the drupal link.  However, as the admin, I can register a user to the same event with no errors.

Code: [Select]
Error Details:

Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    /[code/] => -19
    [message] => DB Error: no such field
    [mode] => 16
    [debug_info] => SELECT  id, name 
 FROM civicrm_participant_status_type
 
 WHERE ( filter = 1 )  AND (  civicrm_participant_status_type.is_active = 1 )
 
 
 ORDER BY weight 
 [nativecode=1054 ** Unknown column 'filter' in 'where clause']
    [type] => DB_Error
    [user_info] => SELECT  id, name 
 FROM civicrm_participant_status_type
 
 WHERE ( filter = 1 )  AND (  civicrm_participant_status_type.is_active = 1 )
 
 
 ORDER BY weight 
 [nativecode=1054 ** Unknown column 'filter' in 'where clause']
    [to_string] => [db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::handle prefix="" info="SELECT  id, name 
 FROM civicrm_participant_status_type
 
 WHERE ( filter = 1 )  AND (  civicrm_participant_status_type.is_active = 1 )
 
 
 ORDER BY weight 
 [nativecode=1054 ** Unknown column 'filter' in 'where clause']"]
)

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: No field "filter", error when registering for event via drupal link
January 17, 2010, 03:16:57 pm
Make sure you have the only one copy of the CivCRM codebase (3.0.3) under your modules directory. If that's not the problem, you should enable 'Backtrace' under Global Settings >> Debug - so we can see what code is being executed.
Protect your investment in CiviCRM by  becoming a Member!

mariagwyn

  • I post frequently
  • ***
  • Posts: 149
  • Karma: 4
  • CiviCRM version: CiviCRM 3.3.3
  • CMS version: Drupal 6.20
  • MySQL version: 5.2.14
  • PHP version: 5.0.91-50-log
Re: No field "filter", error when registering for event via drupal link
January 18, 2010, 07:45:16 pm
I think that may have been the problem, which I unintentionally solved.  I will keep track of it though it case it crops up.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • No field "filter", error when registering for event via drupal link

This forum was archived on 2017-11-26.