How to fix the error: not a valid facebook page url?

How to fix the error not a valid facebook page url
So, recently I saw an error on a Facebook Page embedded to one of my blog. The error was:
error: not a valid Facebook page url
I tried Google for solutions but I couldn't find a relevant solution. And I realized many people are also facing the same issue with their Facebook Page integrated on their websites and blogs. Anyway, since I could not find a relevant solution to this Facebook error, I decided to investigate. And I found the cause of the error and thus, a solution as well.

In this post, we will check the cause of the error "error: not a valid Facebook page URL " and how to solve it.
Read more »

[Fix For] Windows error 2502, 2503 - Unable to install or uninstall software

Windows error 2502, 2503 - Unable to install or uninstall software
So when attempting to install or uninstall a software, I was getting the error code 2502 and 2503, because the installation and uninstall of MySQL fails. There are different ways to workaround this issue as I have found online. Some work in some cases, some don't. You may try any of the below way and see which works in your case.
Read more »

Microsoft SQL Server sa login locked out: how to unlock/enable sa login?

Microsoft SQL Server sa login locked out error message 2

Issue: Microsoft SQL Server 'sa' login locked out
So, today, I got myself locked out of Microsoft SQL Server after entering the wrong password multiple times. If suppose “sa” login account is locked out, the above message will be displayed-

How to enable “sa” login account locked out by Microsoft SQL Server?
Read more »

[Resolved] Visual Studio Connect to Microsoft SQL Server Database Failed - A network-related or instance-specific error occurred

Visual Studio Tools Connect to Database
Issue: Visual Studio Connect to Microsoft SQL Server Database Failed - A network-related or instance-specific error occurred
Error Message:
A network-related or instance-specific error occurred while establishing a connection to SQL Server.
The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
(provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 1326)
Description: When attempting to connect to a database from Visual Studio, if you are getting a message from Visual Studio Data Connection that it was not able to connect to SQL Server, check the following workaround.

Read more »
Back To Top