-
Posts
59 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by texhead
-
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.
-
Domain name spinning not working in order form.
texhead replied to texhead's topic in Troubleshooting Issues
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 ? -
Domain name spinning not working in order form.
texhead replied to texhead's topic in Troubleshooting Issues
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 -
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
-
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}
-
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?
-
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...
-
Did you fix this or is this thread taboo? I have the same prob!
-
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.
-
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
-
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
-
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
-
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
-
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
-
Viva la DISCOUNT! btw When I pay the council rates I get a discount by paying on time. Also Car registration.
-
Hi I want to give incentive to customers for paying their invoices on time. My first thought is to give a discount if the customer pays before the invoice is overdue, this is positive way to help customers pay on time. Can this be done???? I know there is a way to charge if invoice is not paid on time but that is negative. If you have any other ideas I would appreciate any direction! Kind regards Texhead Tony
-
Kool... never thought to do that, simple and effective... Thanks
-
Hi In my business any payment allocated to an invoice can be upto 7 days after the payment has been made. The invoice shows the current date under the word 'Paid' rather than the date I set within the 'Add Payment' area. Although the correct date is shown on the transaction on the bottom of the invoice. This has some issues when the end of financial year has occured which is 30th June for Australian small business and the paid date is in June and the logging of the payment was in July. Is there a way to make the two dates show the same? Kind regards Tony
-
I use DIT myself and would love a script/cron to synchronise prices for domain names as prices have fluctuated lately. Any suggestions before I look at the APi myself? Cheers Tony BTW the script works a treat, thanks.
-
Hi starginL Have you got a reseller account with anyone? I recommend you look at the Enom account available with WHMCS. If you do then just setup WHMCS to sell the domains, there is a tute or directions here somewhere and then sell them as if you were selling anything else. You don't have to provide hosting at the same time. tony
-
Texhead As I said I copied the template html as described somewhere else in these forums and then made a header and footer. 'Support' link and 'Client Area' link in the menu.
-
Thanks chickendippers, that is what I concluded too.
-
(Just found this thread now) I have only just raised the same question myself.
-
Did you upload in ASCII format or Binary? makes a difference.
-
Personally I made a header and footer the same as my website, I use Joomla. It works a treat and all the login is done through WHMCS. I had to create menus that looked the same/similar with links back to my main site but it looks like it is all one and the same. Tony
