Jump to content

DannyXYZ

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    2

DannyXYZ last won the day on September 4 2021

DannyXYZ had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DannyXYZ's Achievements

  1. Issue 1: “Refresh IPv6” button causes redirect Steps to reproduce: Log in as admin Go to “Services” Click “Manage” on a service Open the “IP Addresses” tab Click the “Refresh IPv6” button Observed behavior: Clicking the button redirects to the customer portal instead of staying on the same page. Additional note: It would be more convenient if IPv6 networks were always fetched directly via the API. Currently, the admin has to manually click the button for each customer to keep the data up to date. Issue 2: Additional IPv4 addresses cannot be removed by the customer Steps to reproduce: Log in as a customer Order additional IPv4 addresses Go to the “IP Addresses” section Click “Remove IP” Confirm the action in the modal Observed behavior: After confirmation, nothing happens. The IP address is not removed. Issue 3: Additional IPv4 addresses ordered later are not shown in Blesta Steps to reproduce: Order a new VPS without any additional IPv4 addresses After the VPS has been created, order additional IPv4 addresses for that VPS Observed behavior: The additional IPs are assigned to the VPS in VirtFusion, but they are not displayed in Blesta. Only IPs added during the initial VPS order are visible in Blesta. Issue 4: Unclear meaning of “Base IP Addresses” There is a separate entry called “Base IP Addresses”, but it is unclear what this refers to. It is neither the default IPv4 address nor the additional ones. Issue 5: Missing translations for “Manage” page text and button in client area Details: When clicking the “Manage” menu item as a logged-in customer, you are redirected to a separate page. On this page, there is a text and a button which lack translation. Technical details: The text and button labels are hardcoded directly in the view file tabManage.pdt as follows <p>Manage your server via our dedicated control panel. You will be automatically authenticated and redirected to the control panel.</p> <button type="submit" value="submit" class="btn btn-default"> Manage my Server </button> Because these strings are hardcoded in the template, they cannot be translated through normal language files. Logs: No errors were logged for any of the issues mentioned above.
  2. Hello, for me it is not working to sorting the domain order on Packages --> Domain Option --> TLD pricing. I can move the position of the TLDs but after i reload the page the order is not saved. I can see in browser console (Firefox 93.0) the following: sorttlds The "XXX_csid" cookie will soon be rejected because it specifies either "None" or an invalid value for the "SameSite" attribute without using the "secure" attribute. Error: JSON.parse: unexpected character at line 1 column 1 of the JSON data /app/views/admin/default/javascript/jquery-migrate.min.js jquery-migrate.min.map Error: JSON.parse: unexpected character at line 1 column 1 of the JSON data /app/views/admin/default/javascript/jquery.qtip.min.js jquery.qtip.min.map The Logs shows this error: general.ERROR: Exception: AdminNv.d3.min.js.map is not a valid controller in /vendors/minphp/bridge/src/Lib/Dispatcher.php:113 Stack trace: #0 /index.php(21): Dispatcher::dispatch() #1 {main} but this seems to be antother one.
  3. Hello, if you edit a service and you want to add an price override und you use comma, you will get error message: "The price override must be a number." This seems to be the same problem i reported here: https://www.blesta.com/forums/index.php?/topic/15801-renewal-price-must-be-a-number/ and what was fixed for configurable options with Blesta 5.1. But on Price override this is not fixed.
  4. Thank you
  5. No, it has also a price of 7,00 EUR
  6. If i on the site /plugin/domains/client_main/ or on the Dashboard (Widget) the price for Domains show 0,00 EUR: but if i look on /client/services/manage/XX/ the price is showing right.
  7. Hello, If i am logged in as client and click on the navigation on "Domains" (plugin/domains/client_main/) and then on "Manage" i get redirected to the Client Portal. Version: 5.2.0-b1
  8. The Sandbox is just for testing.
  9. Hello, i have some configurable options, that i use on more than one group. I have created a option logic rule on this groups, but i run into an problem with this: The Option logic just works only on one group. It is everytime the last group where i have saved the logic. If i save it on group a, it works only on group a, but not on b. If i save the option logic on group b, then it no more works on group a but on b. So is this intendet to be like this? Or do i have to create new optios for every group to get this work. What will be more work then, as it is easier to use same options one differnet groups.
  10. it is already: https://dev.blesta.com/browse/CORE-4433
  11. if i had known it is just an css thing, i had fixed it my self. Thank you for pointing this out. This works fine and it is solved now
  12. yes right, i use PHP 7.4 i tested it now also with PHP 7.3. The message is also logged under 7.3 in my case.
  13. It is randomly after a payment. In some cases balance shows 0,00 in some not, without any modification on the invoice. It is happen after a payment and the balance should not be cached, to show correctly on the PDF in my opinion.
  14. Hello, for the invoices i have the Invoice Cache Method enabled. On the most of the invoices (PDF Version) where the payments are listed, the balance is not reduced. So as example the invoice amount is 5,00 and the client has also paid 5,00, then the balance still show 5,00 and not 0,00. This seems to be a thing of the cache, but is this intended to be like this? As it then shows the wrong amount in this cases on the PDF Version all the time. See this screenshot to better understand what i mean: if i modify a invoice and have the checkbox for "Recache this invoice on update" enabled then the amount is correct then on the PDF. i am on Blesta Version 5.1.2.
  15. On the logs i can see this notice, but i don´t know if this can have to do with this, but everytime i view a ticket, this message is logged: general.NOTICE: E_NOTICE: Trying to access array offset on value of type null {"code":8,"message":"Trying to access array offset on value of type null","file":"/vendors/blesta/parsedown/Parsedown.php","line":258}
×
×
  • Create New...