-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
Not sure if PauloV has a import map for OpenSRS. suppose you could try making one and put opensrs. And I believe my Map should work unless they call it something else in the database.
-
How does WHMCS display Stargate on the modules page?
-
You need to go to: /plugins/import_manager/components/migrators/whmcs/5.2/config/ and then make that file and paste that code inside it.
-
The credit cards should come over as far as I know as long as you have entered the hash. Stargate use Logicboxes so they should also be imported. UK2 doesn't have a module to import over so that would end up in the Universal Module. Edit: Ah Blesta doesn't have it ok, try this. Go to: /plugins/import_manager/components/migrators/whmcs/5.2/config/ Then make a file called stargate.php Put this in it: <?php Configure::set("stargate.map", array( 'module' => "logicboxes", 'module_row_key' => "username", 'module_row_meta' => array( (object)array('key' => "registrar", 'value' => "Stargate", '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) ) )); ?>
-
ok just make sure you use a blank database.
-
Everyone I know gives full permissions. If you trust the software / script you don't need to worry as certain features require certain commands.
-
500 Internal Server Error At Installation
Michael replied to kikloo's question in Pre-Sales Questions
Go to the client's service and click Manage, then select Change renew date on the Actions drop down, and put in the correct date. Video: http://screencast.com/t/wnWhQLqwPhKD If you want to expire you can just select the correct action for cancel and pick the date you wish. Video: http://screencast.com/t/Hv4sQdLD72H Shared hosting is probably your default order form, You can do either of the following: 1. Make an order form with both groups (I recommend the List Wizard style) and it will show both groups. or 2. Make two sections for ordering: http://www.blesta.com/forums/index.php?/topic/1340-multiple-order-forums-on-client-portal/ -
See: WHMCS config options
-
If you change it in the client area only that language changes. It would be nice if we can choice the language per admin but it should be in the my info bit
-
Moved to the developer area for you
-
When did you sort the uploads folder after you imported or before, and when did you add the geoip and invoice logo?
-
You don't need it there, because if you sort that before you install the plugins they are created automatically.
-
Sounds like a feature request would you like me to move it?
-
500 Internal Server Error At Installation
Michael replied to kikloo's question in Pre-Sales Questions
Blesta takes what WHMCS gives it. If it's wrong you can't point it at Blesta. -
500 Internal Server Error At Installation
Michael replied to kikloo's question in Pre-Sales Questions
PHPMyAdmin to add them like I did with you on team viewer when sorting whmcs's mess. WHMCS doesn't store the order-id in the table so we can't get them imported. You can also use Naja7host's module: http://www.blesta.com/forums/index.php?/topic/671-logicbox-reloaded/ -
30 is mine as it's best to keep a month on record before you clean them.
-
That might look untidy mate.
-
500 Internal Server Error At Installation
Michael replied to kikloo's question in Pre-Sales Questions
You're more than welcome mate. Please go to: Settings > Company > Billing/Payment > uncheck "Automatically Apply Loose Credits" How to un-apply credit on an invoice: http://screencast.com/t/j3vsiSQvZ If the invoice is non paid it will get suspended, if you have "Cancel Service Changes Days After Due" on the above page it will cancel the service if not paid. if it is paid it will renew. I have heard that a few domain registrar modules don't have this function in it yet to renew so you can add it or do it manually for now. Sorry I can't find it on the forum PauloV did the edits I believe. It's to ensure the server doesn't overload if you run it too fast and the cron may take a few minutes to run all the tasks. -
[Module] Blesta License (Resell Blesta Licenses) Official
Michael replied to Paul's topic in The Marketplace
Great work guys will help people -
Like I said aboveā¦ See: http://screencast.com/t/QNrGoX4gB