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) »
  • Event location goes missing after 24 hours
Pages: [1]

Author Topic: Event location goes missing after 24 hours  (Read 417 times)

SarahG (FountainTribe)

  • Ask me questions
  • ****
  • Posts: 782
  • Karma: 29
  • CiviCRM version: 4.4.7
  • CMS version: Drupal 6, Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
Event location goes missing after 24 hours
February 15, 2012, 10:13:43 am
I am setting up a number of events with an associated location and a map.  This works as expected initially, but after 24 hours the event location is removed from the event.  Ideas on what to investigate?
Did I help you? Please donate to the Civi-Make-It-Happen campaign  CiviCRM for mobile devices! 

SarahG (FountainTribe)

  • Ask me questions
  • ****
  • Posts: 782
  • Karma: 29
  • CiviCRM version: 4.4.7
  • CMS version: Drupal 6, Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Event location goes missing after 24 hours
February 15, 2012, 03:07:36 pm
As part of researching this issue, I ran the SQL:
SELECT * FROM `civicrm_event` e, civicrm_loc_block lb
where e.loc_block_id = lb.id
and lb.address_id is null

which seems to be finding the problem events.   How/what would cause the field "address_id" in the table "civicrm_loc_block" to be null?  This seems odd.   In this situation, the records in the table "civicrm_loc_block" have nulls for all the other fields as well, not just the "address_id" field.
« Last Edit: February 15, 2012, 03:09:12 pm by Sarah Gladstone »
Did I help you? Please donate to the Civi-Make-It-Happen campaign  CiviCRM for mobile devices! 

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Event location goes missing after 24 hours

This forum was archived on 2017-11-26.