Tag Archive: fix
SOLVED ISSUE WITH FACEBOOK TOO MANY REDIRECTS
It appears some of you may be facing an issue with Facebook displaying an error message This page isn’t working right now www.facebook.com redirected you too many times ERR_TOO_MANY_REDIRECTS after you’ve logged into your Facebook account. For the latest solutions and options for 2021 read this article: FACEBOOK ACCOUNT UNAVAILABLE I shared the detailed solution […]
read moreHOW TO FIX ERROR 99 CANNOT ASSIGN REQUESTED ADDRESS NGINX
I recently received this error message when I manually started my VestaCP Nginx service: 99: Cannot assign requested address nginx: configuration file /etc/nginx/nginx.conf test failed I tried searching for a solution on Google but none of them helped. After some digging around, I managed to work out what the issue was. A few weeks ago […]
read moreHOW TO FIX DELETING A TABLE THAT DOESN’T EXIST
In my mySQL database I noticed that there was a table missing from phpmyadmin. I tried creating the table but mySQL reported that it already exist (it was a ghost table). I tried using mysqlcheck to repair the database and it came back saying it the table didn’t exist. I then tried to create the table and […]
read moreHOW TO FIX: LOW DISK SPACE ERROR MESSAGE AFTER WINDOWS 10 UPDATE
I recently had to perform a Windows 10 Update (had no choice). After the update I kept on getting this error message: Low Disk Space You are running out of disk space on Local Disk (D:). Click here to see if you can free space on this drive. This new drive didn’t exist before the […]
read moreWhen will Instagram fix this issue?
A few months ago I reported an issue (not sure if they have received it) to Instagram and I’ve documented it here: http://marcotran.com.au/how-to-report-a-spelling-mistake-to-instagram-is-it-going-to-get-fixed/ So far the issue hasn’t been fixed and was wondering if anyone had any other ideas on how to get Instagram to fix it. It’s a minor issue I’m more interested in the […]
read moreDecember 31, 2017 / by Marco / 2007 model, car, crv, DIY, fix, honda, honda crv, mechanic, Noise, power steering pump, whining, whining noise
HOW TO FIX WHINING HONDA CRV 2007 MODEL
Over the past few months, my Honda CRV 2007 Model was making some whining noise and my wife was nagging me to get the mechanic to fix it. Not knowing what the actual problem was, I spent several weeks trying to figure out the issue. I did take it to several mechanics but they wanted […]
read moreHOW TO CHANGE HOLDEN ASTRA SEDAN 2000 TAIL LIGHT
I don’t hate you…. whoever hit my car. It’s a bit an inconvenience and I guess doing a hit and run is not the nicest thing to do to a stranger but life just goes on. It did almost come to a halt (driving wise) when the mechanic said I needed to replace the tail […]
read moreHOW TO FIX A REBOOTING OR STUCK TP-LINK ROUTER W8960N – I WISH I KNEW THIS EARLIER
The Internet goes down! What do you do? I was in this situation just recently and when I checked my TP-Link router, model W8960N I noticed it was constantly rebooting. All the lights were flashing and it kept going into a loop. My heart sank when this happened as I knew my router was dying on […]
read moreHOW TO FIX UPSTREAM TIMED OUT (110: CONNECTION TIMED OUT) ERROR IN VESTACP NGINX
This was the most annoying issue I’ve ever experienced. I had to import large XML files into a SQL database using a WordPress plugin and kept getting the 500 Internal Server Error message. When I checked the error log I noticed this: *19 upstream timed out (110: Connection timed out) while reading response header from […]
read moreHow to fix audio not playing from a program
I’m currently using Windows 10 Insider Preview and installing the FusionHDTV software and drivers worked fine. The only problem that I encountered was that there was not audio coming from the FusionHDTV software. I use Plantronics headphones and the volume coming from other applications worked fine so it was only this 1 program that had […]
read moreHow to fix stuck Maintenance Mode in WordPress
Today I tried updating several plugins through the WordPress admin dashboard. There was about 7 on the list so as usual I decided to select all 7 and update. However, I wasn’t patient and didn’t wait until the WordPress update finished and caused the site to go into Maintenance Mode meaning the message was displayed: […]
read moreHow to remove and fix scroll bars in an iFrame
You may find different methods on how to remove the scroll bars within an iFrame in Chrome but here’s one that worked for me. Example with scroll bars: The code used to fix the scrolling bars was scrolling=”no” in the iframe tag.: <iframe id=”frame” frameborder=”0″ scrolling=”no” width=”300px” height=”300px” src=”http://www.businesslegions.com”></iframe> Example without scroll bars: There […]
read more