Jump to content

mauriez

Member
  • Posts

    7
  • Joined

  • Last visited

About mauriez

mauriez's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi! I recently tested an upgrade from WHMCS 6.3.x to 7.1.1. It all went fine but unfortunately took ages to complete. The most time consuming step were: ... [2017-01-25 13:25:23][WHMCS Installer] INFO: Performing Update Action: mutateDailyCronConfigurations [] [2017-01-25 13:44:25][WHMCS Installer] INFO: Removing any obsolete file and directories [] ... [2017-01-25 13:44:26][WHMCS Installer] INFO: Applying Updates for 7.1.0-alpha.1 [] [2017-01-25 14:53:53][WHMCS Installer] INFO: Performing Update Action: addAdminPasswordResetVerificationEmailTemplate [] ... Are you able to give some more details on what happens at these steps? We then could perform these steps using some tool like percona or a custom script before we do the actual upgrade of our production db. Thanks! -- Maurice
  2. So... I narrowed down the problem a bit more. It seems that Credit Balance is only displayed correctly if the customer has an unpaid invoice. Maybe a boolean stating 'has unpaid invoices' controls the Credit Balance flag. Anyone?
  3. Hi! Thanks for your answer. That would be new for me. What's even stranger is this: I added a 0.00 unpaid invoice for the user that I gave 100EUR credit. The the customer credit is 100 eur! When I remove the 0.00 unpaid invoice again, customer credit is 0.00 again So strange... -- Maurice
  4. Hi! We are looking at the upgrade to WHMCS v6. Once you have worked around the Smarty v3 changes most of the issues are solved. There is however one very annoying thing that's haunting me. Hopefully someone knows and can help me out. Basically the Clients credit balance shown in the Client Summary always is 0.00. I have added a new client via the Admin Panel. Once created, I look at the client summary and click "Manage Credits". I then simply add credit to the users account. I close the "Manage Credits" window and reload the client summary. Credit balance shown here remains 0.00. The database shows the credits I have added in tblclients.credit. When adding the {debug} flag to a user template, I see that $clientsdetails.credit = 100 (the balance I added) $clientsstats.creditbalance = EUR 0.00 Looking forward to your suggestions! -- Maurice
  5. No not really.. but I do wonder if Resellerclub plugin will support this
  6. Hi! Some of the registry's we wish to integrate have special pricing for premium domains. The pricing for these domains is returned by the API/registrar module call. But WHMCS only allows static prices per TLD.. How can I work around that issue? Can the pricing thats returned via the registrar module be utilized in some way? Thanks!
  7. Hi! I would like to build a redundant and scalable WHMCS service. Therefore I would like to install WHMCS on several AWS instances and have all these instances connect to the same RDS MySQL DB. As all data is stored in the MySQL DB, I guess this could work. However, there are 3 directories that need to be writable for the world: downloads/ attachments/ templates_c/ I'm not exactly sure what these directories are for and also can not find it easily in the documentation. Can someone point me in the right direction here? Thanks!
×
×
  • 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