Jump to content

ArlindM

Member
  • Posts

    1
  • Joined

  • Last visited

About ArlindM

Recent Profile Visitors

204 profile views

ArlindM's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. 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...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated