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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • 1.8 1.9 script fails; error Unknown column 'is_bulkmail' in 'field list', 1054
Pages: [1]

Author Topic: 1.8 1.9 script fails; error Unknown column 'is_bulkmail' in 'field list', 1054  (Read 2372 times)

somatics

  • Guest
1.8 1.9 script fails; error Unknown column 'is_bulkmail' in 'field list', 1054
April 11, 2008, 02:45:28 pm
My CiviCRM 1.9.13019 (I can't upgrade to 2, as we are running mySQL 4.1.22) installation gives me the following error message when I try to add an email address or other address info to a contact record:

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

Database Error Code: Unknown column 'is_bulkmail' in 'field list', 1054

Return to home page.

Error Details:


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

    [code] => -19
    [message] => DB Error: no such field
    [mode] => 16
    [debug_info] => INSERT INTO civicrm_email (location_id , email , is_primary , is_bulkmail ) VALUES ( 361 , 'michael.mayberry@staples.com' ,  1 ,  0 )  [nativecode=1054 ** Unknown column 'is_bulkmail' in 'field list']
    [type] => DB_Error
    [user_info] => INSERT INTO civicrm_email (location_id , email , is_primary , is_bulkmail ) VALUES ( 361 , 'michael.mayberry@staples.com' ,  1 ,  0 )  [nativecode=1054 ** Unknown column 'is_bulkmail' in 'field list']
    [to_string] => [db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::handle prefix="" info="INSERT INTO civicrm_email (location_id , email , is_primary , is_bulkmail ) VALUES ( 361 , 'michael.mayberry@staples.com' ,  1 ,  0 )  [nativecode=1054 ** Unknown column 'is_bulkmail' in 'field list']"]
)



I searched the forums here and found this post:

http://forum.civicrm.org/index.php/topic,1755.0.html

It indicated I should retry running the sql upgrade script from 1.8 to 1.9.

I tried to running that script.  I use Navicat to do that rather than phpMyAdmin, but that always works just fine.  However, when I ran the script, the screen that shows the result of the query showed nothing.  I tested trying to enter an email address in contact record and saving it and of course I got the same error message as I described above.

So, to be safe, I ran the script for upgrading from 1.7 to 1.8 first to see what would happen.  That gave me a query result that said "OK".  Then I ran the 1.8 to 1.9 script again, and STILL got no result displayed, and still got the error when I tried to enter and save an email address in a contact record.



Does anyone know what I should do?  What's wrong with the table structures that nothing new is happening with the 1.8-1.9 upgrade script, yet there is clearly something deficient about the table structure?  How do I fix it?

Help would be greatly appreciated, as this means we really can't actually use our CiviCRM system now, as we can't enter any new information!

[/code]

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: 1.8 1.9 script fails; error Unknown column 'is_bulkmail' in 'field list', 1054
April 11, 2008, 03:11:03 pm

If navicat is not showing you the error messages, it is likely that your db is not in a very good state. Might be worth it to get someone who is familiar with mysql to compare the structure of your current civicrm db and the structure of a clean 1.9 db and see how far off you are. It seems like navicat may be suppressing errors (have not used navicat). Trying to diagnose and fix it now will save money and time in the long run

you might want to check the professional services listing at: http://civicrm.org/professional/

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • 1.8 1.9 script fails; error Unknown column 'is_bulkmail' in 'field list', 1054

This forum was archived on 2017-11-26.