Error: Cannot find module ‘express’
Solution:
npm install express
Error: Cannot find module ‘express’
Solution:
npm install express
node: error while loading shared libraries: libbrotlidec.so.1: cannot open shared object file: No such file or directory
Solution:
yum install broccoli
On the internet you can find remote solutions to reset IPMI password: Remote from IPMI console (you have to login to IPMI first)From the OS (you have to login to Windows/Linux first) But if you don’t have remote access to the system, neither...
To check if Brotli is enabled on the server for the current PHP version: php -m | grep brotli To use it on the website add the following to the beginning of the .htaccess file: <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text...
Here is a simple one-liner to reindex backups from the destination just for a single cpanel account:
jetbackup5api -F reindexDestination -D "_id={DESTINATIONID}&account_username={USERNAME}"
Source: Jetbackup5 API
After a recent cPanel update, some cPanel icons are missing: cPanel Icons are missing! To troubleshoot the issue right click on one of the missing icons and click on “Inspect Element” in cpanel, all icons are merged into one single file...
After extracting an archive on Linux, ŠĆČĐŽ letters get removed in the file names:
To resolve the issue, specify encoding when extracting:
unzip -O UTF-8 ARCHIVE_NAME.zip
Result:
While adding a routine from cPanel > PHPMyAdmin, I was getting this error message –#1227 – Access denied; you need (at least one of) the SUPER privilege(s) for this operation First check if event scheduler is enabled on the server:...