We were facing the error “Your PHP installation appears to be missing the MySQL extension which is required by WordPress”. We’ve fixed it by upgrading WordPress to match it with PHP 7.0 or higher. We didn’t check PHP, MySQL extension installed on the host.
Author » Amit Sonkhiya
Local php.ini Settings aren’t Working or Loading in Apache
I had the trouble that local php.ini changes weren’t taking effect. I had already created a custom php.ini file in the user’s home directory. But these local php.ini settings were not working at all.
Hostinger Shared Hosting Reviews from a Real Experience
Hostinger is one among a few reputed web hosting companies worldwide. Does Hostinger shared hosting really worth it and should you host your website on their platform? Here, I would like to share my experience and real reviews as I’ve used their product.
My Blog isn’t Earning or Making Much Money – Mistakes I did
So your blog isn’t making much money as you expected. Luckily, you’re not that one alone. I’m also one and sharing you the 10 mistakes I did. Rectification of these reasons can lead the blog to make the money it deserves, yield the better earning.
5 SEO Mistakes to Avoid when You Create a Post – Website & Traffic
Many of you are unaware of mistakes that are made while creating a post in WordPress or any other CMS. No matter how awesome your content is, a single mistake can ruin all your SEO efforts. In this article, we are explaining the top 5 SEO mistakes people make when they create a post. Additionally, we’re also mentioning what should you do to avoid them.
Live Server Transfer of a CI Project from Localhost – The Efficient Way
CodeIgniter offers an easy mechanism to maintain parameters for development and production environments. It simplifies the process of live server transfer of the CI project. In this article, we’re explaining you the efficient way CodeIgniter offers to easier the live server transfer process and making the site production ready with minor changes.
Peer Not Authenticated | Gradle Project Refresh Failed – Solutions
Gradle is one core component of Android Studio. Every project runs only after a successful Gradle build. However, there might be times when the Gradle fails to sync. Gradle: Project refresh failed. Cause: Peer not authenticated is such one error.
Bootstrap Off-canvas Menu and Sidebar with or without Overlay
Previously we have created Bootstrap off-canvas menu and sidebar. Further, the code was quite handy for WordPress websites. However, Bootstrap offers better accessibility and support for screen readers and similar assistive technologies.
Off-canvas Sidebar and Menu – WordPress and Bootstrap
Off-canvas sidebar and menu are quite popular. These collapsible sidebars offer a lot of convenient to put extra content on the page. You can implement an off-canvas sidebar in a Bootstrap powered website as well. All you need is a little HTML, CSS, and jQuery code.
3 Ways – Convert a PHP Object to an Array and Vice-Versa
Objects and arrays are essential parts of our day to day programming. PHP object to array and array to object conversions are quite common requirements. We are mentioning three ways that you can use to convert PHP object to an array.