hi.i'am trying to install phpmailer module.as it says to copy the phpmailer folder into "/usr/local/share/pear54" folder i tried to copy it.but the ftp client filezilla says "critical file transfer error". iam not able to copy any file into that directory. i tried this with main account and ssh account. but not working? please help. asked 18 Apr '13, 02:23 ferozfirru |
You can't copy files into the system pear extension directory, because you don't have root privileges on your shared server. If you need to install pear extensions, then please use this procedure in our documentation: Installing and Using PEAR Packages That said, you can probably use PHPMailer without "installing" it as such. Just put it in a directory somewhere, and add that directory to your Hope that helps! answered 18 Apr '13, 10:23 seanf |