“How to Fix Xampp Error with Ioncube Loader”
I've installed Xampp on windows 10 laptop, my php files needs ioncube loader which i've installed
but there is a problem after copying ioncube_loader_win_5.6.dll into php/ext folder and made changes to php.ini file where i need to put a line "zend_extension = "C:xamppphpextioncube_loader_win_5.6.dll"
after doing this my phpmyadmin page don't work gives the below error
Warning: require_once(/byte_safe_strings.php): failed to open stream: No such file or directory in on line 57
Fatal error: require_once(): Failed opening required '/byte_safe_strings.php' (include_path='C:xamppphpPEAR') in on line 57
if i remove the ioncube_loader_win_5.6.dll file, the phpmyadmin page works
can anyone help me sort this problem?
xampp ioncube
|
show 2 more comments
I've installed Xampp on windows 10 laptop, my php files needs ioncube loader which i've installed
but there is a problem after copying ioncube_loader_win_5.6.dll into php/ext folder and made changes to php.ini file where i need to put a line "zend_extension = "C:xamppphpextioncube_loader_win_5.6.dll"
after doing this my phpmyadmin page don't work gives the below error
Warning: require_once(/byte_safe_strings.php): failed to open stream: No such file or directory in on line 57
Fatal error: require_once(): Failed opening required '/byte_safe_strings.php' (include_path='C:xamppphpPEAR') in on line 57
if i remove the ioncube_loader_win_5.6.dll file, the phpmyadmin page works
can anyone help me sort this problem?
xampp ioncube
Unless you're forced not to update, as PHP 5.6 is EOL I'd recommend first switching to the XAMPP for PHP 7.1 or 7.2. As a side effect of that the issue you have may go away.
– Nick
Jan 1 at 21:01
I've upgraded the xampp for 7.1 and ioncube loaders for the same but now this error shows up:C:xampphtdocsunlockdealindex.php was encoded by the ionCube Encoder for PHP 5.0 and cannot run under PHP 7.1. 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
– vijay nirmal
Jan 1 at 23:23
In this case try asking the script provider to give you scripts built to work on PHP 7. ionCube support (ioncu.be/S) might be able to help with reaching out to the creator if necessary. Disclosure: I am associated with ionCube.
– Nick
Jan 2 at 10:54
Thanks for your reply, the creator of the script is no longer in contact with me, is there any other way to run this properly? Also, why dont it run in php 5.6 in my shared hosting it gives this error: Parse error: syntax error, unexpected end of file in /path to file//functions.php on line 1642. all though the script is proper there is no syntax errors.
– vijay nirmal
Jan 2 at 15:51
The main issue with some files on Windows should be resolved in Loader 10.3.2 due for release release later today or tomorrow. If any other issue persists after the update then contacting ionCube support is the best thing. Also if you create a ticket saying that you'd like to get hold of updated files, they may be able to get in touch with the script creator for you.
– Nick
Jan 2 at 16:21
|
show 2 more comments
I've installed Xampp on windows 10 laptop, my php files needs ioncube loader which i've installed
but there is a problem after copying ioncube_loader_win_5.6.dll into php/ext folder and made changes to php.ini file where i need to put a line "zend_extension = "C:xamppphpextioncube_loader_win_5.6.dll"
after doing this my phpmyadmin page don't work gives the below error
Warning: require_once(/byte_safe_strings.php): failed to open stream: No such file or directory in on line 57
Fatal error: require_once(): Failed opening required '/byte_safe_strings.php' (include_path='C:xamppphpPEAR') in on line 57
if i remove the ioncube_loader_win_5.6.dll file, the phpmyadmin page works
can anyone help me sort this problem?
xampp ioncube
I've installed Xampp on windows 10 laptop, my php files needs ioncube loader which i've installed
but there is a problem after copying ioncube_loader_win_5.6.dll into php/ext folder and made changes to php.ini file where i need to put a line "zend_extension = "C:xamppphpextioncube_loader_win_5.6.dll"
after doing this my phpmyadmin page don't work gives the below error
Warning: require_once(/byte_safe_strings.php): failed to open stream: No such file or directory in on line 57
Fatal error: require_once(): Failed opening required '/byte_safe_strings.php' (include_path='C:xamppphpPEAR') in on line 57
if i remove the ioncube_loader_win_5.6.dll file, the phpmyadmin page works
can anyone help me sort this problem?
xampp ioncube
xampp ioncube
asked Jan 1 at 16:40


