If you are getting error message "No Loader is installed. Please contact support.", you can fix it by using the following instructions. 1. Lets update ioncube sh /scripts/update_ioncube 2. Check if ioncube is loaded /usr/local/cwp/php71/bin/php -v ** If you get a message something like "ionCube PHP Loader" then it means that its installed and you […]
Category: Testing
Instructions for testing and debugging
How to test/check cron scripts
If you are having an issue with the NOT working cron, you can do the following to check it. Check if crond is working # service crond status crond (pid 1386) is running... You can also check cron log file and see if cron script is executed tail -n 20 /var/log/cron If your cron script […]