-
If you can detail your specific requirements, I'll try to help...
2003-09-30 17:34:06 UTC in OpenSRS-SF
-
Hi Tim,
I'm not sure what the future holds for the SF client. There was talk within Tucows earlier this year of wanting to create an integrated cart-based system, where one could order domains, certs, and other products, then check out. This type of client would have required many server-side changes, and I'm not sure what ever became of the idea. I was reassigned to another project, and for...
2003-09-30 17:20:22 UTC in OpenSRS-SF
-
Try commenting out line 41 of renew.cgi. Does your master_log indicate anything?.
2003-09-25 15:46:22 UTC in OpenSRS-SF
-
Check the config option 'cookie_domain' and make sure the value is valid...
2003-09-25 01:56:47 UTC in OpenSRS-SF
-
Is the config value 'allow_renewals' set to 1?.
2003-09-25 01:55:30 UTC in OpenSRS-SF
-
After a cursory look, it appears there might be a typo in the template 'templates/domain/manage/extras.html'. Try changing line 179 from:
<input name="forwarding_email" size=30 value="{{email}}" class=textbox>
to:
<input name="email" size=30 value="{{email}}" class=textbox> .
2003-09-25 01:51:16 UTC in OpenSRS-SF
-
Check the config option 'cookie_domain' to ensure its it correct. If the cookie is not passed correctly, authentication will fail...
2003-09-25 01:44:16 UTC in OpenSRS-SF
-
I am unable to duplicate this problem. In all instances noted, the proper state is selected by default. Are there any other circumstances that might offer additional clues?.
2003-05-19 19:49:15 UTC in OpenSRS-SF
-
This was fixed in 2.15 (or from CVS). From the CHANGELOG:
[*] Fixed bug in manage.cgi add_ns() where non-auth nameserver additions would fail with a false input error.
2003-05-02 21:56:40 UTC in OpenSRS-SF
-
What is the exact error message you get? Do you have any renewal hooks? What is the code?.
2003-05-02 17:37:43 UTC in OpenSRS-SF