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) »
  • Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
Pages: [1]

Author Topic: Attempting to Upgrade 2.2.7 to 3.0.4 but Failing  (Read 3902 times)

rmmcclay

  • Guest
Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
February 09, 2010, 03:08:57 am
This is going to be a thread of my hell-ride to upgrade CiviCRM.

Part 1
------

After running the upgrade script, I see this:

Sorry. A non-recoverable error has occurred.

Database check failed - it looks like you have already upgraded to the latest version (v3.0.4) of the database. OR If you think this message is wrong, it is very likely that this a partially upgraded db and you will need to reload the correct db on which upgrade was never tried.


The message is wrong. I have no idea what "reload the correct db" means.  My
setup uses a combined Drupal/CiviCRM database. That's the _only_ database;
so I assume that is the "correct" database, for there is no other.

I then decided to try using the CiviCRM tools.  First civicrm_db_integrity.php.  I get these
errors when running this:

php civicrm_db_integrity.php -u username -ppassword -h localhost apgn_drupal

PHP Notice:  Undefined index:  USER in /home/xxxx/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 2164

Notice: Undefined index:  USER in /home/xxxx/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 2164


I checked the code and see that it's trying to use the environment to ascertain the user.  Well the database user in this case does not have a shell account, so I merely added the username in the appropriate place in civicrm_db_utils.php.  It then gets past the above error, but then there's a new one (and note: I had to remove the password from the command line because it contains characters the php command line can't handle:

PHP Notice:  Use of undefined constant apgn_drupal - assumed 'apgn_drupal' in /home/xxxx/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 2165

Notice: Use of undefined constant apgn_drupal - assumed 'apgn_drupal' in /home/xxxx/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 2165
Password:
Can't connect to MySQL server on localhost:
   could not find driver


So now I'm up a creek without a paddle.

I assume the last bit about a "driver" has something to do with the environment, but I'm not sure what.

All I'm trying to do is upgrade a working system. I tried to upgrade a couple of months ago and finally gave up.  Now I'm trying again, because some core functionality errors with regard to accessing pariticipant data which I reported earlier here on the forums. I was told the only solution was to upgrade because no one could help me solve the stated problems with such an old version of CiviCRM (2.2.7).

I'm not expecting any help, just thought I'd let off some steam.

Cheers,
Russ




rmmcclay

  • Guest
Re: Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
February 10, 2010, 12:11:02 am
What?  No takers? =)

Ok...it's a new day and now for more fun.  I discovered what the "Can't find the driver" error is.  One must have PDO for MySQL installed in PHP.  Nice!

So here's the output from the integrity tool.  Is there anyone or some documentation that could help me understand what all this means?

Checking database apgn_drupal
Oops, can't get keys for table civicrm_contact_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_contact_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_contribution_page_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_contribution_page_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_custom_field_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_custom_field_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_custom_group_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_custom_group_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_event_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_event_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_membership_block_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_membership_block_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_membership_status_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_membership_status_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_membership_type_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_membership_type_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_option_group_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_option_group_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_option_value_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_option_value_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_premiums_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_premiums_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_price_field_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_price_field_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_price_set_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_price_set_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_product_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_product_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_report_instance_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_report_instance_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_tell_friend_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_tell_friend_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_uf_field_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_uf_field_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_uf_group_en_US
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
Oops, can't get keys for table civicrm_uf_group_zh_TW
PHP Notice:  Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786

Notice: Undefined index:  Create Table in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1786
PHP Fatal error:  Class 'DomDocument' not found in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1369

Fatal error: Class 'DomDocument' not found in /home/mcclay/clients/apgn/civicrm_dbtools-1.2/civicrm_db_utils.php on line 1369


Remember now, I'm am just trying to upgrade 2.2.7 to 3.0.4.

It's a long journey, friends.   

I'm off to do some searches.

Thanks
Russ

Deepak Srivastava

  • Moderator
  • Ask me questions
  • *****
  • Posts: 677
  • Karma: 65
Re: Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
February 10, 2010, 03:02:29 am
Quote
Database check failed - it looks like you have already upgraded to the latest version (v3.0.4) of the database. OR If you think this message is wrong, it is very likely that this a partially upgraded db and you will need to reload the correct db on which upgrade was never tried.

The message indicates that the upgrade script came across few tables / columns in your 2.2.7 database that it was expecting to be present only in v3.0.x database.

This generally happens when upgrade in first step attempt fails for some reason, AND the user tries to re-run the upgrade by either refreshing the page or visiting the upgrade url again.

Solution is to replace your database with the backup you had taken before hitting upgrade, and then try visiting upgrade again. Thats what is meant by "reload the correct db".
And if you don't have the backup, you are on your own to fire queries (by looking at the code) to bring your database back in pre-upgrade state.
« Last Edit: February 10, 2010, 03:08:15 am by Deepak Srivastava »
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

rmmcclay

  • Guest
Re: Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
February 10, 2010, 04:29:00 am
Hey Deepak --

Thanks for the reply.

