简体   繁体   中英

PHP IonCube Loader Error

using local development ampps server. php 7.1 and apache 2.4 on ubuntu. on running php programs this is found in apache error_log

Cannot load the ionCube PHP Loader - it was built with configuration API320151012,NTS, whereas running engine is API320160303,NTS

This error indicates that you are using the Loader for the wrong version of PHP. PHP 7.0 has an API version 20151012 and 7.1 has 20160303, so you are using the Loader for PHP 7.0 by mistake. Download the Loaders package again, be careful to select the Loader for PHP 7.1 and then you should be fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM