You forgot your administrator password and you need to make urgent changes in your Umbraco website. If your Umbraco application is up and running on any server (localhost, staging/production environment),…
Issues & Quick Solutions
-
ASP.NETGeneralHow toIssues & Quick Solutions
Force all traffic from HTTP to HTTPS using Web.Config file
by wikkyby wikkyOnce you have setup your SSL the next thing is to redirect all traffic of your website from HTTP to HTTPS. By default your website is accessible from HTTP. And…
-
Feature PostsHow toIssues & Quick SolutionsWordPress
3 ways to Import/Upload WordPress theme – Beginners Guide
by wikkyby wikkyOnce you have done setting up your first WordPress application for your website, the next you think of how to change default theme to one which you want to setup…
-
How toIssues & Quick SolutionsWordPress
How to Fix White Screen of Death (WSOD) in Wordpress
by wikkyby wikkyHas your website ever seemed like it had been gone or corrupted or crashed? Only white space is left on your screen. For those that don’t recognize what this was all regarding, we’ve got a name: the White Screen Of Death (WSOD). Like…
-
How toIssues & Quick SolutionsWordPress
How to increase Maximum execution time for wordpress
by wikkyby wikkyWhen you are receiving “Maximum execution time of 30 seconds exceeded” or “Maximum execution time of 60 seconds exceeded” That means it is taking longer for a process to complete…
-
How toIssues & Quick Solutions
Microsoft Access Engine Installation Issue Resolution
by wikkyby wikkyYou cannot install the 64-bit version of Microsoft access database engine 2010 because you currently have 32-bit office product Problem: You are attempting to install the 64-bit Access database Engine…
-
How toIssues & Quick Solutions
How to Enabling SQL Server and Windows Authentication using SQL Management Studio
by wikkyby wikkySQL server authentication is used to allow access to specific user to connect with authorized database with set privileges. While installation if you have selected windows authentication mode and now…
How to Increase Java Heap Memory to Prevent Choking in Windows
In Windows Environment, while Java application execution, It acquires some memory that is called Java Heap Memory which is configurable. If you are your machine chokes while running Java Application…
How to Increasing the PHP Memory Limit for wordpress
Fatal error: Allowed memory size of 23556632 bytes exhausted (tried to allocate 3349917 bytes) in /home/xxxxx/public_html/wp-includes/plugin.php on line xxx if you are getting Fatal error: Allowed memory size while uploading…