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 Triggers Out of Memory error
Pages: [1]

Author Topic: Event Location Triggers Out of Memory error  (Read 639 times)

poolplayr

  • Guest
Event Location Triggers Out of Memory error
April 19, 2010, 02:05:28 pm
Im at a loss and looking for help. I have installed 3.14 and even went back a version to 3.13 and everything works except when i click the "event Location" under configure event then I recieve this error:

Code: [Select]
Sorry. A non-recoverable error has occurred.


--------------------------------------------------------------------------------

DB Error: a515ac9c2796ca0e23adbe92c68fc9fc

Database Error Code: Out of memory; restart server and try again (needed 32776 bytes), 1037

I checked my php memory settings and it is at 128mbs. This is a clean install i have no fields filled in.  ???

Any help is appreciated.

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: Event Location Triggers Out of Memory error
April 19, 2010, 03:44:17 pm

any chance you can check your DB query log and see what query is forcing mysql out of memory?

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

poolplayr

  • Guest
Re: Event Location Triggers Out of Memory error
April 20, 2010, 05:34:47 am
Not sure if this is what you mean but Devel module in Drupal outputs this:

Code: [Select]
Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    [code] => a515ac9c2796ca0e23adbe92c68fc9fc
    [message] => DB Error: a515ac9c2796ca0e23adbe92c68fc9fc
    [mode] => 16
    [debug_info] =>
SELECT CONCAT_WS(' :: ' , ca.name, ca.street_address, ca.city, sp.name) title, ce.loc_block_id
FROM   civicrm_event ce
INNER JOIN civicrm_loc_block lb ON ce.loc_block_id = lb.id
INNER JOIN civicrm_address ca   ON lb.address_id = ca.id
LEFT  JOIN civicrm_state_province sp ON ca.state_province_id = sp.id
ORDER BY sp.name, ca.city, ca.street_address ASC
 [nativecode=1037 ** Out of memory; restart server and try again (needed 32776 bytes)]
    [type] => DB_Error
    [user_info] =>
SELECT CONCAT_WS(' :: ' , ca.name, ca.street_address, ca.city, sp.name) title, ce.loc_block_id
FROM   civicrm_event ce
INNER JOIN civicrm_loc_block lb ON ce.loc_block_id = lb.id
INNER JOIN civicrm_address ca   ON lb.address_id = ca.id
LEFT  JOIN civicrm_state_province sp ON ca.state_province_id = sp.id
ORDER BY sp.name, ca.city, ca.street_address ASC
 [nativecode=1037 ** Out of memory; restart server and try again (needed 32776 bytes)]
    [to_string] => [db_error: message="DB Error: a515ac9c2796ca0e23adbe92c68fc9fc" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info="
SELECT CONCAT_WS(' :: ' , ca.name, ca.street_address, ca.city, sp.name) title, ce.loc_block_id
FROM   civicrm_event ce
INNER JOIN civicrm_loc_block lb ON ce.loc_block_id = lb.id
INNER JOIN civicrm_address ca   ON lb.address_id = ca.id
LEFT  JOIN civicrm_state_province sp ON ca.state_province_id = sp.id
ORDER BY sp.name, ca.city, ca.street_address ASC
 [nativecode=1037 ** Out of memory; restart server and try again (needed 32776 bytes)]"]
)
Is that what you needed?[/code]
« Last Edit: April 20, 2010, 05:38:13 am by poolplayr »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Event Location Triggers Out of Memory error

This forum was archived on 2017-11-26.