Archive for May, 2010

ASPMail error: Error was 503 Bad sequence

May 28, 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.

Posted in ASP | Comments Off

Exchange: save my exchange password

May 23, 2010

!)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 [...]

Posted in Email | Comments Off

SQL upgrade from MSDE: UpgradeAdvisor returned -1 .

May 12, 2010

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 [...]

Posted in SQL | Comments Off

PHP upload: Files are assigned to nobody

May 11, 2010

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 [...]

Posted in CPANEL, PHP | Comments Off

Couldn’t load Template::Stash::XS 2.20

May 10, 2010

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 [...]

Posted in CPANEL | Comments Off