Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. So they are destroyed so they can't run at all? If so it's not that then . Wonder if it's a server issue?
  2. Did you disable the old cron job?
  3. I take it you didn't enter the username correctly in the username box?
  4. Settings > Modules > cPanel (Install and set-up) Then Packages > create package > select module (cPanel) and package > and a package group. Then go to client profile > New service > Add and un-tick use module and save.
  5. I believe they both count the number of accounts on the WHM. If they don't add up I would be worried. If you want to move accounts to the different module you'll have to cancel them on the old one (un-tick use module) and then re-add with the new module (un-tick use module) so it doesn't remove the account and then try to re-make the account.
  6. I would personally recommend you look at the import scripts and change one to your needs? /plugins/import_manager/components/migrators/blesta/2.5/ /plugins/import_manager/components/migrators/whmcs/5.2/ Otherwise I'd check: http://source-docs.blesta.com/index.html and https://docs.blesta.com/display/dev/Overview they are the best places for developers.
  7. Is there just one cron job? maybe when clicking it, the invoice is made twice? If not then I'm not sure what could be causing it.
  8. Have you tried another browser? Maybe the current browser is playing up?
  9. Good luck surprised they'll let the buyer move it to Blesta.
  10. My Info > Notices > Account Registration If you don't have any notices: Settings > System > Staff > Staff groups > Admin: Edit > At the bottom tick the boxes and then do the above.
  11. If the license stays with LicensePal they / yourself don't need to pay that fee, would you like the thread to still be open and you can make a sale or would you like us to close it as you wished above?
  12. They can't however transfer from LicensePal to Blesta direct can they mate?
  13. Nope he said it expired in 2014, which would be when the support and updates expired for $99 licenses (not sure what price it was at LicensePal when the OP bought it).
  14. The issue here is the link to the database (we need what the module field names are, the module name they call it, and ensure the information is correct, which only show up on the admin side the client just gets the fronted and not sure if theirs is different to the backend. You can try doing it yourself just need to make a file called whmcsenomname.php with this style of content: <?php Configure::set("netearthone.map", array( 'module' => "logicboxes", 'module_row_key' => "username", 'module_row_meta' => array( (object)array('key' => "registrar", 'value' => "NetEarthOne", 'serialized' => 0, 'encrypted' => 0), (object)array('key' => "reseller_id", 'value' => (object)array('module' => "resellerid"), 'serialized' => 0, 'encrypted' => 0), (object)array('key' => "key", 'value' => (object)array('module' => "apikey"), 'serialized' => 0, 'encrypted' => 1), (object)array('key' => "sandbox", 'value' => (object)array('module' => "testmode"), 'serialized' => 0, 'encrypted' => 0) ), 'package_meta' => array( (object)array('key' => "ns", 'value' => array(), 'serialized' => 1, 'encrypted' => 0), (object)array('key' => "tlds", 'value' => (object)array('package' => "tlds"), 'serialized' => 1, 'encrypted' => 0), (object)array('key' => "type", 'value' => "domain", 'serialized' => 0, 'encrypted' => 0) ), 'service_fields' => array( 'domain' => (object)array('key' => "domain-name", 'serialized' => 0, 'encrypted' => 0) ) )); ?> There's no map for the universal domains either unless it uses the universal module database.
  15. It only imports domains to the domain registrar module if the map is done otherwise they go to the universal module. You can find maps in: /plugins/import_manager/components/migrators/whmcs/5.2/config/ There's no Enom map I can help but you will need to show me your WHMCS admin area (Settings for products and a service with a client) on teamviewer or something as I've not got an installation to get the variables you need for the map.
  16. The database is set in UTC so it won't match your settings / PHP etc.
  17. You need a custom plugin using the Api to do that it's possible but not out of the box.
  18. You can probably do it by API :- https://docs.blesta.com/display/dev/API http://source-docs.blesta.com The guys will be able to point you in the right direction if it is possible.
  19. You can just let customers pick the configs after they click the link to order.
  20. Not at the moment you could open a feature request but i'm not a fan of that myself.
  21. The only reason I can think the support tickets won't auto close is if the client has replied last?
  22. Michael

    Blesta 4.0.0

    You can follow the development there: - Public tasks: http://dev.blesta.com/projects/CORE/versions/10603 - Latest Sprint (currently on 5 out of 6): http://dev.blesta.com/secure/RapidBoard.jspa?projectKey=CORE&rapidView=1
  23. not in 4.0 as it's halfway in development. After maybe depends on the guys
  24. Sounds like you have the module twice in the database. I would re-install the module or check the database to ensure there's only one record for the module.
×
×
  • Create New...