Recent Articles
PHP 7.x to PHP 8.2 Migration Guide
Starting with release 9.13.012, Scriptcase is compatible with PHP 8.2, both in the development environment and in production. When migrating directly from PHP 7.x to PHP 8.2, custom code (events, methods, and internal or external libraries) may start ...
Compatibility Adaptations for PHP 8.2
Starting with release 9.13.012, Scriptcase is now compatible with PHP 8.2, both in the development environment and in production. When upgrading the environment to PHP 8.2, custom code (events, methods, and internal or external libraries) may start ...
How to generate a MySQL backup using mysqldump
How to generate a MySQL backup using mysqldump 1. Access the server via SSH ssh user@your_server 2. Run the command to generate the backup mysqldump -u user -p database_name > backup.sql user → MySQL username database_name → the database you want to ...
How to use the Setup Python App
How to use the Setup Python App 1. In cPanel, open Setup Python App. Click Create Application. Choose the Python version. Application Root: folder where your application will be located. Application URL: domain or subdomain that will run the app. ...
How to Import a Large Database via SSH
You need to have: Access to the cPanel of your hosting account. SSH access enabled (if you don't have it, request it from your hosting provider). The .sql backup file already uploaded to the server (via FTP or through the cPanel File Manager). A ...