Leaderboard
Popular Content
Showing content with the highest reputation on 12/09/2016 in all areas
-
New SSL Store Module Question
Blesta Addons and one other reacted to Paul for a topic
The module was released by them under the MIT license on our Github at https://github.com/blesta/module-thesslstore and we will be accepting pull requests for bugs and improvements from them, us, and the community. I'm sure the module will be improved, especially after we get more feedback from people.2 points -
The SSL Store wrote this initial release and made it a requirement. I'm not exactly sure why, but I assume they had some business reason for this.2 points
-
No problem I am still learning as I go and like to help when I can.2 points
-
Cron not running
Michael and one other reacted to brandon.forerivertech for a question
Strange enough, I didnt even think of that Appreciate it Allan!2 points -
You can use the record payment mate, and if you set up a debit Accepted payment type you can say PayPal (Manual) and use that.2 points
-
Cron not running
brandon.forerivertech and one other reacted to Michael for a question
Correct as Allan said, I believe you are using cPanel they don't seem to like using the default Linux PHP location.2 points -
No. PayPal requires the customer to login to their PayPal account to process payment, so it would be useless to an admin.2 points
-
Only clients can pay with non-merchant payment gateways. Login as the client, or checkout as a client.2 points
-
New Domain Transfer Policy
Michael reacted to Blesta Addons for a topic
is ok, for both is working , maybe is not the best solution , but is working : ) search if (!empty($post)) { $api->loadCommand("logicboxes_contacts"); $contacts = new LogicboxesContacts($api); foreach ($sections as $section) { $contact = array(); foreach ($post as $key => $value) { if (strpos($key, $section . "_") !== false && $value != "") $contact[str_replace($section . "_", "", $key)] = $value; } $response = $contacts->modify($contact); $this->processResponse($api, $response); if ($this->Input->errors()) break; } $vars = (object)$post; } change by if (!empty($post)) { $domain_info = $domains->details(['order-id' => $fields->{'order-id'}, 'options' => "OrderDetails"])->response(); $tld = $this->getTld($fields->{'domain-name'}, true); $contact_type = $this->getContactType($tld); foreach ($sections as $section) { $contact = []; foreach ($post as $key => $value) { if (strpos($key, $section . "_") !== false && $value != "") { $contact[str_replace($section . "_", "", $key)] = $value; } if (empty($contact["company"])) { $contact["company"] = "Not Applicable"; } if (empty($contact["zipcode"])) { $contact[$key] = "00000"; } $contact["customer-id"] = $domain_info->customerid; $contact["type"] = $contact_type ; } $contact_id = $this->createContact($package->module_row, $contact); $new_contact[$section] = $contact_id; } $customer_id = $this->getCustomerId($package->module_row, $client->email); $data = [ 'order-id' => $fields->{'order-id'}, 'reg-contact-id' => $new_contact["registrantcontact"], 'admin-contact-id' => $new_contact["admincontact"], 'tech-contact-id' => $new_contact["techcontact"], 'billing-contact-id' => $new_contact["billingcontact"] ]; // Request for Opt-Out of 60 day lock that is applied post Registrant Change $data['sixty-day-lock-optout'] = false; // Handle special assignment case for .AU $attr = []; $attr['skipIRTP'] = true; // Skip IRTP Process $data = array_merge($data, $this->createMap($attr)); $response = $domains->modifyContact($data); $this->processResponse($api, $response); $vars = (object)$post; }1 point -
I'd suggest posting this on https://requests.blesta.com to request that the password link expire after it's used. It's not a bug, but it is a good idea.1 point
-
I'm confused as to why you would post it here in relation to v4 Blesta when it's not a standard option for the core part of Blesta. It only relates to this 3rd party Plugin unless I'm missing something else here.1 point
-
If you've tried the Support Manager Pro and it's not working as expected in v4, the author may be willing to update the plugin. They'll likely want to update it anyway, to make use of the new bootstrap buttons and font awesome icons used throughout the admin UI.1 point
-
New Domain Transfer Policy
evolvewh reacted to Blesta Addons for a topic
we have a fix for logicboxes module now .1 point -
That never existed in Blesta. It's only a feature of SupportPro which is a 3rd party add on.1 point
-
Thank you I googled and found and old post here on how to do that, I believe it was you that replied to the person to help them.1 point
-
It would be nice to see a 1 time link working ...1 point
-
I had the same problem at first I went and did some digging around and found that if you add /local between /usr/bin it worked. /usr/local/bin/php /home/1 point
-
New Domain Transfer Policy
evolvewh reacted to Blesta Addons for a topic
some module will not support update contacts and whois information , and maybe also the transfert also . i have tested with logicbox module, and updating the whois is not working .1 point -
Billing overview Widget error
Michael reacted to Blesta Addons for a question
i have re-run the upgrade again and it was fixed now .1 point -
Is this a bug report? It would be useful to have some additional information on an issue you're having.1 point
-
When you create a contact you can set permissions for the contact. Both staff, and clients creating sub-contacts. These are not the same as Staff ACLs, but should be sufficient for most cases. In this screenshot, the "Support" permission is from the Support Manager plugin, so you should be able to accomplish what you want with your Cerberus integration.1 point
-
Blesta version 4.0.0-b4 (BETA 4) is now available. You can download it from right here (Client Area Login Required). If you haven't seen the blog post announcement for 4.0.0 BETA 1, you can read it here. This is a BETA release. Beta releases are not considered stable enough for production use, and are UNSUPPORTED. DO NOT INSTALL IN A PRODUCTION ENVIRONMENT. Please report any bugs you find in the v4 beta bug forum. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.0.0-b1-b4. SEE BETA 4 ONLY For older releases see all Change Logs. What to Test! 1. PHP 7. The focus of this beta was largely PHP 7 support. Check change log for more. Known issues 1. An error is encountered when logging in or out with PHP 7, if errorReporting is enabled in /config/blesta.php1 point