How to install PHP opcache

OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request. CMS frameworks such as WordPress, Joomla and Drupal, use a complex code and consume many processes. Several website speed enhancement plugins are available, heavily featured within the yield of … Read more

How to Manually Upgrade phpMyAdmin

Since the release of Ubuntu 18.04 and other Linux distros, many people have been having compatibility issues with PHP 7.2 and phpMyAdmin 4.6. In this article we will manually download and install the latest version of phpMyAdmin to resolve these issues. 1. Back up phpMyAdmin You should back up your current phpMyAdmin folder by renaming it. sudo … Read more

Zencart – sessions directory does not exist

I was searching the internet after the problem that caused an error message “sessions directory does not exist” but I could not find any answer that solved my problem. I have solved this problem very easy and this message has now disappeared on my zencart shop. This kind of error message in Zencart often occures … Read more

Nice and easy LAMP install on Ubuntu 10.04

This is the way to install PHP, MySQL and Apache on one command line: apt-get install apache2 php5 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql phpmyadmin php5-ffmpeg php5-gd php5-curl /Good luck! 😉

Packages you need to get php5-ffmpeg working

Users mail me often with qestions like can you give me the list of packages that are needed to successfully convert video to flash with PHP. Here’s the list of packages you need to install to get it work: sudo apt-get install php5-ffmpeg ffmpeg flvtool2 mencoder lame