Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: sarah0811 on November 27, 2010, 12:20:23 AM

Title: Package Manager FTP info not working
Post by: 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!!  :)
Title: Re: Package Manager FTP info not working
Post by: Slothman77 on November 27, 2010, 12:39:10 AM
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
Title: Re: Package Manager FTP info not working
Post by: busterone on November 27, 2010, 12:55:11 AM
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.
Title: Re: Package Manager FTP info not working
Post by: sarah0811 on November 27, 2010, 01:26:41 AM
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. ???
Title: Re: Package Manager FTP info not working
Post by: busterone on November 27, 2010, 09:13:24 AM
Indeed, there is some6thing else going on. What version of SMF are you using, and what modifications, if any,  do you have installed?
Title: Re: Package Manager FTP info not working
Post by: sarah0811 on November 27, 2010, 01:09:14 PM
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.
Title: Re: Package Manager FTP info not working
Post by: JimM on November 27, 2010, 02:04:08 PM
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.
Title: Re: Package Manager FTP info not working
Post by: sarah0811 on November 27, 2010, 02:09:36 PM
No it's not. It's just at www . mysite .org / boards.
Title: Re: Package Manager FTP info not working
Post by: JimM on November 27, 2010, 02:10:34 PM
Ok, in your hosting control panel, what folder does your forum files reside in?
Title: Re: Package Manager FTP info not working
Post by: sarah0811 on November 27, 2010, 02:14:16 PM
Absolute path is /home/content/99/7000499/html/boards
but the FTP is chrooted, so /boards for the FTP
Title: Re: Package Manager FTP info not working
Post by: JimM on November 27, 2010, 02:20:36 PM
For your local path to SMF have your tried html/board or just board?
Title: Re: Package Manager FTP info not working
Post by: sarah0811 on November 27, 2010, 02:28:00 PM
I had never tried html/board but I just did and that does not work either.
Title: Re: Package Manager FTP info not working
Post by: JimM on November 27, 2010, 02:30:52 PM
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'
Title: Re: Package Manager FTP info not working
Post by: sarah0811 on November 27, 2010, 02:40:31 PM
0 rows returned, the variable does not exist
Title: Re: Package Manager FTP info not working
Post by: JimM on November 27, 2010, 02:41:44 PM
Is smf_ your prefix?  If it's not you would need to replace that part with your prefix.
Title: Re: Package Manager FTP info not working
Post by: sarah0811 on November 27, 2010, 02:43:32 PM
Yep smf_ is the prefix.
Title: Re: Package Manager FTP info not working
Post by: sarah0811 on November 27, 2010, 02:45:40 PM
Also, I have package_make_backups, package_username, package_server, package_port but not package_path
Title: Re: Package Manager FTP info not working
Post by: JimM on November 27, 2010, 03:25:29 PM
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?
Title: Re: Package Manager FTP info not working
Post by: sarah0811 on November 27, 2010, 09:53:56 PM
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.
Title: Re: Package Manager FTP info not working
Post by: sarah0811 on November 29, 2010, 01:01:32 PM
Does anybody have any ideas? Thanks
Title: Re: Package Manager FTP info not working
Post by: JimM on December 01, 2010, 09:31:29 PM
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)