Jump to content

fragger

Member
  • Posts

    46
  • Joined

  • Last visited

Everything posted by fragger

  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!
  16. Can it be that one is led directly to the details of the order? Without that you get the list as "Orders" -> "List All Orders"? If that so, then it is indeed misleading - but no Bug. I have now clicked me through a lot of orders, by chance, it has always worked in the first and not in the other, but now it was also at #145. WHMCS is redirecting you directly, so that it look and feel like a Bug.
  17. Since I do not use IE and I do not know how I can reproduce it, I can not say anything - the problem remains, however ...
  18. Yo have a Problem - look at the ".com" Domain, this Domain is show by our System as "com.". Are you sure that the Template is intact?
  19. I can't give you access to our System. But i checked this a little more, when the ID is under 78 there is no Problem, is the ID >= 78 then the Link has no function: orders.php?action=view&id=78 The Order 78 is from Date 23.02.2013 05:20.
  20. Hello, when i look in the Details from one Order and i click on "Filter" by the IP- Address nothing happens. WHMCS 5.2.7
  21. Go to "General Settings" -> "Ordering" then select "Slider" as default. Now setup a Product Group, set the Orderform to "Comparison", setup a Product in this Group. Now go to folder "/templates/orderform/slider" - in the viewcart.tpl set a word in the Top like "Test". Then go to the Client Area, go on "Order" select the Product and go to Checkout - now you see "Test", thats the wrong Tempalte.
  22. Hello, we can't mark all Customer or Order on one Page - when we check the Box on the left in the head line, no more lines are marked and the Delete Button at the Orderdetails page has no function. WHMCS 5.2.7
  23. When i have a Product with Qty e.g. 1, and a Customer ordered this but i deleted his Order, the Qty won't set back to 1 it is 0.
  24. When i set in General Settings the Orderform to e.g. Slider, and have a Product Group where i use Comparison and want to check out, the viewcart Template is used from Slider not from Camparison.
  25. Sorry - Problem Solved. I have 2 Monitors at my Computer, but use this two not often at the same Time. The new window has opened at the other Monitor
×
×
  • 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