Huawei now testing Android 9.0 Pie for Mate 10, P20 Pro, Honor Play

Huawei P20 Pro Android 9.0 Pie

  • Huawei has confirmed Android 9.0 internal testing for the Mate 10, Mate 10 Porsche Design, Mate RS Porsche Design, P20 Pro, and Honor Play.
  • With the Mate 10 Pro, P20, Honor 10, and Honor V10 already confirmed to be in testing earlier this month, that takes the full tally to nine in total.

Huawei certainly isn’t hanging around with its plans for Android 9.0 Pie, as today the Chinese giant has confirmed internal testing has begun for five more phones. The devices in question are the Mate 10, Mate 10 Porsche DesignMate RS Porsche Design, and P20 Pro, as well as the recently revealed Honor Play from its Honor sub-brand.

With the Huawei Mate 10 ProHuawei P20Honor 10, and Honor V10 already confirmed to be in testing earlier this month, that takes the full tally of Huawei/Honor phones to nine in total. The confirmation this time comes from MyDrivers (via GSMArena) which notes that Huawei is readying all nine phones for an imminent beta program in China.

Editor’s Pick

Huawei says the beta will be available for a maximum of 2,000 users starting this September. Only 200 will receive the update to start with, followed by the rest towards the end of the month.

Huawei also noted that testers will need at least 6GB of free storage on their device and that they have to be mindful that this isn’t final software — basically, expect bugs, incompatibility issues, and crashes.

Recently a Huawei spokesperson recently revealed that the company is planning to kick off its official rollout of stable Android 9.0 Pie-based EMUI 9 firmware, starting with the P20 series, at IFA in Berlin. The rest of Huawei’s flagship phones are expected to follow shortly after, so it makes sense for the company to be testing the full range on beta software at this time.

Are you excited to see the magic of Android 9.0 Pie on your Huawei/Honor phone? Let us know in the comments.

Up next: Android 9.0 Pie update tracker: What we know so far

Source: Android Zone

The post Huawei now testing Android 9.0 Pie for Mate 10, P20 Pro, Honor Play appeared first on TuneMaster.ml.

How to Fix the 504 Gateway Timeout Error in WordPress

Have you ever gotten a 504 gateway timeout error on your WordPress site? This error can make your website inaccessible to users. What’s worst is that it can disappear and reappear on its own if the underlying issue is not fixed. In this article, we will show you how to fix the 504 gateway timeout error in WordPress.

Fixing 504 gateway timeout error in WordPress

What Causes 504 Gateway Timeout Error?

The 504 gateway timeout error is usually caused when a server is unable to connect to an upstream server to complete a request.

For example, if you are using a website firewall like Sucuri, and it is unable to connect to your WordPress server, then you will see a 504 gateway timeout error.

The error page’s appearance and the message may be displayed differently depending on your WordPress hosting company, the proxy server, or the browser you are using. Following are some of the most common 504 gateway timeout error messages.

  • 504 Gateway Timeout
  • HTTP 504
  • 504 ERROR
  • Gateway Timeout (504)
  • HTTP Error 504 – Gateway Timeout
  • Gateway Timeout Error

504 Gateway timeout error

While the most common reason for the error is a proxy server unable to reach the upstream server, it can also be triggered by other hosting configuration issues.

That being said, let’s see how to easily troubleshoot and fix the 504 gateway timeout error in WordPress.

1. Wait and Reload

Sometimes the 504 gateway timeout error may simply be caused by a temporary glitch on your WordPress hosting servers. Give it a few minutes and then try reloading your website.

If the issue disappears, then you don’t need to take any further steps. However, if the error persists or reappears after a while, then continue reading to troubleshoot and fix the problem.

2. Turn off VPN

Turn off VPN

If you are using a VPN service to browse the web, then try disabling it. Sometimes your VPN server may not be able to get a response from your managed WordPress hosting server, and this will result in 504 gateway timeout error.

If your website reappears, then this means that the VPN server was the culprit. Now if using the VPN is important for you, then you can try switching to a different VPN server. If you are seeing the error even after changing servers, then you would want to contact your VPN service provider for support.

3. Turn off Website Firewall

If you are using a DNS level website firewall like Sucuri or Cloudflare, then try to temporarily disable the firewall. This will allow you to connect to your WordPress hosting server directly.

Sucuri 504 error

