Bromine 3 RC2 Install fail

Post all your install specific problems here

Bromine 3 RC2 Install fail

Postby ironandy » Thu Nov 03, 2011 6:21 pm

I have a VM setup as follows:
CentOS6
Apache2
- httpd.conf changes (LoadModules rewrite...)
MySql
- bromine DB created
PHP
- php.ini required changes (max_execution,etc.)

Problem:
- Bromine page loads with all conditions marked as passed
- In IE9 I fill out all the fields with correct information and when "install" is pushed the page reloads showing the error "You did not accept our end user agreement". FYI - I've been fighting this for awhile and trust me when I say I checked the EULA checkbox.

in Mozilla FF, Chrome, and IE8 the page just goes white with no error like IE9.

I have screenshots if anyone would like to help me out

Thanks

Andy
ironandy
 
Posts: 2
Joined: Thu Nov 03, 2011 12:14 am

Re: Bromine 3 RC2 Install fail

Postby jpp » Thu Nov 03, 2011 10:03 pm

It's kind of a weird error which I think might have to do with the browser. We pretty much made it for Firefox 3.x and have not gone great length with other browser compatibility. But you say even FF is returning errors.

Anyways if it is just because it is not registering that you check it, you can manually alter the install_controller found in app/controllers and change this value to true:
Code: Select all
$userAgreement = $this->data['Install']['userAgreement'];


Changed to:
Code: Select all
$userAgreement = true;


It should be on line 74 or around there.
jpp
Site Admin
 
Posts: 325
Joined: Tue Jan 12, 2010 1:46 pm
Location: Denmark

Re: Bromine 3 RC2 Install fail

Postby ironandy » Thu Nov 03, 2011 11:29 pm

Thank you for your reply. I made the changes that you requested and now all broswers are doing the same thing.
When install is clicked it just goes to a blank white page and sits there with no error report what so ever.

I've attached a screenshot of my browser.
Attachments
blank.jpg
blank.jpg (55.3 KiB) Viewed 1612 times
ironandy
 
Posts: 2
Joined: Thu Nov 03, 2011 12:14 am

Re: Bromine 3 RC2 Install fail

Postby jpp » Mon Nov 07, 2011 3:42 pm

Yes, unfortunately it was as I suspected not the issue.

I believe you are the first to have an issue like this with the installer so I guess it might be a problem with your configuration.

But I guess since we are supression some warnings it might go with a silent death so in the install controller try to remove the @ from all the code. I'm not sure how it will fare when you run it but perhaps it will reveal some new information.
jpp
Site Admin
 
Posts: 325
Joined: Tue Jan 12, 2010 1:46 pm
Location: Denmark

Re: Bromine 3 RC2 Install fail

Postby jems » Wed Sep 12, 2012 3:47 pm

Hi,

No, he is not the only one. I have RHEL VMs, apache and PHP, all green in the first step, then blank page with nothing.

As far as I remember, I already these problems long ago (somewhere around 2009) and it was due to cake php... But I can't remember what the problem was. Not very useful...
jems
 
Posts: 1
Joined: Wed Sep 12, 2012 3:41 pm


Return to Installation

Who is online

Users browsing this forum: No registered users and 1 guest

cron