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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • 2.2.2 to 2.2.9 issue with parameters is not of the type Integer
Pages: [1]

Author Topic: 2.2.2 to 2.2.9 issue with parameters is not of the type Integer  (Read 2312 times)

prickeke

  • I post occasionally
  • **
  • Posts: 64
  • Karma: 4
2.2.2 to 2.2.9 issue with parameters is not of the type Integer
September 29, 2009, 09:13:47 pm
I am getting the following error when I log in:

Sorry. A non-recoverable error has occurred.

One of parameters (value: ) is not of the type Integer

Return to home page.

backTrace

/crm/sites/all/modules/civicrm/CRM/Core/Error.php, backtrace, 258
/crm/sites/all/modules/civicrm/CRM/Utils/Type.php, fatal, 255
/crm/sites/all/modules/civicrm/CRM/Core/DAO.php, validate, 905
/crm/sites/all/modules/civicrm/CRM/Core/DAO.php, composeQuery, 858
/crm/sites/all/modules/civicrm/CRM/Contact/BAO/GroupContact.php, executeQuery, 394
/crm/sites/all/modules/civicrm/api/v2/GroupContact.php, getContactGroup, 57
/crm/sites/all/modules/civicrm/drupal/modules/civicrm_group_roles/civicrm_group_roles.module, civicrm_group_contact_get, 113
/crm/modules/user/user.module, civicrm_group_roles_user, 22
/crm/modules/user/user.module, user_module_invoke, 1376
/crm/modules/user/user.module, user_authenticate_finalize, 1352
/crm/modules/user/user.module, user_authenticate, 1311
/crm/includes/form.inc, user_login_authenticate_validate, 766
/crm/includes/form.inc, form_execute_handlers, 714
/crm/includes/form.inc, _form_validate, 579
/crm/includes/form.inc, drupal_validate_form, 398
/crm/includes/form.inc, drupal_process_form, 119
/crm/modules/user/user.pages.inc, drupal_get_form, 376
, user_page,
/crm/includes/menu.inc, call_user_func_array, 348
/crm/index.php, menu_execute_active_handler, 18


Anyone have any clue or seen this one?

prickeke

  • I post occasionally
  • **
  • Posts: 64
  • Karma: 4
Re: 2.2.2 to 2.2.9 issue with parameters is not of the type Integer
September 29, 2009, 09:55:59 pm
users are also reporting getting the same error when accessing their Drupal/Civicrm profile:

http://url/crm/civicrm/user?reset=1

prickeke

  • I post occasionally
  • **
  • Posts: 64
  • Karma: 4
Re: 2.2.2 to 2.2.9 issue with parameters is not of the type Integer
September 29, 2009, 09:58:31 pm
Update:
This doesn't appear to be happening with every user, only a select few.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: 2.2.2 to 2.2.9 issue with parameters is not of the type Integer
September 30, 2009, 08:22:38 am

seems like that user does not have a contact, and hence the error

most likely the civicrm_group_roles module is being invoked before the civicrm module. can u ensure that the civicrm module gets invoked first

i think you need to manually adjust the weight field in the system table

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

prickeke

  • I post occasionally
  • **
  • Posts: 64
  • Karma: 4
Re: 2.2.2 to 2.2.9 issue with parameters is not of the type Integer
September 30, 2009, 10:48:57 am
Quote
i think you need to manually adjust the weight field in the system table

Where does one go to do this:
- edit php files on the system?
- Drupal Admin pages?
- CiviCRM Admin pages?

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: 2.2.2 to 2.2.9 issue with parameters is not of the type Integer
September 30, 2009, 10:59:00 am

might want to check on drupal forums. i think u need to do this directly in the drupal db, system table

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

prickeke

  • I post occasionally
  • **
  • Posts: 64
  • Karma: 4
Re: 2.2.2 to 2.2.9 issue with parameters is not of the type Integer
September 30, 2009, 10:06:37 pm
I tried different weights for the modules in the "system" table but that did not seem to change anything.  What do you mean by:

Quote
seems like that user does not have a contact, and hence the error


Thanks,
--
Keith

prickeke

  • I post occasionally
  • **
  • Posts: 64
  • Karma: 4
Re: 2.2.2 to 2.2.9 issue with parameters is not of the type Integer
September 30, 2009, 10:37:30 pm
I am seeing another issue that might be related:

http://forum.civicrm.org/index.php/topic,354.15.html

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: 2.2.2 to 2.2.9 issue with parameters is not of the type Integer
October 01, 2009, 10:10:47 am

i dont think the 2 issues are related

can we get ssh access to your server

thanx

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • 2.2.2 to 2.2.9 issue with parameters is not of the type Integer

This forum was archived on 2017-11-26.