If that fixes the issue, then it’s likely that your hosting server is blocking the firewall IP addresses which can cause this issue. You will need to contact your firewall service provider to get their list of IP addresses, and then contact your web host to whitelist those IPs.

Sometimes disabling the firewall might show you the actual server error notice. In that case, you should refer to our list of common WordPress errors to fix the specific issue.

4. Disable Your Network Proxy

If you are connected to the internet through a proxy server, then that server may be unable to get a response from your WordPress website.

Try accessing your website using a different internet connection or use online services to see if your website is down just for you or everyone.

If it is down just for you, then you need to change your network settings. You can contact your internet service provider or a network admin to troubleshoot the issue for you.

5. Change Your DNS Servers

Your internet connection uses something called DNS servers. These servers help your computer connect to the different servers on the internet.

If the DNS servers you are using are down or unable to connect to your website, then you could see a 504 gateway timeout error. The easiest way to check this is by changing the DNS servers your device is using.

On Windows computers, you can find them under Control Panel » Network and Sharing Center screen.

Changing DNS servers in Windows

On Mac computers, you can find them under Settings » Network. Click on the Advanced button, and then select the DNS tab.

DNS settings on Mac

You can change your DNS server address to 8.8.8.8 and 8.8.4.4 and apply changes.

Try visiting your website now. If this solved your error, then you are all done. The problem was with your internet connection, and it is now fixed.

6. Clean up your WordPress Database

A corrupt WordPress database may also trigger a 504 gateway timeout error. Don’t worry, your WordPress data is most likely safe. However, your database may need a little a bit of spring cleaning.

This can be easily done by optimizing your WordPress database using phpMyAdmin or using a plugin like WP-Sweep. Make sure you backup the WordPress database before performing any action.

7. Deactivate WordPress Plugins and Switch to Default Theme

WordPress plugins and themes are less likely to cause a 504 gateway timeout error. However, if a plugin or theme is making too many requests to the server, then it is likely that some of these requests may drop off and trigger a 504 gateway timeout error.

To test this, you need to deactivate all WordPress plugins via FTP.

Deactivate all WordPress plugins

After that, visit your website to see if the error has resolved.

If it is, then one of your plugins was causing the issue. You now need to activate all plugins one by one until you can reproduce the error. This will help you locate the plugin responsible for the error.

If deactivating plugins didn’t solve your issue, then you would want to check your WordPress theme. You will need to switch WordPress theme via phpMyAdmin.

After switching your theme to the default WordPress theme, visit your website to see if it’s working.

8. More Troubleshooting

If all else fails, and you are still unable to solve the 504 gateway timeout error, then follow the steps in our ultimate WordPress troubleshooting guide for beginners.

Finally, as a last resort, you need to reach out to your hosting provider for support. They may be able to fix the issue or point you in the right direction.

We hope this article helped you learn how to fix 504 gateway timeout error in WordPress. You may also want to see our guide on how to protect WordPress against brute force attacks.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Fix the 504 Gateway Timeout Error in WordPress appeared first on WPBeginner.

Source: Wordpres

The post How to Fix the 504 Gateway Timeout Error in WordPress appeared first on TuneMaster.ml.

T-Mobile customers: You can now claim a free year of Pandora Plus (Updated)

Update, August 28 at 9:13 a.m. ET: If you’re a T-Mobile customer, now’s your chance to claim your free year of Pandora Plus! Just download the T-Mobile Tuesdays app, login to your account, click the Pandora listing on the home tab, then press save. You’ll be provided a redeem code, which you can simple copy/paste into the Pandora website to claim your free year.



Original article, August 15 at 12:17 p.m. ET: At today’s T-Mobile Uncarrier event, Team Magenta announced that later this month, the company will give away free one-year subscriptions to Pandora Plus.

Any T-Mobile customer with access to T-Mobile Tuesdays promotions will be eligible for the free year of Pandora’s premium service.

Editor’s Pick

Pandora Plus is similar to competitor premium music subscriptions like Spotify Premium, YouTube Music, and others: you get access to ad-free music, unlimited replays, unlimited skips, and the ability to listen to tracks offline. The usual cost of this service is $5 per month, so this offer will save T-Mobile customers $60.

The Pandora Plus offer will become available on Tuesday, August 28, 2018, via the T-Mobile Tuesdays app. Click the button below to install the app if you are a T-Mobile customer.

Source: Android Zone

The post T-Mobile customers: You can now claim a free year of Pandora Plus (Updated) appeared first on TuneMaster.ml.