Note: this is a double post from the RokNavMenu section that I did not get any response to. I tried to delete and could not.
I purchase the phpbb3 style after already owning the same template. With much excitement I started going through the install, come to find out you need to have the FTP "layer" working to get RokNavMenu to setup your forum header/menu to look the same. Seems reasonable. I have never gotten it to work in the past, but figured that was because of my own ignorance.
I spent quite a few hours today googling things like:
"JFTP::connect: Could not connect to host"
and
"godaddy JFTP::connect: Could not connect to host"
It looks like people on godaddy have gotten this going, but I am without luck. Can anyone please help me? At this point I cannot get this part of the system to work.
Here is the error:
JFTP::connect: Could not connect to host "ip.address.of.server" on port 21
copy/paste from configuration.phpvar $ftp_host = 'ip.address.of.server';
var $ftp_port = '21';
var $ftp_user = 'ftp user';
var $ftp_pass = 'ftp user password';
var $ftp_root = '/';
many other ftp_root(s) tried, see below.
FYI:"ftp user" is the one I use to connect with an FTP client.
I have tried this with a blank on the root folder, also tried with /html and many others. This install is not on the root directory of my host. I am building a demo install that I will move to another server.
I have also tried the ftp_host as the actual web address, this did nothing.
1) Web host is: godaddy.com
2) ftp_user: has permissions to all files/folder on host
3) I have read that you can have problems based on the CHMOD setup for configuration.php. I changed it to 644.
4) After updating the information on the FTP connection in the global configuration, I can apply (as long as I am not trying to enable), and it will update the information. I can then download it with my ftp client, and will see the changes in the file.
5) I also have always been able to connect with my ftp client.
Server stats:
1) curl: enabled
2) php version: 5.2.17
3) db version: 5.0.91-log
4) register_globals is off
ftp_host attempts:
1) localhost
2) 127.0.0.1
3) ip of server
4) domain address
User login and password are definitely correct as I use them all the time to connect with filezilla.
ftp_root attempts:
1) copied from the temporary file definition in global config
/****/****/**/*****/html/dchswrestling
2) /html
3) /dchswrestling
4) /
5) blank
File/folder permission:
1) /cache 755
2) /tmp 755
3) configuration.php 644 (also tried 777, no luck there)
I also created a 2nd ftp user that has a root directory of dchswrestling and tried to set the root defined as / or blank, neither work.
I would be happy to give the pertinent information for a log in to a Rockettheme employee if it is required. The Joomla forum has some stuff on this, but usually people end up saying "it is not required for install". Also - I did not use the auto-find when installing, as I have never used an extension that required this ability.
Thanks,
Ryan