Call to undefined function simplexml_load_file() – PHP Error [Solved] While working on a migration of a Joomla powered website on to a new VPS with PHP version 7.0 and...
How to fix Call to undefined function apc_fetch() – PHP Fatal Error [Solved] I have been migrating one of the Joomla website and was stuck with a “PHP fatal error Uncaught Error: Call to...
Not safe to rely on system’s timezone settings -PHP Warning Here’s another error related to Datawrapper installation – “PHP warning: It is not safe to rely on system’s timezone settings“. Below...
Yetishare PHP script error-failed to generate download link [Solved] Yetishare PHP script Error : My client has been using Yetishare file hosting script on his website and came up with...
Disable open_basedir in cPanel for error open_basedir restriction in effect This tutorial explains how to adjust open_basedir attribute in PHP configuration and in case of shared hosting, learn to disable open_basedir...
What’s the difference between die and exit functions in PHP? One of my students asked me a couple of questions – what is the difference between print and echo (which...
Upgrading PHP 5.x to PHP 7.0 on CentOS/RedHat server using Yum From our earlier posts, you would have seen How to upgrade to php-5.5 using remi repository. Today we shall see...
PHP Startup Error : Unable to load dynamic library, wrong ELF class: ELFCLASS64 [Solved] PHP thrown this error PHP Warning: PHP Startup: Unable to load dynamic library wrong ELF class: ELFCLASS64, while installing Composer on...
How to Install Composer, the PHP Dependency Manager? Composer is a dependency manager for PHP, which allows you to require all dependant libraries for a particular project. In...
How to Check If a Visitor to your Website is from a Mobile or PC in PHP? Ever want to check if a particular visitor to your website is from a mobile device or desktop using PHP? then...
Why echo and print are not Functions in PHP and their differences I hear few of my colleagues call ‘echo‘ and ‘print‘ as functions in PHP. But actually they are not. According...
5 Ways to Customize Product Tabs in WooCommerce! I was recently working on WooCommerce for some of my client projects, where I learned to customize product tabs according to...
[WooCommerce] How to replace ‘Choose an option” with Attribute name in variation select menu? In WooCommerce, the product attributes used for variations will display as a select menu in product page. For example, if I...
How to Display/Fix Indian Currency Symbol in WooCommerce? Indian Currency symbol was officially announced in 2010 and thereafter operating systems, word processors and websites started to use the...
How to display Product Variation Price inside Variation drop down list in WooCommerce? By default, WooCommerce plugin will display product variations as a drop down menu in the single product page. For example,...
MediaWiki Image Upload – Fatal exception of type mwexception [Solved] Question: Hi techglimpse, I have recently installed MediaWiki version 1.25.2 successfully. But I’m not able to upload an image file...
PHP-intl error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix [Solved] Question: Hi, I was trying to install Mediawiki on CentOS 6.6 machine. I have also installed all the dependant packages...
APC Installation Error – sh: phpize: command not found [Solved] Question: Hi techglimpse, I was trying to install APC for Mediawiki using yum on CentOS virtual machine. To install APC package, I...
Customize ‘Error Establishing Database Connection’ in WordPress – Tell Search Engines and Users, the Issue is temporary! How ugly is that message – Error Establishing Database Connection? I know, it does not sound good and so to...
PHP Warning: require_once(): Unable to allocate memory for pool [Resolved] Question: For the past two weeks, I started seeing Apache logging PHP warnings as “Unable to allocate memory for pool“....