CAT | Problems
I have a Yahoo email that I would like to check more often. Currently, all my emails that are worth checking are all integrated into Gmail’s Mail fetcher feature (Details here). The downside to this feature is that it only checks POP3 accounts. Typically, this is not a problem because POP3 is more popular than IMAP.
However, Yahoo doe’s not allow free POP3 access to their standard free accounts. You have to subscribe to their plus package which is $20 a year. There is a work around though, if you’ve had your Yahoo account for long enough – you can simply change your location settings to Asia and it will allow you to enable the feature (How to enable POP3 on Yahoo, using Yahoo Asia) . However, I read as of September 2009, this is no longer the case for new accounts (I tested this, and I was able to enable POP3 on an account that was over 10 years old). It just go happens the account I need to check was made since then, and I have confirmed that even changing my location Yahoo Asia, there are no POP3 options to turn on.
No tags
When trying to create this blog, WordPress kept telling me it could not connect to the database. That I supplied the wrong username or password. I double checked everything and even SSH’d into my server and was able to connect to MySQL using the exact same password.
As it turns out, the install.php file does not correctly encode the single quote character ( ‘ ) in the database password. This is probably related to the fact that by default they use single quotes as separators for the PHP define command, so I assume something is not clicking.
You would think popular software package such as this, they would be able encode and decode any character. After all, they even mention that special characters should be used with the password
From the add user page:
Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! ” ? $ % ^ & ).
When I get some time on my hands, I’ll dig a little deeper and see if I can resolve this issue for them. I’ll update this post if/when I do.
No tags
