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 »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • how do I understand errors such as these?
Pages: [1]

Author Topic: how do I understand errors such as these?  (Read 1220 times)

sarojg

  • I’m new here
  • *
  • Posts: 17
  • Karma: 0
  • CiviCRM version: 4.0.8
  • CMS version: Drupal 7.10
  • MySQL version: 51
  • PHP version: 5.2
how do I understand errors such as these?
January 22, 2012, 06:55:14 pm

how do I understand errors such as these?


Notice: unserialize() [function.unserialize]: Error at offset 258 of 768 bytes in CRM_Report_Form->preProcessCommon() (line 277 of/home5/lotuslig/public_html/CiviCRM/sites/all/modules/civicrm/CRM/Report/Form.php)


This is a new installation of CiviCRM that has test data that came with the install... I've barely done anything with it... certainly not changed any forms or php files.  I don't see an error message hidden in there and I recognize it as a typical php error message, but I'm not really prepared to go in and modify php code that I don't have specific instructions for.  I'm just learning php.
 any ideas?
Saroj

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: how do I understand errors such as these?
January 22, 2012, 09:20:25 pm
Quote
Notice: unserialize() [function.unserialize]: Error at offset 258 of 768 bytes in CRM_Report_Form->preProcessCommon() (line 277 of/home5/lotuslig/public_html/CiviCRM/sites/all/modules/civicrm/CRM/Report/Form.php)

These are not errors, but notices. It won't affect any functionality. You can turn them off by changing drupal's error log setting to "write to log".
Most of these notices are already fixed in upcoming 4.1 version.

HTh
Kurund
Found this reply helpful? Support CiviCRM

sarojg

  • I’m new here
  • *
  • Posts: 17
  • Karma: 0
  • CiviCRM version: 4.0.8
  • CMS version: Drupal 7.10
  • MySQL version: 51
  • PHP version: 5.2
Re: how do I understand errors such as these?
January 22, 2012, 10:12:12 pm
Quote from: Kurund Jalmi on January 22, 2012, 09:20:25 pm
Quote
Notice: unserialize() [function.unserialize]: Error at offset 258 of 768 bytes in CRM_Report_Form->preProcessCommon() (line 277 of/home5/lotuslig/public_html/CiviCRM/sites/all/modules/civicrm/CRM/Report/Form.php)

These are not errors, but notices. It won't affect any functionality. You can turn them off by changing drupal's error log setting to "write to log".
Most of these notices are already fixed in upcoming 4.1 version.

HTh
Kurund


Where would I do that?  I've searched wiki (the other documentation doesn't have search capability) and looked in all the likely menus... searched Drupal forum...  is it this:  "Logging and Errors - Error messages to display" with options: None, errors and warnings, all messages ?
Saroj

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: how do I understand errors such as these?
January 22, 2012, 10:28:11 pm
Quote
is it this:  "Logging and Errors - Error messages to display" with options: None, errors and warnings, all messages ?

Yes, you can change it to None.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • how do I understand errors such as these?

This forum was archived on 2017-11-26.