Jump to content

furioussnail

Members
  • Posts

    124
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by furioussnail

  1. Nevermind, the redirect was enabled through CloudFlare. Thank you.
  2. The redirect helped but it is strange. Does blesta have a HTTPS redirect builtin? Thank you.
  3. Hello. Not sure where I make the mistake but I get "redirected you too many times" error when setting up a second company. Logs show nothing related to this. My OS is CentOS 7, PHP 7.0.22, Apache 2.4.6. I have the following config in Apache: <VirtualHost *:80> ServerName cp.example.com Redirect permanent / https://cp.example.com/ </VirtualHost> <VirtualHost *:443> ServerAdmin admin@example.com DocumentRoot "/path/to/html" ServerName cp.example.com ErrorLog "/path/to/error.log" CustomLog "/path/to/access.log" common <Directory "/"> AllowOverride None Require all granted </Directory> SSLEngine on SSLCertificateFile /path/to/certificate/file SSLCertificateKeyFile /path/to/key/file </VirtualHost> Please help me to get this working. Thank you.
  4. Hello. Is it possible to bill all customers on the same date? For example all customers should pay on the 1st day of every month and they should receive the invoice a couple of days before that. Thank you.
  5. Hello. Blesta throws the "Undefined index: client_prorate_credits" error when trying to update the promo code on existing service. Disabling the "Prorating" and "Use module" options makes no difference. Using Blesta 4.0.0 on PHP 7 and CentOS 7. Thank you.
  6. Hello. We are looking into merchant solutions for Blesta and aren't sure which one is a good fit. Currently we are comparing Braintree and Authorize.Net. The feature we need is for the customer to be able to setup their payment method and not be asked for it again as long as the card is valid and has funds on it. Another feature we need is recurring payments. What other notable differences are there between these two merchants? Are they both available in Romania? Thank you.
  7. I think I got it with invoices. This is possible to achieve by selecting customer account -> on the left side "Create Invoice". It even has recurring options. Nice.
  8. Hello. Is it possible in Blesta to set custom, individual packages for each customer? For example each customer has particular needs and we give a price based on those needs and bill accordingly. What would be the best approach to offer packages with variable prices? Thank you.
  9. This seems to be random. At some points I get the error but when I try to reproduce it doesn't happen.
  10. Strange, on 5th try, in a new tab it works. I am unable to reproduce now.
  11. Hello. I am getting the following errors when editing a package option under "Packages" -> "Options" -> "Edit" on desired option: Invalid package option value ID. Invalid package option pricing ID. Invalid package option pricing ID. Invalid package option pricing ID. Invalid package option pricing ID. I get the errors when I add an additional option and try to save. I set values as increments starting from 1. 1, 2, 3, 4... Blesta 4 OS: Arch Linux Browser: Chrome 57.0
  12. OS: Arch Linux Browser: Chromium 57.0.2987
  13. The confirmation dialog for uninstall doesn't always show up. I have to refresh the "Plugins" page for the uninstall button to work. Otherwise when clicking on the "Uninstall" button the page just does a reload.
  14. When uninstalling a plugin it doesn't get disabled. The issue was encountered with "Support Manager" plugin using Blesta 4.0.0.
  15. Hello. Is it possible to move client_login.pdt from app/views/client/bootsrap to app/views/default? Or is it the path to that template coded in app_controller? Thank you.
  16. Maybe a good alternative would be to use the same menu style as Plesk does. In Plesk the menu is placed on the left side and if there is enough space the menu is fully extended.
  17. Deleted the module and recreated it. Works now.
  18. Forgot to mention, I am using Blesta 4.
  19. Hello. I am trying to develop a module which is fork from VPS.NET but it doesn't show up. I enabled the debug mode but I see no errors. Any idea what might be wrong? Thank you.
×
×
  • Create New...