Blog

  • Fix : Http error uploading media in WordPress

    Fix : Http error uploading media in WordPress

    This post will help you fix an error while you try to insert an image or any media in a WordPress post using your browser. Though, this error might be due to a temporary http request mishandling by your hosting server, it might as well be due to memory constraints within your WordPress installation.

    Let us try and fix this issue with the steps mention herein.

    Fix: http error while uploading images to a WP post

    httperrorwp

    Method 1 : Change the memory limit in your WordPress configuration

    Required : An FTP client and a text editor
    While I prefer using CoreFTP and notepad or notepad++, any FTP client or editor will do the job.

    • Login to your FTP server
    • Locate “wp-config.php” file
    • Right click the file and click on edit
    • memory_limit
    • Insert the code as highlighted in the image above

    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );

    Save the file and overwrite it, if prompted.

    Method 2: Logout and Log back in

    • Log out of your WordPress
    • Log in again
    • Try to upload the image to check if it works

    Hope this solves the issue, if not please use the comment or contact section to contact me and I will try my best to solve it for you.

  • Windows 10 : How to restore a checkpoint

    Windows 10 : How to restore a checkpoint

    After reading this post you will be able to restore a checkpoint that you made earlier. Checkpoints are a feature of Windows 10 hyper-V, where you can very conveniently undo the changes made to a Virtual machine. It’s something like system restore, but deals with a rather different model, known as standard checkpoints & Production checkpoints. Learn how to create a checkpoint in Windows 10 using this post. Now, below is the method to Restore this checkpoint:

    • Open Hyper-V manager
    • Go to the Start menu | start screen
    • Type Hyper-V manager
    • hyper-v4
    • Now, Select the server from the left hand pane
    • Start any of your VM that you previously created a Checkpoint on
    • Now,
    • Click Action menu at the top
    • Click on revert
    • Click on Revert
    • VC8
    • By doing this your VM will now revert to the state in which you created a checkpoint
    • vc10
  • Fix : Namespace error with gpedit.msc Windows 10

    Fix : Namespace error with gpedit.msc Windows 10

    This post concentrates it’s focus on an issue that comes when either you have a computer that’s running Windows 10 RTM (Build 10240) or you have upgraded your computer to Windows 10 version 1511 (Build 10586). In both of these scenarios, you might receive an error “Namespace ‘Microsoft.Policies.Sensors.WindowsLocationProvider’ is already defined as the target namespace for another file in the store.  when you try to run gpedit.msc & try to click on either User or computer configuration. You might not get this issue if you are upgrading from Windows 7, Windows 8.1 directly to Windows 10 version 1511 & skipping Windows 10 RTM. I recently faced this issue when visiting a Microsoft conference at Hyderabad and thought to post a solution to it.

    The screenshot of the example looks like this:

    namespace windows location gpedit error

    The error reads:

    Namespace ‘Microsoft.Policies.Sensors.WindowsLocationProvider’ is already defined as the target namespace for another file in the store.
    File
    C:\WINDOWS\PolicyDefinitions\Microsoft-Windows-Geolocation-WLPAdm.admx, line 5, column 110

    This usually happens when the the files “Microsoft-Windows-Geolocation-WLPadm.admx” & “LocationProviderADM.admx” present in C:\Windows\PolicyDefinitions\ and “Microsoft-Windows-Geolocation-WLPAdm.adml” and “LocationProviderADM.adml” present in C:\Windows\PolicyDefinitions\en-us gets rewritten or corrupted during up gradation.

    Below are the steps to Fix: Namespace error with gpedit.msc Windows 10

    Solution: Delete these files mentioned above

    First Step: Taking ownership of all these files:

    • Press Windows logo key + X ( To open power menu in Windows 10)
    • Press A & click on yes when prompted
    • This will open the command prompt with elevated privileges
    • Now, type in these four commands one by one. Press Enter after each one of them to execute

    takeown /F ” C:\Windows\PolicyDefinitions\Microsoft-Windows-Geolocation-WLPAdm.admx” /A  

    takeown /F ” C:\Windows\PolicyDefinitions\en-US\Microsoft-Windows-Geolocation-WLPAdm.adml” /A

    takeown /F ” C:\Windows\PolicyDefinitions\LocationProviderADM.admx” /A

    takeown /F ” C:\Windows\PolicyDefinitions\en-US\LocationProviderADM.adml ” /A

    ownership microsoft geolocation policy store

    policy location adml admx delete

    • Now, Change permissions
    • Go to C:\Windows\PolicyDefinitions
    • Find the file LocationProviderADM.admx and Microsoft-Windows-Geolocation-WLPAdm.admx
    • Right Click the file & Click on Properties
    • Go to the security tab

    taking ownership

    • Click on Administrators
    • Click on edit
    • Now, again click on administrator
    • Check the checkbox that says full control
    • Click on Apply and ok
    • Now, repeat this step for the remaining three files
    • Now, delete all four files
    • Done
    • Try opening gpedit.msc

    Hope this helped you, if you have any questions or suggestions, please feel free to write to me.

  • Using Windows 10 update troubleshooter

    Using Windows 10 update troubleshooter

    This post will help you use the in built feature of Windows 10 to troubleshoot problems / issues related to Windows update in Windows 10. Generally, Windows update works to get you recommended updates without any critical issues, but sometimes due to different problems, related to network or connectivity, some updates might not install properly or the Windows update service itself might hang or get affected. For such a case Microsoft has programmed a functionality in Windows 10, that’s called the Update Troubleshooter.

    Below are the steps to use Usinng Windows 10 Update Troubleshooter

    • Go to the Cortana Search
    • Type Troubleshooting & Click on Troubleshooting as shown in the Screenshot below

    cortana search

    • Now, Troubleshooting options will open within control panel
    • On the Left hand pane, Click on View all

    control panel troubleshoot

    • Now, from the list select the last option
    • That says, Windows update
    • This option will start the Windows update troubleshooting functionality that has been integrated into Windows 10.

    update_troubleshooter_windows10

    • In this Wizard,
    • Click on Advanced,
    • Then, click on Apply Repair Automatically
    • Click on Run as administrator
    • Click on Next.

    windows_update_troubleshoot

    as admin repair

    detecting_problems

    This will Start the Troubleshooting process and will automatically fix the issues, if any, with your Windows update module.

    Hoping that this step-by-step guide for using Windows 10 update troubleshooting was useful for you. If you have any questions or comments, please feel free to use the comments box to send across your query to me, I will answer it as soon as possible.

  • Create Restore point & restore Windows 10

    Create Restore point & restore Windows 10

    This post is specifically intended for Windows 10 users. This post will help you Create restore point & Restore Windows 10. By default, System restore is not enabled in Windows 10. Though, its a very useful feature, there are other diagnostics and recovery options built in to Windows 10 that normally does the work just fine. But just in case, System Restore sometimes is a life saver. So, this post is a step-by-step tutorial with pictures to help you out in turning system restore on, setting a restore point and if needed, restoring your computer to an earlier date in Windows 10 where everything used to work fine.

    Follow the steps below To turn System Restore ON:

    • Click on Cortana search or start menu
    • Type Restore

    cortana search

    • Click on Create a restore point
    • Now, as you will see system restore is OFF on all drives.
    • Click on Local Disk (C: ) or any other drive that says SYSTEM in front of it
    • Click on Configure

    system restore on

    • Now, Click on Turn on system protection
    • Specify  the amount of space you wish to allocate to system restore, typically 10% should do.
    • Click on Apply & OK

    system restore configuration

    This Turns your System Restore on.

    To create a Restore Point:

    • Click on Create

    create or restore

    • Now, Specify a name
    • Click on create

    restore point name

    • You will see something like in the screenshot below
    • and then a confirmation

    creating restore point

    restore point successfully created

    • Click on Close

    Now, If you wish to Restore your computer to an earlier time.

    • Click on System Restore
    • Follow the method described here (Click Here)

    restore

  • Watch Build 2016 Stream live

    Watch Build 2016 Stream live

    Live Streaming[schema type=”event” evtype=”Event” url=”http://build.microsoft.com” name=”Microsoft Build 2016 Live” description=”Microsoft Build 2016 conference live” sdate=”2016-03-29″ stime=”12:00 pm” edate=”2016-03-31″ duration=”12:00″ ] Microsoft Build 2016 Live Conference is here !  After Q1 being at its end phase, Google announcing Android N & Apple Launching a new smartphone, Microsoft had to bring something to the table. Windows 10 has been amongst the biggest of software launches for Microsoft, and with Windows 10 Mobile coming to Windows 8.1 based smartphones, a new more productive era of deliverance is taking shape.

    Microsoft is expected to deliver uniformity & unifying platforms. This can be seen with recent events such as the openness event. Build 2016 is expected to involve something of this sort. With that new & more interactive live tiles are expected to be featured.

    Watch the Build 2016 conference stream live here from here : Troubleshoot Windows


  • Fix : Error 0x80080008 in Windows 8 update

    Fix : Error 0x80080008 in Windows 8 update

    After reading this post you will be able to fix an error code 0x80080008 while installing Windows update on Windows 8 | 8.1 computer system. Now, this error can occur due to some corruption in Windows Update files or system image. we have previously discussed a method to solve such an error by using the DISM tool. Below are the method to solve this issue:

    Method 1 : Use DISM / CheckSUR tool to repair Windows image

    • Click here to read the post

    Method 2 : Repair | Re-register the DLL files associated with Windows update

    • Press Windows logo key + X ( power menu )
    • policy3
    • Click on Command Prompt (Admin.)
    • Type net stop wuauserv
    • This will stop the Windows Update service.
    • Now, type
    • regsvr32 %windir%\system32\wups2.dll (press enter)
    • Wu
    • A success message will appear on your screen
    • wu2

     

    Hope this helps, if not, please use the comments section to notify me & I will try to help further.

  • How to create a checkpoint in Windows 10

    How to create a checkpoint in Windows 10

    This post will help you with a unique feature of Windows 10 hyper-V, where you can very conveniently undo the changes made to a Virtual machine. It’s something like system restore, but deals with a rather different model, known as standard checkpoints & Production checkpoints. A standard checkpoint saves the VM state with all open & unsaved applications. In a production checkpoint the system state is saved & no application data is saved. Below is the method to create checkpoints.

    • Go to Start menu | Start screen
    • Type Hyper-V manager

    hyper-v4

    • Click on the server name in the left hand pane
    • Select the VM you wish to make a checkpoint on
    • Click on Action menu at the top
    • Click on Checkpoint
    • Now, Windows will ask you for a name
    • Give any convenient name
    • Click on Yes

    VC4

    • After the Completion, you will het a message as shown below

    VC5

  • How to Setup Hyper-V in Windows 10 insider Preview

    How to Setup Hyper-V in Windows 10 insider Preview

    This post will help you setup Hyper-V in Windows 10 Technical Preview | Insider Preview. In the last post I wrote, I outlined the steps to enable Hyper-V in Windows 10 TP. Now after you have enabled Hyper-V, its time to use the Hyper-V manager to setup Hyper-V and personalize it to match your settings. Remember, First thing to check is that your Computer BIOS settings for Hardware Virtualization are set to enabled.

    Now, to launch Hyper-V manager:

    • Type Hyper-V in the start screen | Start Menu
    • hyper-v4
    • Select, Hyper-V manager from the listed options.
    • Now, Click on the Machine ( server ) name in the left hand pane, as indicated in the screenshot below
    • hyper-v5
    • This will list all the associated options of this particular server within your server list.
    • Now, if in case, there are no servers listed in the left hand
    • hyper-vC
    • Click on, Connect to a server
    • hyper-vC1
    • Click on Local Computer,
    • Click Ok
    • Now,
    • Look at the options displayed on the right hand side pane.
    • To change a setting, click on any one of them
    • To start with, Click on Hyper-V settings
    • hyper-v6
    • Here, You can easily set the Paths for your VHD ( Virtual Hard disk files ) & VM ( Virtual machines )
    • Change them to your necessity or liking.
    • After this, Add your Old VMs or setup a new one.
    • Follow this Post ( How to add a new VM in Windows 10 )
  • How to enable Hyper-V in Windows 10 TP

    How to enable Hyper-V in Windows 10 TP

    This post will help you enable Hyper-V in Windows 10 Technical Preview / Insider Preview. Hyper-V is a well known virtualization service offered by Microsoft in its Operating system software. Hyper-V continues to provide its feature enriched and stable virtualization platform in Windows 10 as well. Follow the steps below to enable Hyper-V in Windows 10.

    Check the Basics

    Note: Make sure that Virtualization is Enabled In your computer’s BIOS.

    • Go to the Start menu or start screen
    • Type Programs & features
    • hyper-v 
    • Click on Turn Windows Features on or off
    • Now, Check the box saying Hyper-V as indicated in the screenshot below
    • hyper-v1
    • Press OK
    • hyper-v2
    • Windows will install Hyper-V & at the end will ask you to Restart your PC
    • hyper-v3
    • Once you restart your PC, Windows will setup Hyper-V for you.

     

    Hope this helps. Please use the comment section below to share your thoughts & feedback.