It is very important to have at least PHP Version 7.4. It is highly recommended that you use 7.4 or later for best performance.
Filesystem
config_sample.php must be accessibleAccessible
This installation will open that file to put values in so it must be accessible. Make sure that file is there in the root folder and is writable.
storage/ folder and its subfolder must be writable. Accessible
Many things will be uploaded to that folder so please make sure it has the proper permission.
public/content/ folder must be writable.Accessible
Many things will be uploaded to that folder so please make sure it has the proper permission.
Modules & Extensions
PDO and MYSQL DriverEnabled
PDO driver is very important so it must enabled. Without this, the script will not connect to the database hence it will not work at all. If this verify fails, you will need to contact your web host and ask them to either enable it or configure it properly.
cURLEnabled
cURL is used to interact with external servers and APIs.
MbstringEnabled
Mbstring is required for correct encoding.
GD LibraryEnabled
GD library is needed to generate QRs.
ImageMagickEnabled
ImageMagick library is not required and you can proceed with installation. This extension is needed for server-side QR code processing. You can still generate QR codes without this extension but QR codes will be converted to other formats using the browser instead of the server. We recommend Imagick version 7.1 and the RSVG module. You can find more info on our guide.