Author Topic: Stuck in loop on step 3  (Read 15135 times)

inertia182

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Stuck in loop on step 3
« on: April 18, 2009, 07:33:43 pm »
This is my first time installing opengoo. I can get through to step 3 and when i put in the database information and press next it returns to the step 3 page and removes all the information I entered. When it returns it is not throwing any errors. Any ideas?

Thank you,
Ed

Pet

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 638
  • Always mining for solutions!
    • View Profile
    • The Bet!
Re: Stuck in loop on step 3
« Reply #1 on: April 18, 2009, 10:42:01 pm »
Usually it does report an error, but sometimes it is hard to notice.  Check at the top of the page, above the edit fields. Have you already created your database in phpMyAdmin or similar app before continuing past this point?
Support OpenGoo - Sponsor a Feature! | Follow me on Twitter | OG Support Chat | Did you turn debugging on?

drinkmaker

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: Stuck in loop on step 3
« Reply #2 on: November 28, 2009, 10:39:38 pm »
same problem   >:(
Other options? ???

mariocesar

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Stuck in loop on step 3
« Reply #3 on: May 14, 2010, 12:45:11 am »
Guys ... is 2010 and the problem still exists. No error, no warnings. What is going on? :(

Any clue to solve this?

mariocesar

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Stuck in loop on step 3
« Reply #4 on: May 14, 2010, 12:55:22 am »
I notice that in public/install/installation/steps/SystemConfigStep.class.php in line 69.

      if($this->isSubmited()) {

$this->isSubmited() is returning False when post the form, always.

Any clue?

mariocesar

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Stuck in loop on step 3
« Reply #5 on: May 14, 2010, 01:53:39 am »
I can't solve this ... but I still can install fengoffice with the terminal.

$ php console.php mysql localhost fengoffice fengoffice fengoffice og_ http://localhost/fengoffice es_bo

WiZaxx

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: Stuck in loop on step 3
« Reply #6 on: May 14, 2010, 04:07:44 pm »
I had the same problem once, but had to do with permissions.

A little more details may help the community to help you though.
Cheers,

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Stuck in loop on step 3
« Reply #7 on: May 17, 2010, 11:13:21 am »
More details would help.
Did you try another browser?

lonnrot

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: Stuck in loop on step 3
« Reply #8 on: June 23, 2010, 02:16:49 pm »
I have the same problem running apache 2/PHP5, mysql (innodb) on ubuntu 9.04 .
If I edit config.php to setup debug to true I can see this error:
Query failed with message 'Table 'fengoffice.og_companies' doesn't exist'
Error params:
File:    /var/www/fengoffice/environment/library/database/adapters/AbstractDBAdapter.class.php
Line:    386
Sql:    SELECT * FROM `og_companies` WHERE `client_of_id` = '0'
Error number:    1146
Error message:    Table 'fengoffice.og_companies' doesn't exist

It seems that installation can't create the mysql schema

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Stuck in loop on step 3
« Reply #9 on: June 23, 2010, 03:52:00 pm »
When do you see this error?

Could you install with no errors?

lonnrot

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: Stuck in loop on step 3
« Reply #10 on: June 24, 2010, 05:16:54 am »
I followed these steps:
1)Execute normal installation until step 3
2)Replace config.php with real data. If you set DEBUG = TRUE and then execute step 3 again, you will be able to see the error

To finish installation
3)Execute mysql_schema.php in phpmyadmin or console replacing <?php echo $var;?> by its real data (og_,collate unicode ci,...)
4)do the same with mysql_initial_data
5)Continue installation

You can finish installation but the system is very unstable.
By example, in fengoffice 1.7RC2 I can't upload files    

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Stuck in loop on step 3
« Reply #11 on: June 24, 2010, 06:22:01 pm »
Why does it stop on step 3? Have you checked FS permissions?

lonnrot

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: Stuck in loop on step 3
« Reply #12 on: June 25, 2010, 04:52:55 am »
I don' t know. To avoid problems with permissions I changed them:  chmod -Rv 777 /path/to/fengoffice.
I repeat the installation on a ubuntu server 8.04 64 bits and everything was ok.

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Stuck in loop on step 3
« Reply #13 on: June 25, 2010, 10:20:45 am »
Great to have it solved.
Best

lonnrot

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: Stuck in loop on step 3
« Reply #14 on: June 28, 2010, 05:19:36 am »
I haven't explained well. First installation, in a ubuntu 9.04 32 bits, didn't work as I expected. I had to load the database by hand and I'm  not able to upload files, even after execute chmod -Rv 777 /path/to/fengoffice.
Second installation, in a ubuntu server 8.04 64 bits, worked fine and dind't need to execute any special command.

P.D. upload files is ON in php.ini, maximum file size is 15Mb, maximum execute time is 500 and limit memory for execution PHP is 500Mb   
« Last Edit: June 28, 2010, 05:23:06 am by lonnrot »