Quote from: Deepak Srivastava on February 10, 2010, 03:02:29 am
This generally happens when upgrade in first step attempt fails for some reason, AND the user tries to re-run the upgrade by either refreshing the page or visiting the upgrade url again.

Does this mean that running the upgrade script alters the database before it fails?

If so, that's a very odd way to do things.  One would assume that the upgrade script
would do basic diagnostics of the existing database structure to make certain it would
be able to successfully perform the upgrade before making any changes to it.  

* * *

Hmmm..."fire queries"...that sounds like it will be fun since my backup is reporting the
same problem. Are there any wiki articles on how to bring a database back to a pre-upgrade
state?


Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
February 10, 2010, 04:37:41 am
I assume you made a backup of the entire database in line with the Upgrade Instructions before you started the upgrade? Is that correct? Because that is the database you should go back to. If that reports errors too than I would almost think that someone tried to upgrade to 3 without making a backup first?
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

Deepak Srivastava

  • Moderator
  • Ask me questions
  • *****
  • Posts: 677
  • Karma: 65
Re: Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
February 10, 2010, 05:20:15 am
Quote
Hmmm..."fire queries"...that sounds like it will be fun since my backup is reporting the
same problem. Are there any wiki articles on how to bring a database back to a pre-upgrade
state?

Nope. The relevant files are in - CRM/Upgrade/*
Invoking file is - CRM/Upgrade/Page/Upgrade.php
And sql files are in - CRM/Upgrade/Incremental/sql/ directory.
« Last Edit: February 10, 2010, 05:22:17 am by Deepak Srivastava »
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

rmmcclay

  • Guest
Re: Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
February 10, 2010, 05:26:16 am
Hi Erik --

Quote from: Erik Hommel on February 10, 2010, 04:37:41 am
If that reports errors too than I would almost think that someone tried to upgrade to 3 without making a backup first?

Thanks for the reply. In fact I did make a full backup per the instructions given in the wiki, but I just realized that I had tried to upgrade last December and gave up and that is the backup.  I do have a production site DB I will try tomorrow.  

My last attempt to upgrade with a pre-upgrade 2.2.7 DB was met with the following error.  Have any suggestions, Erik?

Followed instructions to the T.  Click on Upgrade and then this:

Error Details:

Array
(
    [callback] => Array
        (
          

    * => CRM_Core_Error
      [1] => handle
              )

          

[c ode] => a515ac9c2796ca0e23adbe92c68fc9fc
    [message] => DB Error: a515ac9c2796ca0e23adbe92c68fc9fc
    [mode] => 16
    [debug_info] => DROP TRIGGER civicrm_report_instance_before_insert [nativecode=1360 ** Trigger does not exist]
    [type] => DB_Error
    [user_info] => DROP TRIGGER civicrm_report_instance_before_insert [nativecode=1360 ** Trigger does not exist]
    [to_string] => [db_error: message="DB Error: a515ac9c2796ca0e23adbe92c68fc9fc" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info="DROP TRIGGER civicrm_report_instance_before_insert [nativecode=1360 ** Trigger does not exist]"]
)

I have no idea where to start trying to fix this problem. In our setup the Drupal
and Civicrm Databases are in the same database.

Thanks for any ideas.

rmmcclay

  • Guest
Re: Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
February 10, 2010, 05:37:13 am
Hi again Deepak --

Thank you for the pointers.  I'm determined to succeed at upgrading and I will
succeed.  One way or the other.  Especially with a little help from the folks here.

Fortunately there is not a lot of data in our database, as this site is fairly new. So
at the worst I can start over. 

Quote from: Deepak Srivastava on February 10, 2010, 05:20:15 am
Quote
Hmmm..."fire queries"...that sounds like it will be fun since my backup is reporting the
same problem. Are there any wiki articles on how to bring a database back to a pre-upgrade
state?

Nope. The relevant files are in - CRM/Upgrade/*
Invoking file is - CRM/Upgrade/Page/Upgrade.php
And sql files are in - CRM/Upgrade/Incremental/sql/ directory.

Deepak Srivastava

  • Moderator
  • Ask me questions
  • *****
  • Posts: 677
  • Karma: 65
Re: Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
February 10, 2010, 05:50:54 am
Quote
    [message] => DB Error: a515ac9c2796ca0e23adbe92c68fc9fc
    [mode] => 16
    [debug_info] => DROP TRIGGER civicrm_report_instance_before_insert [nativecode=1360 ** Trigger does not exist]

I see that you had posted this problem here - http://forum.civicrm.org/index.php/topic,11250.0.html
Not sure if you had tried the suggested solution.
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Attempting to Upgrade 2.2.7 to 3.0.4 but Failing
February 10, 2010, 07:30:50 am
The error message does not strike a bell with me and is way too deep for my level of knowledge, I hope Deepak's suggestion will bring you a little further. The fact that the Drupal and Civi files are in the same database should not be a problem, we have sites with that too that we succesfully upgrade. Keep us posted here.
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Attempting to Upgrade 2.2.7 to 3.0.4 but Failing

This forum was archived on 2017-11-26.