Jump to content

ddns_webdev

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ddns_webdev

  1. When searching for a domain, the following two entries are accepted: example.com Example But if you put a capital letter, AND put the extension in, it returns back 'the domain is invalid'. Example.com This appears to happen on both 5.0.3 and 5.1.2 versions.
  2. I posted this several days ago in the existing thread (in the Beta forum at: - link removed - ) about the Transfer Sync cron, but my post apparently had to be approved, which it hasn't been. So I thought I'd try here: We're using custom registrar modules, so I'm trying to build this into our modules. I've set up the _Sync and _TransferSync functions, which are called & working fine, however I'm not sure what the return values for 'success' should be. Have checked the above page but it doesn't seem to have any info on the new sync functions. I can return an error message fine using array('error' => 'error description') from both functions. Returning anything else (eg. false/true) from the _Sync function makes no difference - the sync lists the domain as In Sync. What I'm hoping we can do is return 'In Sync', but have a message as well if there was an update performed. Eg. In Sync: Expiry date updated. Possible? From the _TransferSync function, I need to know how to return 'transfer complete'. Currently I am manually updating the DB entry to Active within that function, but there must be a better way, as it still shows 'transfer in progress' on that printout of the report. What should we return for transfer complete? False & true don't work.
  3. We had our orderform template named web20cart_oursite_orig. After upgrading to 5.1.2, we now get the smarty error "unable to read resource: <path>/templates/orderforms/web20cartoursiteorig/configuredomains.tpl" when attempting to order a domain, and the page just displays a header & footer with no content. I copied the contents of web20cart_oursite_orig to web20cartoursite, selected that as the template in Admin > Settings > Ordering, and now the template is displaying correctly. So it appears there is a bug with the orderform template paths - it is ignoring underscores in the folder name.
  4. If you disable the System Overview widget for an admin, their Admin homepage still shows the red 'Attention items' box, but doesn't load anything into it, so it just sits there spinning forever. Only started happening when I upgraded to the latest 5.1.2. Not a critical bug obviously, but slightly annoying
×
×
  • 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