ArlindM Posted September 19, 2017 Share Posted September 19, 2017 I'm working on building a custom module for connecting to the .mk registry through EPP. I'm making use of the code https://github.com/AfriCC/php-epp2. I modified it to fit the needs of the registry and it works great from the local computer. However, when I uploaded it online I have difficulties to use the namespace. The code I use is: use AfriCC\EPP\Frame\Command\Check\Domain as CheckDomain; I get an error that says cannot find the class: exception 'Whoops\Exception\ErrorException' with message 'Class 'Domain' not found' in /home/luckyyhv/public_html/clients/includes/hooks/example.php:69 I've already uploaded all the code as a class in the includes/classes/AfriCC... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.