Jump to content

Michael

Moderators
  • Posts

    9,521
  • Joined

  • Last visited

  • Days Won

    185

Reputation Activity

  1. Like
    Michael reacted to AlexF in CRM for Blesta   
    Hello everyone.
    It's been a while no hear anything from me   So... let me show off the CRM for Blesta. https://demo.isip.ca/admin/login/ user: crm pass: crmcrm
  2. Like
    Michael reacted to Tyson in Square Payment Gateway (Alpha)   
    If I were adding that myself, I would set an embed code for that specific order page from Blesta under Packages > Order Forms > (Settings tab). Refer to the docs for an example.
  3. Like
    Michael reacted to Paul in Owned Unbranded license   
    The license is eligible for transfer but will need Support & Updates as well as the transfer fee, since Support & Updates expired 5 years ago. ($39 + $25 = $64 total to transfer).
  4. Like
    Michael reacted to bunny in Owned Unbranded license   
    I bought licenses directly from blesta.com, buyer paying the transfer fee ($25 )
  5. Like
    Michael reacted to octoma in Square Payment Gateway (Alpha)   
    I found a solution. Its a square peg in a round hole but, it works.
    edit the blesta->app->views->client->bootstrap->client_pay_method.pdt
    remove line 75:                     
    <h4><?php echo $this->Html->ifSet($options_heading);?></h4>  
    then add  this to the very bottom of the page:     
    <script> jQuery(function(){    jQuery('.gateway').click();    $('.gateway').parent().hide(); }); </script>
    The form will process without the need for the customer to click the radio button.
  6. Like
    Michael reacted to Paul in Sell Serial Numbers, License Keys Or Registration Codes Possible With Blesta   
    Wouldn't @Blesta Addons Data Pools module work for selling keys that you have? https://blesta-addons.com/plugin/news/main/view/10/
    The license manager in Blesta generates the keys, but if you just want to sell keys from a list of keys that you have, then seems like the module above would do the job for you.
  7. Like
    Michael reacted to coreyman in Should I delete duplicate users from Blesta before a WHMCS import?   
    Thanks! Will be backing up everything prior to import.
  8. Like
    Michael reacted to Paul in Should I delete duplicate users from Blesta before a WHMCS import?   
    Imports should usually be done on a fresh Blesta install. If there is a conflict between the user in Blesta and WHMCS, the import will result in an error. It's also important that your Staff user not be the same in WHMCS also. So yes, I would say remove the duplicates.
    Also, backup your Blesta database prior to the import. If anything goes wrong, you can restore the database and be able to re-attempt.
  9. Like
    Michael reacted to Paul in License key issue..   
    That's weird that your Apache SSL settings would have any bearing on PHP and egress connections. Glad it works though, thanks for the update! Best guess is that maybe you were missing OpenSSL, and setting up Apache correctly got you the necessary libraries.
  10. Like
    Michael reacted to mobbdeep in License key issue..   
    It appears adding TLS support properly in my Apache config worked. To those who are using a setup like mine:
    LAMP stack on CentOS 7 Used @Blesta.Store's tutorial (https://licensecart.com/brain/knowledgebase/398/How-to-install-Blesta-on-CentOS-without-a-panel.html) Let's Encrypt SSL Apache vHost (which you need anyway to use Let's Encrypt) Your Apache config file needs to look like so:
    <VirtualHost *:80> ServerAdmin email@yourdomain.com DocumentRoot "/var/www/html/yourdomain.com/" ServerName yourdomain.com ServerAlias www.yourdomain.com ErrorLog "/var/log/httpd/yourdomain.com-error_log" CustomLog "/var/log/httpd/yourdomain.com-access_log" combined <Directory "/var/www/html/yourdomain.com/"> DirectoryIndex index.html index.php Options Indexes MultiViews FollowSymLinks AllowOverride All Require all granted </Directory> Redirect permanent / httpd://yourdomain.com/ </VirtualHost> <VirtualHost *:443> ServerAdmin email@yourdomain.com DocumentRoot "/var/www/html/yourdomain.com/" ServerName yourdomain.com ServerAlias www.yourdomain.com ErrorLog "/var/log/httpd/yourdomain.com-error_log" CustomLog "/var/log/httpd/yourdomain.com-access_log" combined <If "%{HTTP_HOST} == 'www.yourdomain.com'"> Redirect permanent / https://yourdomain.com/ </If> <Directory "/var/www/html/yourdomain.com/"> DirectoryIndex index.html index.php Options Indexes MultiViews FollowSymLinks AllowOverride All Require all granted </Directory> SSLEngine On SSLProtocol -ALL +TLSv1.1 +TLSv1.2 SSLCertificateFile /etc/letsencrypt/live/yourdomain.com/cert.dh.pem SSLCertificateKeyFile /etc/letsencrypt/live/yourdomain.com/privkey.pem SSLCertificateChainFile /etc/letsencrypt/live/yourdomain.com/chain.pem </VirtualHost> SSLProtocol -ALL +TLSv1.1 +TLSv1.2 is what's vital in this situation I was having.
  11. Like
    Michael reacted to Paul in Import with some error text. What does it all mean?   
    WHMCS plays very loose with their data, so sometimes there is no data when data is expected and required and it results in an error. Check your WHMCS database to make sure all clients/contacts have a client ID. The subsequent errors are likely a result of the first.
    If you need help, and are willing to securely share a dump of your WHMCS database, we can attempt the import here and debug any issues and either update the importer to work for you, or send you a fresh Blesta database with your imported data. We delete all data when we are finished.
  12. Like
    Michael reacted to Jason Ryan in Lutfi Cloud - Blesta Client Template & Hosting Template   
    Yeah, haven't seen him in here in a bit. I figured I'd get him to answer here instead of creating a ticket, which looks like I will have to do anyway. Thanks, I'll report back.
  13. Like
    Michael reacted to Paul in License does not exist?   
    Thanks for handling Mike.
  14. Like
    Michael reacted to Beav in Delete client???   
    You could manage each individual service and UNSELECT 'Use Module' while removing the service to remove without using API (i.e remove just from Blesta side). Once there are no active services / invoices you should be able to remove the client as expected
  15. Like
    Michael got a reaction from BeZazz in License does not exist?   
    Hi this is with us and it's because of the label, I've re-issued it for you and replied to your PM. However as it's not a Blesta issue the guys at Blesta can't help.
  16. Like
    Michael reacted to Blesta Addons in Even if I try to make a package, the Cpanel module is not displayed   
    you should contact your host to activate the option for you to get packages via API .
  17. Like
    Michael reacted to BeZazz in Refund issue   
    Feel free to open a support ticket.
    When a topic is closed it does not mean create a new topic with the same content.
     
     
  18. Like
    Michael reacted to Tyson in Looking for blesta-client.js   
    What are you trying to do exactly? If you're creating a new template set, you probably want to write your own JavaScript to use in the client UI.
    You could strip out the Bootstrap JavaScript from app.min.js. I believe everything defined before "function(t){t.fn.extend({blestaRequest:function" is related to Bootstrap.
  19. Like
    Michael reacted to Dimitar in Looking for blesta-client.js   
    Well doing it as you said worked.
     Thanks
  20. Like
    Michael got a reaction from Paul in Forget password on blesta.store   
    Replied.
  21. Like
    Michael reacted to Blesta Addons in Hetzner Cloud Module Comming Soon ...   
    Hello All,
    Today we want to announce that we are almost finished the development of our new module for Hetzner Cloud. the module will handel, create, suspend, unsuspend, cancel, rebuild(r- install), reset password and change hostname from admin and client area.
    in our upcoming release, we will add support for volumes, floating ips .
    now with this module we will cover the two big companies in Europe (with OVH server module already done).
  22. Thanks
    Michael reacted to Paul in Softaculous Auto Installer Plugin   
    A plugin called Soft Auto Installer has been released, and should be included with Blesta 4.5+. Currently it integrates with the official cPanel module to deploy applications when the cPanel account is provisioned. Other modules may be included in the future.
    To download and use, see the docs at https://docs.blesta.com/display/user/Soft+Auto+Installer
    Use it to sell WordPress, or Drupal, or Blesta hosting and when clients purchase the application will be automatically deployed right after the cPanel account is created.
  23. Like
    Michael reacted to Joseph H in Wrong invoice date   
    I dont think it's wrong. It shows the day of the invoice generation. On your settings you have set generate invoice 10 days before due.
  24. Like
    Michael reacted to Paul in Password Reset Help   
    You cannot re-install Blesta someplace and copy your database. You will permanently break your installation. /config/blesta.php contains a CRITICAL system key that must match your database. For moving Blesta, please read this guide - https://docs.blesta.com/display/user/Moving+Blesta and note the red box that says the following:
     
     
     
  25. Like
    Michael reacted to m.bajamis in Invalid Trial Licence   
    have same problem too, while making server config and reset server - was thinking that license will remain valid after reinstate, but it tells me to write sales dept, so I do but 3 days no reaction after 2 submits via e-mail ( can you pls reissue it once again, or tell that I need to buy in such case pls! PM you domain too!
     
    refresh: got respond and re-activate, thank you!
×
×
  • Create New...