Skip to content

Amixa Technical Blog

Category: IIS Tips & Tricks

Here is where we post our juicy IIS tips & tricks we’ve learned over the years.

eXtplorer does not allow login under PHP 5.6 and IIS Windows Server

Have you deployed out eXtplorer and received this error: PHP Deprecated:  Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in X:\XXXXXX\WWW.AAAAA.com\www\libraries\JSON.php on line 828 it’s an easy fix. edit the file X:\XXXXXX\WWW.AAAAA.com\www\libraries\pear.php edit line 247 change this: function isError($data, $code = null) to this: static function isError($data, $code = null)

Read article

Slow rendering or display of CKFINDER directories

Have you installed CKFINDER (maybe on Classic ASP) and have a problem with very slow directory displays while the circular “wait” animation plays and eventually displays the directory? Easy fix: Within the config.asp file (located in the CKFINDER directory) while using the Classic ASP version of CKFINDER… comment out this line Images.Add “component”, “Auto” just…

Read article

Problem with PHP mailer sending mail – Result: delayed, Status: 4.1.1 452 4.1.1 requested action aborted: try again later – GL/GL

If you see this type of message logged in your outbound mail logs, and your clients are unable to get email delivered to their domain, then I may have the s0lution for you. In our particular scenario, we have a PHP site running WordPress and the email server is located with IPOWER.  So the website…

Read article

How to get IIS 7.5 web server to pass the BEAST PCI vulnerability compliance scans

If your e-commerce website keeps flunking PCI vulnerability complaince scans with the following error: BEAST (Browser Exploit Against SSL/TLS) Vulnerability, CVE-2011-3389 and you are running Microsoft Server 2008 R2, I can help you. If you aren’t on Windows Server 2008 R2, there is no known way to pass this test short of upgrading your server…

Read article