Author Topic: Complete the installation  (Read 5633 times)

4nd3rs

  • Newbie
  • *
  • Posts: 17
    • View Profile
Complete the installation
« on: July 06, 2009, 07:07:06 pm »
I've worked with opengoo for 1h. Than it logged me off. A log in pop up appears. But a can't get back in. Now it says: Complete the installation "This is the final step of the installation process that will let you create administrator account and provide brief info about your company" ... very strange. (v1.4.2)

4nd3rs

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Complete the installation
« Reply #1 on: July 06, 2009, 07:22:33 pm »
Solution: http://forums.opengoo.org/index.php?topic=228.msg866#msg866

What ever happend, owner companie lost its 'client_of_id' = 0

So:

UPDATE `og_companies` SET `client_of_id` = 0 WHERE `id` = 1

4nd3rs

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Complete the installation
« Reply #2 on: July 06, 2009, 07:29:37 pm »
Don't know, if it is the same as reported here http://forums.opengoo.org/index.php?topic=228.msg864#msg864, but:

1) Add a new contact
2) Add a company to this contact
3) There are two fields: homepage and website

Is it the same bug that was resolved in 0.9? (never had this one installed...)
« Last Edit: July 06, 2009, 07:31:28 pm by 4nd3rs »

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Complete the installation
« Reply #3 on: July 09, 2009, 04:48:18 pm »
It seems it's not the same bug. The owner company's client_of_id is specifically being set to 0 on every update, to avoid this problem.

4nd3rs

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Complete the installation
« Reply #4 on: July 09, 2009, 05:45:27 pm »
Hmm, I updated that day from 1.41 to 1.42, I think. Maybe the id was not set ... However, it seems to me that this is not a reproduceable problem.