Jump to content

fragger

Member
  • Posts

    46
  • Joined

  • Last visited

About fragger

fragger's Achievements

Member

Member (2/3)

0

Reputation

  1. You running an "old" Plesk Version, actuall is 11.5.30 Update #24 - try to upgrade you Plesk.
  2. Hello, when i create a package with a free included Domain, the Domain are calculated - so i can't offer a Package with free Domains. When i Create a Bundle and hide the original Products, the pricing cycle are not shown. So a packet of 3,99€ for a quarter shown as 3,99€ and not 1,33€ per Month oder 3,99€ per quarter. Its look like the Costs per Month. This is absolutely bad for our business - please fix immediately! We use WHMCS 5.2.12
  3. When i click in the Admon Area on "Billing -> Quotes -> Valid" i see nothing, WHMCS generate that Link: "quotes.php?validity=Valid" When i filter the Quotes, i can see our Quotes. WHMCS 5.2.7
  4. WHMCS 5.2.7 I have create our own Domain Registar Modul, i havnt use the Function "template_GetNameservers($params)", WHMCS shows in the Admin Back an Error: "Registrar Error Function not found" If i add this function, the Message are hide.
  5. WHMCS 5.2.7 When i add an Admin and check the box that the Admin isnt activated, so this setting isnt Save. I have to go to the Admin and check this Box again - now it works.
  6. Sure: General Settings -> General: - Domain: http://domain.tld/ - WHMCS System URL: http://domain.tld/ - WHMCS SSL System URL: https://domain.tld/ General Settings -> Security: - Admin Force SSL Access: True - Disable Session IP Check: True And now you have to click from Admin Area to Client Area, login with an Account in the Client Area, change back to Admin Area, login to another user via Admin Area, go to Client Area log off, change back to Admin Area, change to Client Area, get back to Admin Area, login in with an User through Admin Area, go back to Admin Area, login in as another User, log off, Close Browser, Open Browser, order something, get back to Admin Area etc..... In Short: "You have to use WHMCS to get this Problem". Often you get this Problem after a few Days, i login via aWHMCS, via Opera Browser on Smartphone, with my Laptop and with my PC - i also have many devices who is use WHMCS with. I can not say exactly how you can reproduce this.
  7. I Think i found the Issue. We have an SSL Certificate and entered the Data in WHMCS. So we set an Non HTTPS URL and a HTTPS URL - our Adminarea are secured by SSL and the Frontend not always. After i became this error again, i changed all URLs to HTTPS and forced a HTTP URL with htaccess to HTTPS - after my changed the Problem are solved without deleting "Website Settings" in Firefox. Actually i dont have this error again. I think its a cookie problem with URLs because of HTTP and HTTPS.
  8. The Problem is still there... Even after many Firefox Updates etc...
  9. Hello, when i go in the Admin Area on "Clients -> View/Search Clients" and then i change the Search/Filter to "Status = Active" then i have multiple entrys for every Customer up to four of the same Customer. WHMCS 5.2.7
  10. Hello, when i use "?systpl=template" and go to "General Settings" change there a value and Save this, the Template would be overwrite in the Admincenter. We actually integrate our own Design to WHMCS and released this Design thorugh this Bug!
  11. Same issue for "AfterModuleTerminate"-Hook...
  12. I wrote an hook for the Action "DeleteOrder" - when i delete an order, the Hook doesnt performed. I wrote the die() function in that Hook, nothing happens.
  13. The Problem is still there. I changed many times between Admin and Customer Accounts (login as Client over Admin Interface), i logged of and logged in over the Website directly in my Account, and then i Switched to another user sometime it doesn't work and the client area is hanging in a loop.
  14. Hello, when i add a Product and set this to "Hidden" and set this by another Product in the "Upgrade" Tab - the Customer sees this Product at Client Area by "My Services" -> "Select Product" -> "Upgrade". WHMCS 5.2.7
  15. Hello, in the Report "Client Source" is a litte Bug in line 30: $chartdata['rows'][] = array('c'=>array(array('v'=>$data[0]),array('v'=>$data[1],'f'=>$data[1]))); It must: $chartdata['rows'][] = array('c'=>array(array('v'=>$data[0]),array('v'=>round($data[1],2),'f'=>$data[1]))); you have forgott to add "round()" the v value - after i add this, the Report works!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated