What I have :
I try to setup a cakephp1.3 application.
In my app, ionCube Loader is used.
ERROR :
I am getting below error
"License validation problem: License invalid. Please review the Knowledge Base for information on how to resolve this problem."
What I tried :
1. http://blog.eukhost.com/webhosting/ioncube-installation-globally/
2.
<?php
print_r(get_loaded_extensions());
?>
its give me :
Array (
.......
.......
[50] => paradox
[51] => ionCube Loader
[52] => Zend Optimizer
)
I think "ionCube Loader" is already installed.
What I want:
How to resolved below error
"License validation problem: License invalid. Please review the Knowledge Base for information on how to resolve this problem."