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) »
  • Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3
Pages: [1]

Author Topic: Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3  (Read 1154 times)

jennybertha

  • I post occasionally
  • **
  • Posts: 39
  • Karma: 1
  • CiviCRM version: 4.4.4.
  • CMS version: joomla 3.x
  • MySQL version: 5.2.7
  • PHP version: 5.2
Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3
December 17, 2013, 09:53:15 am
Hello,  I am having a hard time upgrading to 4.4.3

This is what I have done so far.
 - Backed up the old database
 - Installed Civicrm in the new Jomla 3.0  Succesfully (no old data yet)
- Created a new database with the current 4.4.3 structure from the systems /sql folder
- Created a structure dump of the custom table so 3.4.4 version
- Uploaded the structure from custom tables into the new database
- created a data dump of the old database 3.3.4
- imported that data dump into the new database,
and that is where I am getting probles where the structure is different.  It is hitting the very first table with actual data (civicrm_activity) and apparently there is a column that is missing in the new structure, so it is failing when it wants to dump that field.

I have read the http://wiki.civicrm.org/confluence/display/CRMDOC/Ensuring+Schema+Integrity+on+Upgrades

But now sure how this can work, if I am uploading old structure  data into the new one.  what am i missing????

Help apreciated, please.


Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3
December 18, 2013, 04:53:24 am
Quote from: jennybertha on December 17, 2013, 09:53:15 am
But now sure how this can work, if I am uploading old structure  data into the new one.  what am i missing????

You can't do that. You can only import data into the exact same structure, i.e. the same version of CiviCRM. Then you can run the upgrader to get to a newer version.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

jennybertha

  • I post occasionally
  • **
  • Posts: 39
  • Karma: 1
  • CiviCRM version: 4.4.4.
  • CMS version: joomla 3.x
  • MySQL version: 5.2.7
  • PHP version: 5.2
Re: Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3
December 18, 2013, 08:28:49 pm
Thank you, I read wrong the first time arround, I got a bit further but ran into problems again.

I did the installation in joomla 3.1  successfully, it then asked to do the upgrade, I clicked yes and this is the error I got:

Sorry but we are not able to provide this at the moment.
DB Error: no such field
Return to home page.

 :-X
Any new insights are appreciated

Jenny

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3
December 18, 2013, 09:18:03 pm
Enable debugging in CiviCRM and then try again and send us the full error message
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

jennybertha

  • I post occasionally
  • **
  • Posts: 39
  • Karma: 1
  • CiviCRM version: 4.4.4.
  • CMS version: joomla 3.x
  • MySQL version: 5.2.7
  • PHP version: 5.2
Re: Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3
December 19, 2013, 04:34:39 am
Thank you for your response, How do I do this through the back end? When I try to go to the CRM COmponent, I get this error:  Fatal DB error, exiting, seems like your schema does not have civicrm_setting table.  I guess that is because that is a new table that did not exist before, but because my upgrade is failing it is not creating the table.

 SO I cannot do it through the admin,  I must do it through the back end.

Thank you for your help. 

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3
December 19, 2013, 04:36:26 am
Put back the old CiviCRM codebase and then it should work so you can access it normally.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

jennybertha

  • I post occasionally
  • **
  • Posts: 39
  • Karma: 1
  • CiviCRM version: 4.4.4.
  • CMS version: joomla 3.x
  • MySQL version: 5.2.7
  • PHP version: 5.2
Re: Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3
December 19, 2013, 05:02:12 am
I am sorry, I am a bit lost.

My current version is 3.4.4 and joomla 1.5

I installed a new clean joomla 3.0 and followed the isntructions on this page http://wiki.civicrm.org/confluence/display/CRMDOC/Upgrade+Joomla+Sites+to+4.4
and followed instructions to the tee.

ANd got the errors described bellow, I also did the Schema integrity process.

If I go back to the old CiviCRM code 3.4.4  it says is not compatible with joomla 3.0  so I am not sure if reverting to the old code will give me other errors. 

Sorry, but just want to confirm that I understood.

Jenny

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3
December 19, 2013, 05:25:53 am
Oh, I see, it's not compatible with J3. I'm not sure how to enable this via SQL. You could install CiviCRM 3.4.4 on a spare site (make one in a subdomain or some such) and then edit the settings files to point to your real DB and then enable debugging.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Upgrading in Joomla 3.0 From 3.4.4 to 4.4.3

This forum was archived on 2017-11-26.