jurgonaut Posted February 24, 2009 Share Posted February 24, 2009 (edited) Hi, I downloaded the RegistrarDevKit.zip file and am trying to integrate a custom registrar module. At this very time when I try to configure the registrar module trough Configuration => Domain Registrars => Registrar Settings => xyz (listbox) I am redirected to the General Settings tab without any registrar options form being shown. Here's what I did : - Took the template.php file. - renamed it to xyz.php - modified "template_" to "xyz_" for all functions - created a directory named "xyz" under /modules/registrars and put all files in it (permissions and owner are correct) - for testing purposes I even commented out all functions except xyz_getConfigArray() Trying to debug I also discovered the table "tblregistrars" contains the fields mentioned within the getConfigArray. Adding the needed fields (Username & Password) didn't solve the problem. What am I doing wrong ? Or what did I omit in order to make the module work ? Thanks in advance for any pointers provided Edited February 24, 2009 by jurgonaut 0 Quote Link to comment Share on other sites More sharing options...
jurgonaut Posted February 24, 2009 Author Share Posted February 24, 2009 Argh ... My bad ... :-s Checked the error log, found a dumb php error in the included registrar api file. 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.