Jump to content

Daskew78

Member
  • Posts

    8
  • Joined

  • Last visited

About Daskew78

Daskew78's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi John, Thanks for confirming this. I hope they resolve it soon because it's causing additional workload having to do it manually. Thanks again.
  2. Hi John, Can I take from that that WHMCS does already support the aux billing contact? Thanks.
  3. I have found the issue... When a client tries to update their contact details for a domain (on the WHMCS eNom module) it gives an error: "AuxBilling contact details are not valid" When logging into eNom to do it manually it appears there is an additional contact other than admin, support, billing contacts etc... This one is called the Auxiliary Billing Contact. As WHMCS doesn't have the option for the client to fill out the details for this new contact it fails when passing the information over API. The WHMCS eNom addon module will need to be updated to support the new Auxiliary Billing contact so users can update their contact details. Thanks.
  4. yes a client of ours is trying to update his contact details of a domain with eNom and is getting the same error. Do you have a solution?
  5. Hi @WHMCS John, Please see my own rely to my reply, I pasted the wrong code. Thanks.
  6. I pasted the wrong code, that was for redirecting non-https > https. The code I'm having issues with is: ### # Redirect index.php to root ### <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{THE_REQUEST} ^.*/index\.php RewriteRule ^(.*)index.php$ /$1 [R=301,L] </IfModule> Thanks
  7. Hi, Since updating to 7.5.0 I found domain searches were not completing and just hanging. After a lot of problem solving it came down to some .htaccess code redirecting index.php to root. It's common code for websites and always worked but suddenly WHMCS 7.5.0 doesn't like it: ### # redirect to www ### <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} on RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> Has anyone else experienced this or can you test if your domain search works with this code on your websites? Also, I noted it's much slower on PHP5.6 since the update, I am hoping 7.1 will speed this up considerably but waiting for another app to be compatible first. Can anyone else confirm they are finding 7.5.0 slow on PHP5.6? Cheers guys.
  8. Hi, I have my new website all setup on AWBS only to find that there is no import script (school boy error)! Does anyone have a script that will import everything over or am I going to have to pay someone to script it? Thanks in advance.
×
×
  • 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