So upgraded mysql to new version and started seeing these warnings: PHP Fatal error: Uncaught PDOException: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘db.column_name’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible Method 1: We can fix it by…
Category: Fix
ImageMagick – [ERROR] Failed to ensure ImageMagick-devel RPM for imagick PECL
So today I got some task and found that I need ImageMagick installed on my centos server. I verified and checked if my server support ImageMagick by running a small script and turned out that the server is missing ImageMagick installation. The result: Server was missing ImageMagick 🙁 So I went straight to WHM and searched pecl and clicked Manage…
Fix phpMyAdmin – HTTP error 404
phpMyAdmin – HTTP error 404 appears when the server does not find the default phpMyAdmin folder. This can be fixed if you manually download phpMyAdmin or by running the following command on SSH. Wait for command to finish, then reload phpMyAdmin page that gave error to confirm its working again.