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) »
  • Your install is missing required "Shared Address" profile.
Pages: [1]

Author Topic: Your install is missing required "Shared Address" profile.  (Read 712 times)

nextwave

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 0
Your install is missing required "Shared Address" profile.
December 21, 2011, 07:46:09 am
Long story short.

We're moving from Joomla to Wordpress.
I followed a mysqldump tutorial to put old database into new database.
It overwrote the data structure and the upgrade script won't run after it ran once.
But atleast I got my records, right?  So I'm manually adding fields and data as I find errors.
I'm saving time and moving quick, but...
here's the only error I can't seem to figure out.

Quote
Sorry. A non-recoverable error has occurred.
Your install is missing required "Shared Address" profile.

What should I insert in the database to fix this and in what table?

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: Your install is missing required "Shared Address" profile.
December 21, 2011, 08:15:39 am

In general doing the below is highly discouraged and just seems to be asking for trouble (potentially quite serious) down the road.

If you insist on doing so, you can do a grep (or find) in CRM/Upgrade/Incremental to see what happened when. For your specific case

Code: [Select]
bash-3.2$ cd CRM/Upgrade/Incremental/
bash-3.2$ grep -r "Shared Addres" .
./sql/3.3.alpha1.mysql.tpl:    ('shared_address', 'Contact',  {localize}'Shared Address'{/localize}, 1 );

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) »
  • Your install is missing required "Shared Address" profile.

This forum was archived on 2017-11-26.