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 Profiles (Moderator: Dave Greenberg) »
  • Fatal Error, DAO
Pages: [1]

Author Topic: Fatal Error, DAO  (Read 674 times)

Brylie Christopher Oxley

  • I post occasionally
  • **
  • Posts: 52
  • Karma: 1
  • CiviCRM version: 4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.x
  • PHP version: 5.x
Fatal Error, DAO
May 16, 2011, 06:46:56 pm
We have an online volunteer form here:
 goldcountrygleaners . org / volunteer / apply-online

When an anonymous or authenticated user submits the form we get an unidentified error with the following backtrace:
$backTrace = /home/gcgleaners/domains/goldcountrygleaners.org/public_html/sites/all/modules/civicrm/CRM/Core/Error.php, backtrace, 298 /home/gcgleaners/domains/goldcountrygleaners.org/public_html/sites/all/modules/civicrm/CRM/Core/DAO.php, fatal, 714 /home/gcgleaners/domains/goldcountrygleaners.org/public_html/sites/all/modules/civicrm/CRM/Profile/Form/Search.php, getFieldValue, 115 /home/gcgleaners/domains/goldcountrygleaners.org/public_html/sites/all/modules/civicrm/CRM/Core/Form.php, buildQuickForm, 326 /home/gcgleaners/domains/goldcountrygleaners.org/public_html/sites/all/modules/civicrm/CRM/Core/Controller.php, buildForm, 295 /home/gcgleaners/domains/goldcountrygleaners.org/public_html/sites/all/modules/civicrm/CRM/Profile/Page/Listings.php, validate, 289 /home/gcgleaners/domains/goldcountrygleaners.org/public_html/sites/all/modules/civicrm/CRM/Core/Invoke.php, run, 348 , profile, /home/gcgleaners/domains/goldcountrygleaners.org/public_html/sites/all/modules/civicrm/CRM/Core/Invoke.php, call_user_func, 191 /home/gcgleaners/domains/goldcountrygleaners.org/public_html/sites/all/modules/civicrm/drupal/civicrm.module, invoke, 402 , civicrm_invoke, /home/gcgleaners/domains/goldcountrygleaners.org/public_html/includes/menu.inc, call_user_func_array, 501 /home/gcgleaners/domains/goldcountrygleaners.org/public_html/index.php, menu_execute_active_handler, 22

How can I fix this issue? We are running Civi 4.0.1 and Drupal 7.

Feedback from IRC:
<dharmatech> brylie: this is the query that has the problem
[19:14] <dharmatech> SELECT g.* from civicrm_uf_group g WHERE g.id IN (  )  AND g.is_active = 1 AND g.id IN ( 1,6,4,5,3,8,7,2,9 )
[19:14] <dharmatech> not sure why g.id IN () is in the query twice. that's a bit odd.
« Last Edit: May 16, 2011, 07:28:56 pm by brylie »
Brylie Oxley
http://brylie.gnumedia.org

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • Fatal Error, DAO

This forum was archived on 2017-11-26.