Applicable to:
- SolusVM
Symptoms
Slave node unavailable in SolusVM admin panel with the error:
SVM_ERROR: Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking.
Cause
Master node uses PHP shipped by OS vendor:
# php -v
PHP 5.4.16 (cli) (built: Apr 1 2020 04:07:17)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
Resolution
- Connect to Master node via SSH
- Switch to svmstack PHP:
# mv /usr/bin/php /usr/bin/backup-php1
# ln -s /usr/local/svmstack/php7/bin/php /usr/bin/php
Comments
0 commentsPlease sign in to leave a comment.