Author Topic: Installation Problem  (Read 9575 times)

jstraten

  • Newbie
  • *
  • Posts: 2
    • View Profile
Installation Problem
« on: August 17, 2008, 09:23:07 pm »
This is a first time installation and I seem to be stuck in an endless loop with the installer...

Here is what happens:

- The second step completes with all requirements met
- The third step also completes without an error message, but I don't see any tables in the opengoo database
- The last step tells me that the db connection has been established successfully, but it also tells me that the InnoDB database storage engine is not supported

According to my settings in MySQL InnoDB is activated and configured without errors.

Any suggestions?

Thanks,
Jens

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Installation Problem
« Reply #1 on: August 18, 2008, 11:44:20 am »
What is your server configuration?
Marcos

jstraten

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Installation Problem
« Reply #2 on: August 19, 2008, 07:49:20 pm »
My server runs Windows 2008 Server x64 with IIS. MySQL is latest 5.x release. PHP is latest release as well.

I am guessing that there is a problem with the script somehow...

Do you need anything else?

Thanks,
Jens

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Installation Problem
« Reply #3 on: August 22, 2008, 09:15:01 pm »
Have you tried Apache instead of IIS? Apache is the web server we "officialy" support. IIS was never tested as far as I know.
Marcos

ddurand

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Re: Installation Problem
« Reply #4 on: September 11, 2008, 01:11:22 am »
HI,

I'm trying to install Opengoo and met the same problem :

my config : Kubuntu and xampp
(i've commented the lines skip Innodb)

Daniel Durand

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Installation Problem
« Reply #5 on: September 12, 2008, 11:27:58 am »
Hi ddurand,
  Sorry for the delay in my answer.
Innodb is required for OpenGoo to work because transactions are used everywhere all around the code. I guess that if you removed Innodb check (because you don't have InnoDb in your mysql server), then OpenGoo won't work.
Marcos

lazyfish

  • Newbie
  • *
  • Posts: 5
    • View Profile
Removing Innodb Check.
« Reply #6 on: September 24, 2008, 04:59:25 pm »
Where can removing the Innodb check be done?

I'm having the same Innodb issue using Ap w/MySQL

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Installation Problem
« Reply #7 on: September 25, 2008, 10:04:31 am »