Posts: 4
Threads: 0
Joined: Nov 2010
Reputation:
0
Don't worry, Ben, you did a great job and the important thing is that there is a way to install ft !
Posts: 2
Threads: 0
Joined: Dec 2010
Reputation:
0
Dec 18th, 2010, 8:51 AM
Hi Ben
I have email you direct as I have tried just about every thing posted in this thread even jumped to #5 but just went round in circles getting Unable to connect to mysql server.
awaiting your intervention
cheers
Derek
Posts: 2
Threads: 1
Joined: Dec 2010
Reputation:
0
Hi there!
Just tried installing and got stuck on step 4. When asked to manually create the 'config.php' file and hit the 'continue' button, all I get is a blank page.
Is there any way u can help me fix this out?
Thx
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hi dvgn,
Yeesh - updating the installation script is DEFINITELY in the cards for 2.1.0. I can't believe the number of problems in this thread...
So did you actually create the config.php file and upload it to your /global folder?
- Ben
Posts: 1
Threads: 0
Joined: Jan 2011
Reputation:
0
Jan 6th, 2011, 8:48 PM
(This post was last modified: Jan 6th, 2011, 8:50 PM by imartinez.)
Hi Gentlemen,
It looks like many people are having this same issue, I can tell you that it is not a browser issue, it seems like if the installation doesn't write the config.php itself, it doesn't recognize the uploaded by FTP version that is created manually.
After clicking CONTINUE past the manual creation of the config.php file and upload to the global folder we only get a BLANK page.
Has anyone gone past this problem??? - below is my config.php file code:
<?php
// main program paths - no trailing slashes!
$g_root_url = "http://www.igroupmedia.com/xxxxxxx";
$g_root_dir = "/homepages/7/d176033055/htdocs/igroup/xxxxxxx";
// database settings
$g_db_hostname = "db2758.perfora.net";
$g_db_name = "db353518920";
$g_db_username = "dbo353518920";
$g_db_password = "xxxxxxx";
$g_table_prefix = "iGFT_";
?>
We need to get this installation fixed ASAP, please.
Thanks!
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hi imartinez - and anyone else encountering this problem.
If possible, would you allow me to install the script for you on your system? To do that, I'll need the following info:
- the URL of the folder where you've tried to install it
- the FTP info for your server
- your database information
If this is possible, email it to me at ben.keen@gmail.com and I'll look at it as soon as I can.
Ben
Posts: 1
Threads: 0
Joined: Dec 2010
Reputation:
0
thank you Ben for your support.
Posts: 1
Threads: 0
Joined: Jan 2011
Reputation:
0
FWIW. I had exact same problems (wouldn't go past step3, etc; then login generated blank page).
I solved the login 'problem' by changing the encoding of my config.php file to "UTF without BOM". This has fixed similar problems before and worked a treat this time too.
Don't ask me what it does, it just works.
Ted