Snippets tagged “systemctl”
7 snippets use this tag.
- Enabling/installing GD extension? --without-gdPHP
To enable the GD extension in PHP, you will need to install the extension and then enable it in your PHP configuration file.
- Fatal error: Class 'NumberFormatter' not foundPHP
This error message is indicating that the PHP script is trying to use a class called "NumberFormatter" but it cannot be found.
- How to check the presence of php and apache on ubuntu server through sshPHP
To check if PHP is installed on your Ubuntu system, you can use the following command:
- How to install bcmath module?PHP
The bcmath extension is typically installed by default in most PHP installations.
- How to install PHP intl extension in Ubuntu 14.04PHP
To install the PHP intl extension on Ubuntu 14.04, follow these steps:
- Lost connection to MySQL server at 'reading initial communication packet', system error: 0PHP
This error message indicates that the client was unable to connect to the MySQL server.
- Mysql password expired. Can't connectPHP
If your MySQL password has expired and you can't connect, you will need to reset the password.