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 CiviMail (Moderator: Piotr Szotkowski) »
  • V1.9 alpha 11640 feedback
Pages: 1 [2]

Author Topic: V1.9 alpha 11640 feedback  (Read 7429 times)

nessumsara

  • Guest
Re: V1.9 alpha 11640 feedback
October 02, 2007, 10:23:42 am
Thanks for the explanation of my options. I guess I could replace the civicrm tables in my current database with the 1.8 tables I have in my backed up version of the database.

If I wait for the beta how does that solve my problem. I'll still need to fix the gType to gtype issue with the database, right? and there won't be a script to do that. Or will the beta version not require me to make changes to the database?

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: V1.9 alpha 11640 feedback
October 02, 2007, 11:37:52 am
You'll need to EITHER fix the problem in the existing DB - OR (preferred) rollback to 1.8 and upgrade once beta or final is out.
Protect your investment in CiviCRM by  becoming a Member!

msn

  • I post frequently
  • ***
  • Posts: 152
  • Karma: 6
  • Please talk to the other site
Re: V1.9 alpha 11640 feedback
October 03, 2007, 11:46:02 am
Hello nessumsara,

Use on your own risk not guaranteed/make a db copy when your content is important!!!

After updating my database from 1.8 to 1.9 and having the bug described in this forum item,
I uses phpmyadmin and browsed in the field civicrm_option_value searching in column 'label' for 'Acces Controll' and 'Mailing List'.
I deleted these lines and did additional run the coded query in phpmyadmin. 

Code: [Select]
SELECT @option_group_id_gtype := max(id) from civicrm_option_group where name = 'group_type';
INSERT INTO
      civicrm_option_value (option_group_id, label, value, name, grouping, filter, is_default, weight, description, is_optgroup, is_reserved, is_active)
VALUES
     (@option_group_id_gtype, 'Access Control'  , 1, NULL, NULL, 0, NULL, 1, NULL, 0, 1, 1 ),
     (@option_group_id_gtype, 'Mailing List'    , 2, NULL, NULL, 0, NULL, 2, NULL, 0, 1, 1 );

 Good luck, but take in mind the wise words of Donals Lobo and Dave Greenberg.

nessumsara

  • Guest
Re: V1.9 alpha 11640 feedback
October 03, 2007, 12:14:57 pm
Thank you for the explanation. I will definitely test it out on a copy of my database.

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • V1.9 alpha 11640 feedback

This forum was archived on 2017-11-26.