google-code-export / brewcompetitiononlineentry

Automatically exported from code.google.com/p/brewcompetitiononlineentry
0 stars 0 forks source link

v.1.3.0.4 install fails under PHP 5.4 #438

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure the web host to run PHP 5.4
2. Initiate a new setup of BCOEM.
3. Complete the form for the admin account config, hit submit.
4. Complete the form for the new brewer inforamtion, hit submit.

What is the expected output? What do you see instead?
The next screen displayed should be the "set preferences screen".
Instead, the screen just says, "Not Available".

What version of the product are you using? On what operating system?
1.3.0.4

Please provide any additional information below.
* The "Not Available" error is triggered in process_brewer.inc.php.
* The install does not fail here under PHP versions 5.3 or 5.5.
* Because this bug is related to session, repro requires closing and reopening 
the browser to reset session state. Having a session from a previous install 
seems to mask the bug.

Original issue reported on code.google.com by ted.as...@gmail.com on 3 Sep 2014 at 4:52

GoogleCodeExporter commented 9 years ago
I've just completed an install of 1.3.0.4 on a hosted server running PHP 
5.4.34.  I had an issue with the $base_url variable in config.php, as I have 
not yet relocated my domain name to the new host.  I had to manually enter my 
entire site url as "http://ipaddress/~accountname/bcoem/" to get my 
Administrator account to create, and proceed to the next steps.

Original comment by mike.pem...@gmail.com on 4 Nov 2014 at 3:40

GoogleCodeExporter commented 9 years ago
Nomenclature will be added to the config file regarding Mike's comment. Not 
sure about the OP, though. Has something to do with session logic that I cannot 
reproduce...

Original comment by gpzhumphrey on 4 Nov 2014 at 9:47