Jump to content

texhead

Member
  • Posts

    59
  • Joined

  • Last visited

About texhead

texhead's Achievements

Member

Member (2/3)

0

Reputation

  1. Down for Maintenance (Err 2) An upgrade is currently in progress... Please come back soon..." Just tried to upgrade my WHMCS using the automatic process and I am now getting this error message on both the admin and client pages. I do not know what version I am updating from, is there a file I can access through a file manager to retrieve that info so I can manually upgrade via FTP? Can I disable maintenance mode through a config file or DB entry? Very frustrating when the built in upgrade system fails.
  2. Hi WHMCS John, When in PHP7.* there is no log entry when attempting a search. If you have any other ideas I would really appreciate it as I need to go to PHP 7 soon. I have gone through the requirements as detailed on this page: http://docs.whmcs.com/System_Requirements All my settings are what is recommended not minimum except for the PHP version. Also on this page: http://help.whmcs.com/m/troubleshooting/l/680894-troubleshooting-order-form-issues I am getting text/html; charset=utf-8 under both PHP5.6 and 7.0 in the Content-Type header. Should this be application/json ?
  3. OK then... Thanks for the links and advise. I have discovered it is my implementation of PHP 7.0 that is the culprit. It works fine on PHP5.6. Looks like there is a PHP mod missing from my list above, can anyone see what I'm missing? BTW I have been able to change the Domain Lookup Provider since changing back to PHP5.6. Tony
  4. Hi Domain name spinning not working in order process. This has worked for years but now has stopped. Domain lookup works at the Client Domain registration page. The default Lookup Provider on the Setup > Products/Services > Domain Pricing page is ENOM. When I choose to change this I get an error as follows: Therefore I can't change it to Standard Whois. As a result my clients cannot order until I manually register a domain name for them. I have had this working for years as I have stated with no issues. All domain pricing is setup with my local registrar tppregistrar. Any ideas? Tony
  5. Hi, I have managed to change the default display of Billing Cycle in pure-comparison template to show Annual amount. When I proceed through the cart to the configureproduct.tpl it shows Monthly by default so I looked at configureproduct.tpl to make $pricing.annually the 'selected' entry in the dropdown box, typical HTML practice. Unfortunately when I put 'selected' next to the Annual option nothing changes. Is there something causing this? BTW all options have the word 'selected' beside them in the original code. {if $pricing.type eq "recurring"} <div class="field-container"> <div class="form-group"> <label for="inputBillingcycle">{$LANG.cartchoosecycle}</label> <select name="billingcycle" id="inputBillingcycle" class="form-control select-inline" onchange="{if $configurableoptions}updateConfigurableOptions({$i}, this.value); {else}recalctotals();{/if}"> {if $pricing.monthly} <option value="monthly"{if $billingcycle eq "monthly"} selected{/if}> {$pricing.monthly} </option> {/if} {if $pricing.quarterly} <option value="quarterly"{if $billingcycle eq "quarterly"} selected{/if}> {$pricing.quarterly} </option> {/if} {if $pricing.semiannually} <option value="semiannually"{if $billingcycle eq "semiannually"} selected{/if}> {$pricing.semiannually} </option> {/if} {if $pricing.annually} <option value="annually"{if $billingcycle eq "annually"} selected{/if}> {$pricing.annually} </option> {/if} {if $pricing.biennially} <option value="biennially"{if $billingcycle eq "biennially"} selected{/if}> {$pricing.biennially} </option> {/if} {if $pricing.triennially} <option value="triennially"{if $billingcycle eq "triennially"} selected{/if}> {$pricing.triennially} </option> {/if} </select> </div> </div> {/if}
  6. I am trying to configure the SSL I just bought within the WHMCS account area.. I am getting the following error: The following errors occurred: C Any idea what's up?
  7. I have been working on this for the last 6 hours. (:-( I found a mix of inline and CSS works. The 'body' tag does nothing!!!!!! so everything has to be in <p> paragraphs and TDs etc. Also found wopping big crappy mess when working with Outlook 2013 and a table, it renders wrong, text on the bottom of each cell and the height of a cell can't be controlled. Oh well back tomorrow, need a good sleep now. it's after 11pm Thanks for the reply...
  8. Did you fix this or is this thread taboo? I have the same prob!
  9. Thank you, using 5.3.11, and error appeared 4 days ago without any obvious reason. Changed from 8Bit to Quoted-printable and back and now works.
  10. Yes this worked damianhole Thanks for that. Problem is any upgrade will overwrite so it would be good to change this in the core files. Tony
  11. Hi In my includes/whoisservers.php file I have the following entries: .asn.au|whois-check.ausregistry.net.au|---Available .com.au|whois-check.ausregistry.net.au|---Available .edu.au|whois-check.ausregistry.net.au|---Available .org.au|whois-check.ausregistry.net.au|---Available .net.au|whois-check.ausregistry.net.au|---Available .id.au|whois-check.ausregistry.net.au|---Available but these only return whether the domain is available or not. I want to see the whois in detail. What can I do to enable this? Does anyone have their own solution? Would changing the whois domain (ausregistry.net.au) work? Any ideas? Tony
  12. Thanks, will do, but if i have to change one thing I have to do it in all. It would be good to have Custom Fields that span all products and services. Tony
  13. Hi Is there a way to apply Custom Fields to multiple Products/Services at the same time rather than creating new ones for each Product/Service. I have a dropdown field in a hosting package that needs to be in all hosting packages. Any ideas? Tony
  14. Thanks GGWH-James but I need a script that would calculate the invoice total when the client clicks 'pay now' if there was one. I don't like mucking around with credits. Texhead
  15. Viva la DISCOUNT! btw When I pay the council rates I get a discount by paying on time. Also Car registration.
×
×
  • 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