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) »
  • Upgrade from 2.0.5 to 2.1 Beta 4 in Drupal
Pages: [1]

Author Topic: Upgrade from 2.0.5 to 2.1 Beta 4 in Drupal  (Read 1170 times)

FredJones

  • Guest
Upgrade from 2.0.5 to 2.1 Beta 4 in Drupal
September 11, 2008, 03:03:35 am
I created copies of both our Drupal DB and the CiviCRM DB, created a new D6 site and I am working on getting our modules to work on D6.

I added CiviCRM 2.1 Beta 4, copies the civicrm.settings.php from our D5 site, adjusted the settings to point to both new DBs and the new directory and then ran the update script at

/sites/all/modules/civicrm/install/upgrade.php

The result was:

Code: [Select]
Notice: Undefined property: CRM_Core_DAO::$id in E:\ApacheRoot\NewDrupal6\sites\all\modules\civicrm\CRM\Upgrade\TwoOne\Form\Step2.php on line 60
Upgrade Successful.
Warning: Unknown: 4 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0

The last line I know is due to the error reporting I use on my dev server (but anyhow I do think that it's best to free those, no?) but the first error I think may be real.

On first glance, CiviCRM seems to work anyhow. :)

Thanks.

Deepak Srivastava

  • Moderator
  • Ask me questions
  • *****
  • Posts: 677
  • Karma: 65
Re: Upgrade from 2.0.5 to 2.1 Beta 4 in Drupal
September 11, 2008, 03:19:01 am
Quote
The last line I know is due to the error reporting I use on my dev server (but anyhow I do think that it's best to free those, no?) but the first error I think may be real.
Even first error is safe and nothing to worry. You can confirm by looking at the file, line-60, which just does a check. We 'll make the fix though.

And congrats for moving to v2.1 :)
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

FredJones

  • Guest
Re: Upgrade from 2.0.5 to 2.1 Beta 4 in Drupal
September 11, 2008, 03:29:45 am
Great. Thanks.

Will be a while before it can go live, however. Must port/upgrade a lot of Drupal modules first. :)

Thank you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Upgrade from 2.0.5 to 2.1 Beta 4 in Drupal

This forum was archived on 2017-11-26.