Posts: 11
Threads: 2
Joined: Mar 2009
Reputation:
0
Mar 7th, 2009, 3:17 PM
(This post was last modified: Mar 7th, 2009, 3:17 PM by RMD.)
I get up to step 4, which is auto-create the config.php file, which it does. However, it goes to a completely blank page. I tried to manually enter "step5.php" (create admin acct.) in the url, but also received a blank page.
I've installed the last version successfully but wanted to try this one. Every other stage went smoothly up until this step. On LAMP server, PHP 5.2.8. Appreciate any help you can give with this!
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hi RMD,
Yes, this is known problem (e.g. see my post here). Any chance I could get temporary FTP access + the URL to the installation so I could take a look at the problem directly? If so, email me at formtools@encorewebstudios.com
I've been dying to debug this problem directly, but so far haven't been able to reproduce the problem on my own servers.
All the best -
Ben
Posts: 69
Threads: 22
Joined: Feb 2009
Reputation:
0
Hi Ben,
As you already know, maybe you should look at the php.info page for each of those people who had this problem, including me. Please let me know if you want to see my php.info page as this happened to me at exactly the same step. I'm using PHP 4. I could send you an email of the link.
Regards,
Tony
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hey guys,
I think I've fixed the problem (at least, it's fixed in RMD's environment). I'll include this in tomorrow's build.
- Ben
Posts: 1
Threads: 0
Joined: Mar 2009
Reputation:
0
Having the same problem! Not too sure on server details (not WAMP/LAMP, pretty sure its Unix based) but looking forward to the next build and will report back on results...
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hi Steve,
Sorry - haven't had time to release a new build yet.
Here's an interim solution: edit your library.php file and comment out this line (line 229):
PHP Code:
<?php
require_once("$folder/code/stabilizer.php");
So just change it to:
PHP Code:
<?php
//require_once("$folder/code/stabilizer.php");
The idea of the stabilizer.php script was to stabilize the server environment for Form Tools so it can rely on certain variables being set reliably. Ironically, the stabilizer script was
de-stabilizing the environment. *sigh*.