Others
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..
How to Switch Between Composer Version 1 and 2
Sometimes when working with different projects, you might need to change frecuently between different composer versions. To get that as a ..
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..
Locally Install ElasticSearch to interact with Magento.
Prerequisites:
- Install Apt Transport HTTPS
Step 1 – Download and install ElasticSearch
- Save repository definition
Note..
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.
..
Ubuntu – How to proceed with “System Program Problem Detected” error messages.
So, if you are getting this annoying issue, in a Ubuntu environment:
You should need to know the following things that you will be..
How to setup a local SMTP email server
If you need to setup a local SMTP email server for developer or testing purposes, this tutorial might be helpful for you. Bear in mind tha..
How to Install or update SSL certificate on apache server site
If you want to provide your site with an SSL certificate, once you purchase it on (ie:GoDaddy), you will have to perform the following ste..
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..