vijay nirmalvijay nirmal
6
6
Unless you're forced not to update, as PHP 5.6 is EOL I'd recommend first switching to the XAMPP for PHP 7.1 or 7.2. As a side effect of that the issue you have may go away.
– Nick
Jan 1 at 21:01
I've upgraded the xampp for 7.1 and ioncube loaders for the same but now this error shows up:C:xampphtdocsunlockdealindex.php was encoded by the ionCube Encoder for PHP 5.0 and cannot run under PHP 7.1. 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
– vijay nirmal
Jan 1 at 23:23
In this case try asking the script provider to give you scripts built to work on PHP 7. ionCube support (ioncu.be/S) might be able to help with reaching out to the creator if necessary. Disclosure: I am associated with ionCube.
– Nick
Jan 2 at 10:54
Thanks for your reply, the creator of the script is no longer in contact with me, is there any other way to run this properly? Also, why dont it run in php 5.6 in my shared hosting it gives this error: Parse error: syntax error, unexpected end of file in /path to file//functions.php on line 1642. all though the script is proper there is no syntax errors.
– vijay nirmal
Jan 2 at 15:51
The main issue with some files on Windows should be resolved in Loader 10.3.2 due for release release later today or tomorrow. If any other issue persists after the update then contacting ionCube support is the best thing. Also if you create a ticket saying that you'd like to get hold of updated files, they may be able to get in touch with the script creator for you.
– Nick
Jan 2 at 16:21
|
show 2 more comments
Unless you're forced not to update, as PHP 5.6 is EOL I'd recommend first switching to the XAMPP for PHP 7.1 or 7.2. As a side effect of that the issue you have may go away.
– Nick
Jan 1 at 21:01
I've upgraded the xampp for 7.1 and ioncube loaders for the same but now this error shows up:C:xampphtdocsunlockdealindex.php was encoded by the ionCube Encoder for PHP 5.0 and cannot run under PHP 7.1. 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
– vijay nirmal
Jan 1 at 23:23
In this case try asking the script provider to give you scripts built to work on PHP 7. ionCube support (ioncu.be/S) might be able to help with reaching out to the creator if necessary. Disclosure: I am associated with ionCube.
– Nick
Jan 2 at 10:54
Thanks for your reply, the creator of the script is no longer in contact with me, is there any other way to run this properly? Also, why dont it run in php 5.6 in my shared hosting it gives this error: Parse error: syntax error, unexpected end of file in /path to file//functions.php on line 1642. all though the script is proper there is no syntax errors.
– vijay nirmal
Jan 2 at 15:51
The main issue with some files on Windows should be resolved in Loader 10.3.2 due for release release later today or tomorrow. If any other issue persists after the update then contacting ionCube support is the best thing. Also if you create a ticket saying that you'd like to get hold of updated files, they may be able to get in touch with the script creator for you.
– Nick
Jan 2 at 16:21
Unless you're forced not to update, as PHP 5.6 is EOL I'd recommend first switching to the XAMPP for PHP 7.1 or 7.2. As a side effect of that the issue you have may go away.
– Nick
Jan 1 at 21:01
Unless you're forced not to update, as PHP 5.6 is EOL I'd recommend first switching to the XAMPP for PHP 7.1 or 7.2. As a side effect of that the issue you have may go away.
– Nick
Jan 1 at 21:01
I've upgraded the xampp for 7.1 and ioncube loaders for the same but now this error shows up:C:xampphtdocsunlockdealindex.php was encoded by the ionCube Encoder for PHP 5.0 and cannot run under PHP 7.1. 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
– vijay nirmal
Jan 1 at 23:23
I've upgraded the xampp for 7.1 and ioncube loaders for the same but now this error shows up:C:xampphtdocsunlockdealindex.php was encoded by the ionCube Encoder for PHP 5.0 and cannot run under PHP 7.1. 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
– vijay nirmal
Jan 1 at 23:23
In this case try asking the script provider to give you scripts built to work on PHP 7. ionCube support (ioncu.be/S) might be able to help with reaching out to the creator if necessary. Disclosure: I am associated with ionCube.
– Nick
Jan 2 at 10:54
In this case try asking the script provider to give you scripts built to work on PHP 7. ionCube support (ioncu.be/S) might be able to help with reaching out to the creator if necessary. Disclosure: I am associated with ionCube.
– Nick
Jan 2 at 10:54
Thanks for your reply, the creator of the script is no longer in contact with me, is there any other way to run this properly? Also, why dont it run in php 5.6 in my shared hosting it gives this error: Parse error: syntax error, unexpected end of file in /path to file//functions.php on line 1642. all though the script is proper there is no syntax errors.
– vijay nirmal
Jan 2 at 15:51
Thanks for your reply, the creator of the script is no longer in contact with me, is there any other way to run this properly? Also, why dont it run in php 5.6 in my shared hosting it gives this error: Parse error: syntax error, unexpected end of file in /path to file//functions.php on line 1642. all though the script is proper there is no syntax errors.
– vijay nirmal
Jan 2 at 15:51
The main issue with some files on Windows should be resolved in Loader 10.3.2 due for release release later today or tomorrow. If any other issue persists after the update then contacting ionCube support is the best thing. Also if you create a ticket saying that you'd like to get hold of updated files, they may be able to get in touch with the script creator for you.
– Nick
Jan 2 at 16:21
The main issue with some files on Windows should be resolved in Loader 10.3.2 due for release release later today or tomorrow. If any other issue persists after the update then contacting ionCube support is the best thing. Also if you create a ticket saying that you'd like to get hold of updated files, they may be able to get in touch with the script creator for you.
– Nick
Jan 2 at 16:21
|
show 2 more comments
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53997168%2fhow-to-fix-xampp-error-with-ioncube-loader%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53997168%2fhow-to-fix-xampp-error-with-ioncube-loader%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Unless you're forced not to update, as PHP 5.6 is EOL I'd recommend first switching to the XAMPP for PHP 7.1 or 7.2. As a side effect of that the issue you have may go away.
– Nick
Jan 1 at 21:01
I've upgraded the xampp for 7.1 and ioncube loaders for the same but now this error shows up:C:xampphtdocsunlockdealindex.php was encoded by the ionCube Encoder for PHP 5.0 and cannot run under PHP 7.1. 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
– vijay nirmal
Jan 1 at 23:23
In this case try asking the script provider to give you scripts built to work on PHP 7. ionCube support (ioncu.be/S) might be able to help with reaching out to the creator if necessary. Disclosure: I am associated with ionCube.
– Nick
Jan 2 at 10:54
Thanks for your reply, the creator of the script is no longer in contact with me, is there any other way to run this properly? Also, why dont it run in php 5.6 in my shared hosting it gives this error: Parse error: syntax error, unexpected end of file in /path to file//functions.php on line 1642. all though the script is proper there is no syntax errors.
– vijay nirmal
Jan 2 at 15:51
The main issue with some files on Windows should be resolved in Loader 10.3.2 due for release release later today or tomorrow. If any other issue persists after the update then contacting ionCube support is the best thing. Also if you create a ticket saying that you'd like to get hold of updated files, they may be able to get in touch with the script creator for you.
– Nick
Jan 2 at 16:21