评论列表
yezi 2018-02-06 17:56:52 回复
ionCube Loader Wizard
Please note that the following problems currently exist with the ionCube Loader installation:
The following ini file could not be found by the Wizard: C:\php-5-2-fastcgi\php.ini
This may be due to server restrictions in place.
The necessary zend_extension line could not be found in the configuration.
Please note also the following issues:
Some functions are disabled through disable_functions. This may affect the operation of this Loader Wizard.
You are on a platform on which ionCube Loaders are no longer being developed. Loaders on your platform may not be able to run files produced by the latest ionCube Encoder. Please switch, if possible, to a platform on which loaders are currently supported. A list of currently supported platforms is shown on our loaders page.

To use files that have been protected by the ionCube PHP Encoder, a component called the ionCube Loader must be installed.

For a local server you should install the ionCube Loader using the php.ini configuration file. (Please click here if you are not on a local server.)

Installation Instructions
Download one of the following archives of Windows VC6 x86 Loaders:
zip
MS Windows installer
Please note that the MS Windows installer version is suitable either for direct installation on a Windows machine or for uploading from a local PC to your server.
A Loaders archive can also be downloaded from http://loaders.ioncube.com/.

Put the Loader files in C:\windows\system32
Edit the file C:\php-5-2-fastcgi\php.ini and before any other zend_extension_ts lines ensure that the following is included:
zend_extension_ts = "C:\windows\system32\ioncube_loader_win_5.2.dll"
Restart the IIS server software.
When the server software has restarted, click here to test the Loader.
这情况是。。。
回复
可以联系下禅道官网顶部的商务QQ,邀请加入禅道技术交流群,在群里截图下报错信息。
🥂
孟德伟 2018-01-24 16:24:34 回复
扩展安装成功了,试用版插件也安装成功了,但测试报告界面还是看不到导出按钮?是什么原因,我公司要先看下效果
回复
到 组织-权限 分配一下导出权限,退出重新登录后试一下。
😉
杨景峰 2018-01-22 19:39:10 回复
打开/loader-wizard.php 显示:

$v) { $tmp_key = urlencode(is_int($k) ? $numeric_prefix.$k : $k); if ($key) $tmp_key = $key.'['.$tmp_key.']'; if ( is_array($v) || is_object($v) ) { $res[] = php4_http_build_query($v, null , $tmp_key); } else { $res[] = $tmp_key."=".urlencode($v); } } $separator = ini_get('arg_separator.output'); return implode($separator, $res); } function script_version() { return "2.55"; } function retrieve_latest_wizard_version() { $v = false; $s = trim(remote_file_contents(WIZARD_LATEST_VERSION_URL)); if (preg_match('/^\d+([.]\d+)*$/', $s)) { $v = $s; } return $v; } function latest_wizard_version() { if (!isset($_SESSION['latest_wizard_version'])) { $_SESSION['latest_wizard_version'] = retrieve_latest_wizard_version(); } return $_SESSION['latest_wizard_version']; } function update_is_available($lv) { if (is_numeric($lv)) { $lv_parts = explode('.',$lv); $script_parts = explode('.',script_version()); return ($lv_parts[0] > $script_parts[0] || ($lv_parts[0] == $script_parts[0] && $lv_parts[1] > $script_parts[1])); } else { return null; } } function check_for_wizard_update($echo_message = false) { $latest_version = latest_wizard_version(); $update_available = update_is_available($latest_version); if ($update_available) { if ($echo_message) { echo '

An updated version of this Wizard script is available here.
'; } return $latest_version; } else { return $update_available; } } function remote_file_contents($url) { $remote_file_opening = ini_get('allow_url_fopen'); $contents = false; if (isset($_SESSION['timing_out']) && $_SESSION['timing_out']) { return false; } @session_write_close(); $timing_out = 0; if ($remote_file_opening) { $fh = @fopen($url,'rb'); if ($fh) { stream_set_blocking($fh,0); stream_set_timeout($fh,IONCUBE_CONNECT_TIMEOUT); while (!feof($fh)) { $result = fread($fh, 8192); $info = stream_get_meta_data($fh); $timing_out = $info['timed_out']?1:0; if ($timing_out) { break; } if ($result !== false) { $contents .= $result; } else { break; } } fclose($fh); } else { $timing_out = 1; } } elseif (extension_loaded('curl')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); .................
回复
使用的什么部署方式,一键安装包部署的话,不需要再次安装ioncube扩展;如果是源码安装的,需要检查下webserver的配置,php文件没有解析。
etime00 2018-01-13 18:11:40 回复
The following problems have been found with the ionCube Loader installation:
The ionCube Loader must be the first Zend extension listed in the configuration file, C:\php_53\php.ini.
The necessary zend_extension line could not be found in the configuration.
提示这个,要怎样操作才对?
回复
按照下面的提示步骤操作即可,第3步中的代码 直接复制到 php.ini 第一行 保存 重启服务即可。
etime00 2017-12-01 10:38:34 回复
To upgrade from version 4.0.14 to version 10.0.4 of the ionCube Loader, please replace your existing loader file, ioncube_loader_lin_5.3.so, with the file of the same name from one of the following packages: 这是指那个目录,找不到?
回复
可以在php.ini配置中查找下,里面有具体的路径。
🎳
璞玉 2017-11-01 10:45:57 回复
你好,我这边用了禅道的9.5.1版本的开源linux软件,现在我将下载的/opt/zbox/app/htdocs/loader-wizard.php 放在这里,安装你们的提示输入http://localhost/loader-wizard.php ,我修改了localhost ,但是无法打开页面进行下一步,请问是什么原因。
回复
访问这个地址,页面显示什么?这儿不方便截图,可以联系下官网顶部的商务QQ,邀请加入禅道技术交流群,进行讨论。
qiushui 2017-09-28 14:37:49 回复
已经安装好了ioncube,The ionCube Loader version 10.0.3 for PHP 7.0 is installed and encoded files should run successfully.

打开禅道,仍然报错,显示

Fatal error: The file E:\workspace\php\www\zentaopms\module\common\ext\model\class\bizext.class.php was encoded by the ionCube Encoder for PHP 5.3 and cannot run under PHP 7.0. Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 5.6. in Unknown on line 0

14:36:22 The file E:\workspace\php\www\zentaopms\module\common\ext\model\class\bizext.class.php was encoded by the ionCube Encoder for PHP 5.3 and cannot run under PHP 7.0.
Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 5.6. in Unknown on line 0 when visiting
请看下这是怎么回事呢,php是7.0呀
回复
使用的是php7.0的环境,但是使用的插件包是5.6-5.6的包;可以使用php7的插件包,解压后,源码覆盖一下;然后再后台、插件、本地安装,上传php7的插件包,进行安装。操作之前,做好备份。
Ken 2017-08-26 11:39:11 回复
PHP 7.1.8 安装 ioncube 10.0版本, 安装向导 里提示安装成公,phpinfo里也是正常的 但是 访问whmcs 提示500错误,请问是什么原因呢, 权限已经给了 谢谢
回复
1. 我们的程序加密还不支持php7.1版本。
2. whcms不是我们开发的系统。请自己根据错误日志排查下。
小黄鹂 2017-08-18 18:54:08 回复
ioncube_loaders_win_vc6_x86_ipf.zip 生成不了ioncube_loader_win_5.6.dll 这个文件 是什么原因呀?
回复
解压该zip包,看下压缩包中有没有该文件。
🍧
JANE 2017-07-20 14:05:26 回复
apache下面没有www目录。也没有htdoc目录。
回复
可以放到 禅道 www/ 目录下 然后网页访问。