Archive for August, 2010

Window Vista: folder reaching 30GB- winsxs

August 13, 2010

You may notice you running out of storage due to the winsxs folder is growing fast. I am not exactly sure why this folder is growing but there is a tool that comes with Vista SP1 and Windows 7. Tool name: VSP1CLN

Posted in Windows | Comments Off

IIS 7 Error pages

August 9, 2010

down vote accepted Turning off IIS7 custom errors will allow error responses from your application to be sent to remote clients without being censored by the IIS7’s custom errors module. You can do this from the IIS7 Admin tool by running “Start>Run>inetmgr.exe”, selecting your website/application/virtual directory in the left-hand tree view, clicking on the “Error [...]

Posted in Windows | Comments Off

IIS7 /PHP5.3.1/mysql 500 error

August 9, 2010

Seems it is no longer enough to have localhost in the servers local hosts file (C:\Windows\System32\drivers\etc\hosts) you also have to comment out or remove the IPv6 equivalent. 127.0.0.1 localhost #::1 localhost **this seem to work only when connecting locally ** Thanks Bruce

Posted in MySQL | Comments Off

Mysql – mysqlnd cannot connect to MySQL 4.1+ using old authentication

August 9, 2010

– packet 6 bytes shorter than expected in – Client does not support authentication protocol requested by server; consider upgrading MySQL client Error: This means you are connecting to a mysql server using the new hash client while the server is setup to receive the old. You will first need to make sure old-password is [...]

Posted in MySQL | Comments Off

Miva_cart: Unable to find function ‘SystemModule_Action’

August 9, 2010

Error: Runtime error in 5.00/merchant.mvc @ [00000002:00000168]: merchant.mv: Line 223: MvDO: Unable to find function ‘SystemModule_Action’ issue: This is caused by a outdated module being enabled. You will need to locate this module and disable it. If you intend to continue using it, you will need to update it.

Posted in Uncategorized | Comments Off