Posts Tagged ‘ Files ’

PHP chokes server with TEMP files – Updated and Solved

2017/08/11
By
Modified: 2017/07/22
FastCGI Settings

I am running PHP on IIS 7.5.   This is a Windows 2012 Server.  Fresh clean install every time. The only way to access and delete these TEMP files are by using  a command prompt.  And this deletion procedure will run for several DAYS . . .   The Problem The story goes like this.  Fresh new instance of a Windows 2012 Server is great.  It runs fast and smooth.  But after 5 or 6 months MySQL service having hard times to start up.  And a little later – couldn’t start at all.  The only way I can make it run is to start it from a command prompt.  And finally the whole server just slows…

Read more »


Invisible Files in Windows 7, 8 and 10 Program Files

2017/05/19
By
Modified: 2017/04/30
Program Files in Windows Explorer

Summary First of all – it is not a virus! It is not a bug either. It is a feature, that doesn’t allow legacy applications to write files inside Program Files directory.  This feature allows legacy applications think that they are writing to a system folders. Symptoms You can see your custom files inside one of the Program Files directory folder through your application.  You can open them and view them and modify them..  However, if you open the same directory in Windows Explorer, your files are not there.  You can’t see them, even if your a super administrator of all administrators.  What is the Mystery? You can see your custom…

Read more »