Error: ail send failure. Error was 503 Bad sequence of commands This normally occurs when the script is unable to authenicate on the mail server.
Archive for May, 2010
Error: ail send failure. Error was 503 Bad sequence of commands This normally occurs when the script is unable to authenicate on the mail server.
!)when using RPC/HTTPS connection in Outlook, you will need to follow the instructions below to store your password so Outlook will not prompt you for credentials. You must be running on Windows XP or Vista (any edition except Windows Home). 2) In Outlook 2003, go to: Tools > Email Accounts > Click Next to View [...]
Cause: The error occurs because of a problem with BPACMD.EXE attempting to load BPAClient.dll. While upgrading the instance of SQL Server the setup looks for the BPAClient.dll and it fails as it is not able to find it at C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\BPA. Solution : Copy the BPAClient.dll file from the following location C:\Program [...]
PHP uploaded files will generally get uploaded with the user nobody when using mod_php. This is the apache module for PHP which means the file will be uploaded with the apache user. In order to work around this you can modify your code to chown the file to the appropriate ftp user. The best option [...]
error: Can’t locate loadable object for module Template::Stash::XS in @INC (@INC contains: /usr/local/cpanel /scripts /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl .) at /usr/lib/perl5/5.8.8/i686-linux/DynaLoader.pm l ===========solution ===== Delete source file of perl module “XS.pm”located at /usr/lib/perl5/site_perl/5.8.8/Template/Stash/ Absolute path should be /usr/lib/perl5/site_perl/5.8.8/Template/Stash/XS.pm Then install perl module by cPanel script /scripts/perlinstaller /scripts/perlinstaller Template::Stash:XS.pm. It can also [...]