PHP
CategoryPHP 8.* – Deprecated Functionality: explode(): Passing null to parameter #2 ($string)
If you are facing an issue like that ”, which is mostly being shown when you move code from PHP 7.4 to 8.*. I would say that the best app..
Fatal Error: Allowed Memory Size of xxxx Bytes Exhausted
If you are facing this issue, you can try increasing the memory limit. However, the first thing that we recommend is trying to review if t..
PHPCS coding standards
A pretty way to get your code withing the PHP Coding standards is using the PHP Code Sniffer tool.
If you are working in a Magento 2 si..
How to easily redirect to your custom error pages on apache and PHP
With this tutorial you will be able to customize those Apache error messages like 404 (image below) with your suitable design.
..
Codeigniter – Create, export, and download a CSV File from a Model.
If you need to export as a CSV file a model that you already have in your database, you can do the following in your code:
- Add a meth..
fix “SSL certificate problem: unable to get local issuer certificate” error
When you execute PHP CURL calls to HTTPS URLs, you might get the following error:
SSL certificate problem: unable to get local issuer c..
Fix phpmyadmin start error
If you are getting the following error:
Error during session start; please check your PHP and/or webserver log file and configure your ..
UPDATE, INSTALL, AND SWITCH BETWEEN DIFFERENT PHP VERSIONS
If you want to update your PHP version, or just get a different one, you can proceed with the corresponding PHP steps in the following lin..
INSTALL OAUTH FOR PHP 5.X
To install oauth on your system, you need to perform the following steps with your root user. Be aware that this example is for PHP 5.6, y..
SETUP A LAMP SERVER FROM SCRATCH
Many times, you will need to setup a new work environment such as staging or live, or you may need to setup your local development environ..