nabramovitz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Failed to connect to FTP Server myserver.com:21ftpusers and user_list belongs to vsftpd. My filezilla worked just fine before installing wordpress as well. It is some form of an OS or WordPress configuration issue. I would ask your hosting site for some help since you do not have root access. I am assuming your hosting site has WordPress running somewhere.
Forum: Fixing WordPress
In reply to: Failed to connect to FTP Server myserver.com:21I got mine to finally work. This sounds strange though. First my login credentials always worked for ftp before installing wordpress. That is how I got wordpress uploaded in the first place. Vsftp has two access control files, ftpuser and user_list. ftpusers defines users that cannot login. The user_list file can be either usernames to deny or allow. The user_list was set for deny and my username was in that file. My username was not in the /etc/ftpusers file. I removed my username from the user_list and things started working.
For whatever reason, I keep getting prompted for the login credentials for each plugin upload though. I suspect a permission problem, but have not traced down this issue yet. Trying to figure out why permalinks are generating 404 errors.
Forum: Fixing WordPress
In reply to: Failed to connect to FTP Server myserver.com:21I am also getting this error with a clean install of 3.1.1 as well. I have vsftpd running on my CentOS 5.3 box as my ftp server.
There is a conflict between prototype.js and jquery.js on the $ function. I needed to modify prototype.js by copying its $ function to a new function named $$$ and then modify the offending function to use the $$$ instead of $.