We recently moved our forum from one server to another, and for the most part everything is fine except for one problem. I am trying to reinstall the mods we had via package manager, and it is not accepting my FTP login information. I have researched this problem extensively and have found a few threads in which people were having the same issue but have not been successful at fixing the problem. I tried chmod'ing the files to 777 via ftp, adding a temp directory into the packages folder, different variations of the username and local path (eg:
[email protected] instead of just username, etc). I can connect to my ftp just fine with the login details, but I can't get it to work in the package manager. When I click "proceed" after entering the information, nothing happens - it just stays on the same page.
This the info I have inputted:
FTP Server: mysite.org Port: 21
Username: ftpusername
Password: ftppassword
Local path to SMF: / home / content / 99 / 7000499 / html / boards (without the spaces - this was what it was defaulted to, but I've also tried simply: www . mysite . org / boards (where the forum is located)
Any help would be appreciated, thanks in advance!! :)
Same problem on my site... Actually uninstalled it from domain.com's siteapp manager... now ftp has gone stupid and I know it's the right ftp information but I get the wrong ftp info error from the webinstall.php
Quote from: sarah0811 on November 27, 2010, 12:20:23 AM
We recently moved our forum from one server to another, and for the most part everything is fine except for one problem. I am trying to reinstall the mods we had via package manager, and it is not accepting my FTP login information. I have researched this problem extensively and have found a few threads in which people were having the same issue but have not been successful at fixing the problem. I tried chmod'ing the files to 777 via ftp, adding a temp directory into the packages folder, different variations of the username and local path (eg: [email protected] instead of just username, etc). I can connect to my ftp just fine with the login details, but I can't get it to work in the package manager. When I click "proceed" after entering the information, nothing happens - it just stays on the same page.
This the info I have inputted:
FTP Server: mysite.org Port: 21
Username: ftpusername
Password: ftppassword
Local path to SMF: / home / content / 99 / 7000499 / html / boards (without the spaces - this was what it was defaulted to, but I've also tried simply: www . mysite . org / boards (where the forum is located)
Any help would be appreciated, thanks in advance!! :)
You are missing some ftp server info it appears.
I guess it depends on the host, but for mine the ftp server is http://mysite.com
It will need either http:// or ftp:// prefacing your domain. I would try http first.
Thank you busterone for the suggestion, but unfortunately it is still not working (with either of those). Sorry to hear you're having the same problem Slothman77.. It's driving me nuts trying to figure it out. ???
Indeed, there is some6thing else going on. What version of SMF are you using, and what modifications, if any, do you have installed?
We are using SMF 1.1.12 and there are no mods installed. We just moved the site from siteground to godaddy and installed the backup... I am trying to reinstall the mods we had, and this is the issue I'm having.
When you connect using your FTP client, is your forum located in the public_html directory?
ETA: I'm not familar with GoDaddy's set up but some use localhost as the FTP server entered in the package manager.
No it's not. It's just at www . mysite .org / boards.
Ok, in your hosting control panel, what folder does your forum files reside in?
Absolute path is /home/content/99/7000499/html/boards
but the FTP is chrooted, so /boards for the FTP
For your local path to SMF have your tried html/board or just board?
I had never tried html/board but I just did and that does not work either.
Try running this querry in phpMyAdmin. It will return the package_path that is stored in your database.
SELECT * FROM smf_settings WHERE variable = 'package_path'
0 rows returned, the variable does not exist
Is smf_ your prefix? If it's not you would need to replace that part with your prefix.
Yep smf_ is the prefix.
Also, I have package_make_backups, package_username, package_server, package_port but not package_path
You may want to try a number combinations of /board or board then to see what you get. When you try these do you get any errors at all in the forum error log?
Yeah I have tried pretty much every variation I can think of, nothing works.. and there is nothing in the forum error log either. :( It basically just does nothing, no matter what is entered.. I click proceed and it just stays on the same page.
Does anybody have any ideas? Thanks
You might try giving us a link to a phpinfo.php sheet. What is phpinfo.php? (http://www.simplemachines.org/community/index.php?topic=18250.0)