Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/09/2016 in all areas

  1. 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
  2. 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
  3. Allan

    Cron not running

    No problem I am still learning as I go and like to help when I can.
    2 points
  4. Strange enough, I didnt even think of that Appreciate it Allan!
    2 points
  5. Michael

    Accepted Payment Type

    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
  6. Correct as Allan said, I believe you are using cPanel they don't seem to like using the default Linux PHP location.
    2 points
  7. Paul

    Accepted Payment Type

    No. PayPal requires the customer to login to their PayPal account to process payment, so it would be useless to an admin.
    2 points
  8. Paul

    Accepted Payment Type

    Only clients can pay with non-merchant payment gateways. Login as the client, or checkout as a client.
    2 points
  9. 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
  10. Paul

    Confirm Password Reset

    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
  11. evolvewh

    menu notification count

    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
  12. Paul

    menu notification count

    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
  13. we have a fix for logicboxes module now .
    1 point
  14. evolvewh

    menu notification count

    That never existed in Blesta. It's only a feature of SupportPro which is a 3rd party add on.
    1 point
  15. Allan

    Accepted Payment Type

    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
  16. activa

    Confirm Password Reset

    It would be nice to see a 1 time link working ...
    1 point
  17. Allan

    Cron not running

    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
  18. 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
  19. i have re-run the upgrade again and it was fixed now .
    1 point
  20. Tyson

    Editing email templates

    Is this a bug report? It would be useful to have some additional information on an issue you're having.
    1 point
  21. Paul

    ACLs on Contact Types

    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
  22. 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.php
    1 point
×
×
  • Create New...