How to fix a WordPress Memory exhausted error on your blog.

Computer PC Tips - bits and bytes
How to fix a WordPress Memory Exhausted error in the Cache.php Many times a blogger will insert a plugin thinking that everything will be fine and you will see the results immediately but instead after activating the plugin you are shown after logging back into the admin area. PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6253909 bytes) in #### on line ### leaving you with no method of getting to the admin area getting only a white screen with this message. After doing some research the results were 3 simple updates that fixed the problem and brought back the web site. Step #1 - Make sure you have a FTP account with a username / password to retrieve the necessary files as well as…
Read More

Microsoft will stop extended support in 2016

Computer PC Tips - bits and bytes
Microsoft will stop extended support for Products and SQL Server Versions in 2016 Extended support in 2016 for various Microsoft products will come to an end.  Losing extended support will be some of the older Internet Explorer browsers (IE) as well as some .NET framework 4 versions.  In April of this year, SQL Server 2005 also will lose extended support. The loss of extended support means that Microsoft will stop issuing security patches for these products, which represents a potential security risk for organizations. The products won't get any future hot fixes, although there's an exception for software covered under Microsoft's "custom support" contracts. That's a potentially costly option, though, with costs going up after the first year. As a long practice by Microsoft they have provided support for the older product…
Read More

1337 Institute of Technology on-line courses Review

Computer PC Tips - bits and bytes, Software development Concepts, Software Events
Udemy on-line courses beat the competition. After taking a recent Excel certification course using 1337 Institute of Technology there was a lot left to be desired. It seems that the course instructor are descent but the overall experience on watching and learning from the course on-line leave so much to be desired.  The display is weak thus giving a terrible session when attempting to learn new software or gain knowledge on a subject.  The sound is mediocre and just the mobility between lessons is extremely slow.  There were numerous times you have to re-log into the session if you did not respond to it in minutes when in fact it should remain open for at least 30 minutes before forcing a logout. Even if you were to go full screen it was…
Read More

Windows 10 Professional criteria error when clicking on START button.

Computer PC Tips - bits and bytes
Windows 10 Professional has been a pretty outstanding OS since moving from Windows 7 Professional but it is really odd when particular errors occur. One recent has been when clicking on the START button, a message is received that a criteria error has occurred and a logout has immediately happen. At the lab it did occur and it was thought to log out from the session to see if Windows actually repaired itself. That of course did not happen and the entire Start / Cortena / Notification did not work and the same error message about criteria error would be displayed to do it all over again. It does sound like ground hog day but the next usual step was to go into safe mode. From the sign-in screen Restart…
Read More

Delphi Create a Process or Shelling to start up an external application.

Computer PC Tips - bits and bytes, Rad Studio Delphi Development, Software development Concepts
Delphi Create a Process or Shelling to start up an external application. Since Windows 10 has been released there has been hiccups when dealing with the Windows API. The strange behavior may not return an error code and may actually end up doing nothing leaving you more perplexed then ever. For Delphi developers the best thing to do is retire the ShellExecute API call and convert it over to ShellExecuteEX or to create a separate process you should use CreateProcess. Let's examine the simple task of calling ShellExecute(0, 'open', Pchar('DocumentName.pdf'), '', '', SW_SHOWNORMAL); work under Windows 7 and 8, which would start the Acrobat Reader and open the file but under Windows 10 this no longer is the case. So the next step was to update the call to use…
Read More