Showing posts with label How To Fix. Show all posts
Showing posts with label How To Fix. Show all posts

Saturday, January 21, 2017

Website not accessible? How to resolve "Server not found" issues when attempting to browse sites?

How to resolve "Server not found" issues when attempting to browse sites
While attempting to browse some sites, we sometimes encounter the error "Server not found". For example, while attempting to browse YouTube, a Firefox browser might through the error -
Server not found
Firefox can't find the server at www.youtube.com ....
as shown in the image above.

How to resolve "Server not found" issues when attempting to browse sites?
Read more �
Share:

Friday, July 29, 2016

How to resolve- Unable to add Gmail in Outlook because login and test email send fails?

Unable to add Gmail in Outlook because login and test email send fails
Gmail can be used with email clients such as Microsoft Outlook. Configuring internet emails to email clients are better because you can read email already downloaded offline, without internet connection. In this post we will see how to add Gmail account in Outlook and how to resolve the problem encountered during setup where Outlook fails to login to Gmail and in sending test email.

Steps to add Gmail to Outlook email client:

Read more �
Share:

Friday, July 8, 2016

DIY - Samsung Galaxy I9300 Dead Screen Digitizer Replacement

Samsung Galaxy I9300 Dead Screen Digitizer Replacement

If your phone screen is dead, black and not responsive, then probably you need to replace the screen digitizer if the phone is still working. We'd know the phone is still working because by pressing the power button the phone starts and along with it the back-lit keys and the led instigators glow. Also, we should be able to hear the start sound if the phone is not in silent mode. Likewise, the phone shuts down. If the phone is working normally except the screen which is black and nothing can be done on the screen, probably you would need to replace the screen digitizer. But before you do, you should first open up the phone and check if the screen connector cables are in their place properly connected. The way to open a phone is different for different models. You may watch this video how to open a Samung galaxy S3 and replace the screen digitizer yourself.


Screen Digitizer replacements can be bought online. I bought this for Samsung Galaxy S3 for about 40$ (about Rs. 3000) on AliExpress.
Share:

Tuesday, June 28, 2016

Drupal error : DrupalTemporaryStreamWrapper temporary directory not found

Most web developers prefer to develop sites on a local development machine and then upload to a live server as it speed up the development process. In my previous post, I discussed about migrating a site on local development server to a live server which you can refer this post. This post is about an error which we usually face when migrating a Drupal site from local development server to a live server. After migrating a Drupal site from local development server to a live server or simply put, from one server to another, we will usually encounter this error.

Error: Warning: file_put_contents(temporary://): failed to open stream: "DrupalTemporaryStreamWrapper::stream_open" call failed in file_unmanaged_s


Watch this short video about the error above and how to fix this error.



Read more �
Share:

Wednesday, May 18, 2016

[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 �
Share:

Wednesday, April 20, 2016

SQL Server 2008 Installation Error - Reporting Service Catalog Database File Existence

SQL Server 2008 Installation Error - Reporting Service Catalog Database File Existence 1
Figure 1: SQL Server 2008 Installation Error - Reporting Service Catalog Database File Existence
So today, I tried to install Microsoft SQL Server 2008 on the same machine and using the same default instance name and I encountered the error saying that the Reporting Server catalog database file already exists. I finally got this resolved. If you also face a similar issue during installation of Microsoft SQL Server, try the steps below. This error occurs if we use the same instance name for the SQL Server 2008 installation. The following error messages may be displayed:

ERROR:
  • The catalog database file exists. Select a files-only mode installation.
  • The catalog temporary database file exists. Select a files-only mode installation.
See Figure 1 above.
CAUSE:
This issue occurs because the databases for the SQL Server 2008 Reporting Services instance that you want to install already exist on the computer.

RESOLUTION:

Read more �
Share:

Sunday, April 10, 2016

How to fix: WordPress not opening on localhost:8080 after port change from 80 to 8080 (HTTP 404 Not Found error)

WordPress not opening on localhost:8080 after port change from 80 to 8080
Opening a WordPress site after Apache port change returns HTTP 404 error (Not Found). This is a common issue with WordPress users who have installed WordPress on local machine, then had to change the Apache HTTP port since other programs took over the HTTP port 80.

Here is a scenario for the issue:
Read more �
Share:

Wednesday, March 23, 2016

How to fix: Error 2502 and 2503 encountered when installing/uninstalling software on Windows

If you encounter Error 2503 and 2502 when installing/uninstalling software on Windows, then try the following steps. The error message would be something like:
  • The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2503.
  • The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2502.

Read more �
Share: