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) »
  • Non-recoverable Error when adding or editing fields on a profile -- help!
Pages: [1]

Author Topic: Non-recoverable Error when adding or editing fields on a profile -- help!  (Read 1132 times)

emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Non-recoverable Error when adding or editing fields on a profile -- help!
June 05, 2012, 10:45:48 am
On Civi 3.4.8 with Drupal 6, when I go to either add fields or modify an existing field on a profile I get a non-recoverable error. My backtrace:

Code: [Select]
$backTrace = /home/naaeenet/public_html/sites/all/modules/civicrm/CRM/Core/Error.php, backtrace, 303 /home/naaeenet/public_html/sites/all/modules/civicrm/CRM/Core/DAO.php, fatal, 720 /home/naaeenet/public_html/sites/all/modules/civicrm/CRM/UF/Form/Field.php, getFieldValue, 402 /home/naaeenet/public_html/sites/all/modules/civicrm/CRM/Core/Form.php, buildQuickForm, 337 /home/naaeenet/public_html/sites/all/modules/civicrm/CRM/Core/QuickForm/Action/Display.php, buildForm, 99 /home/naaeenet/public_html/sites/all/modules/civicrm/packages/HTML/QuickForm/Controller.php, perform, 203 /home/naaeenet/public_html/sites/all/modules/civicrm/packages/HTML/QuickForm/Page.php, handle, 103 /home/naaeenet/public_html/sites/all/modules/civicrm/CRM/Core/Controller.php, handle, 284 /home/naaeenet/public_html/sites/all/modules/civicrm/CRM/Utils/Wrapper.php, run, 115 /home/naaeenet/public_html/sites/all/modules/civicrm/CRM/Core/Invoke.php, run, 195 /home/naaeenet/public_html/sites/all/modules/civicrm/drupal/civicrm.module, invoke, 352 , civicrm_invoke, /home/naaeenet/public_html/includes/menu.inc, call_user_func_array, 348 /home/naaeenet/public_html/index.php, menu_execute_active_handler, 18
There is nothing going to my apache error logs on this. I thought maybe this was related to this post http://forum.civicrm.org/index.php/topic,24859.msg104864.html#msg104864, however the weight I changed I changed back in the table days ago. I have since cleared my templates_c and caches.

Any idea what could be going on here? My backtrace isn't giving me a specific mysql error or anything so I'm having trouble debugging from here. Thanks for the help!
« Last Edit: June 11, 2012, 05:24:58 am by emilyf »

emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Re: Non-recoverable Error when adding or editing fields on a profile
June 07, 2012, 10:21:34 am
any ideas? i have been scratching my head on this dead end and am just not sure where to look on this. thanks much.

emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Re: Non-recoverable Error when adding or editing fields on a profile -- help!
June 11, 2012, 05:24:13 am
I'm still trying to figure this one out, totally dead in the water.

Usually backtrace helps me more than this, can anyone point me in a direction that I can look? It seems like it's not DB related because I'm not getting a query in my backtrace, but then I'm confused because the files haven't changed. Any suggestions on how I can try to dig through this in the next day?

Thanks so much!

emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Re: Non-recoverable Error when adding or editing fields on a profile -- help!
June 11, 2012, 05:31:28 am
here is a screenshot of the screen I get if I click "Edit" on any profile field. I get this no matter what profile I am editing.

My url seems good on the screen with the error:
http://www.mysite.comcivicrm/admin/uf/group/field/update?reset=1&action=update&id=150&gid=11

emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Re: Non-recoverable Error when adding or editing fields on a profile -- help!
June 12, 2012, 05:13:07 pm
finally tracked this down to a corrupted civicrm_cache table query with define('CIVICRM_DAO_DEBUG', 1); turned on in my civicrm.settings.php file to get to the query that wasn't outputting in my backtrace. cleared out that table and i am good to go.

emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Re: Non-recoverable Error when adding or editing fields on a profile -- help!
June 19, 2012, 07:13:07 am
hey william,

try going into your db and emptying your civicrm_cache table manually. then see if the error goes away.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • Non-recoverable Error when adding or editing fields on a profile -- help!

This forum was archived on 2017-11-26.