D9Hosting Posted December 21, 2008 Share Posted December 21, 2008 I've just noticed that after upgrading to 3.8.1 the bulk domain checker and transfer forms are not working. The button action is: <form method="post" action="//cart.php?a=add&domain=register"> So the script isn't picking up the system URL. Here's what is in the template file: <form method="post" action="{if $systemsslurl}{$systemsslurl}/{/if}cart.php?a=add&domain=register"> I know I can hard code in the URL but just wondered if there was a "proper" fix or if anyone else had the issue? 0 Quote Link to comment Share on other sites More sharing options...
D9Hosting Posted December 22, 2008 Author Share Posted December 22, 2008 Just a quick update, it's also the same on the single domain registration page as well as the bulk options. 0 Quote Link to comment Share on other sites More sharing options...
jack12344 Posted December 22, 2008 Share Posted December 22, 2008 Yes I have exactly the same issue: http://forum.whmcs.com/showthread.php?t=16537 Can someone please tell us how to fix this ? 0 Quote Link to comment Share on other sites More sharing options...
apollo1 Posted December 22, 2008 Share Posted December 22, 2008 Same issue here! 0 Quote Link to comment Share on other sites More sharing options...
D9Hosting Posted December 22, 2008 Author Share Posted December 22, 2008 I've tried removing the / from: {if $systemsslurl}{$systemsslurl}/{/if}cart.php And that brings up the domain name, but not the WHMCS DIR so for the time being I've just hard coded the action URL until a proper fix appears. 0 Quote Link to comment Share on other sites More sharing options...
apollo1 Posted December 22, 2008 Share Posted December 22, 2008 I've tried removing the / from: {if $systemsslurl}{$systemsslurl}/{/if}cart.php And that brings up the domain name, but not the WHMCS DIR so for the time being I've just hard coded the action URL until a proper fix appears. Sorry, but which file is this edit made to? 0 Quote Link to comment Share on other sites More sharing options...
D9Hosting Posted December 22, 2008 Author Share Posted December 22, 2008 Sorry, but which file is this edit made to? There are 3 different templates, once for each of the domain reg/transfer pages. They are: Single domain: domainchecker.tpl Bulk domain checker: bulkdomainchecker.tpl Bulk domain transfer: bulkdomaintransfer.tpl 0 Quote Link to comment Share on other sites More sharing options...
apollo1 Posted December 22, 2008 Share Posted December 22, 2008 Thank you D9Hosting. 0 Quote Link to comment Share on other sites More sharing options...
weelinx Posted January 9, 2009 Share Posted January 9, 2009 Same problem here. Hardcoded the link for the time being. Any fix? 0 Quote Link to comment Share on other sites More sharing options...
yamaharr1 Posted January 10, 2009 Share Posted January 10, 2009 I have the same exact problem with all of the templates. It appears there are many users with this problem does anyone have a solution besides hard coding it? 0 Quote Link to comment Share on other sites More sharing options...
DarrenW Posted January 23, 2009 Share Posted January 23, 2009 Hi D9Hosting, sorry when you say, hard coded it to fix this problem,, what exactly did you do? Thanks 0 Quote Link to comment Share on other sites More sharing options...
hightekhosting Posted January 25, 2009 Share Posted January 25, 2009 We too have hard coded the coding in the template files, even after trying the / removal (which did not solve our issue) Does anyone have a soft coded/correct coded solution to this? 0 Quote Link to comment Share on other sites More sharing options...
D9Hosting Posted January 25, 2009 Author Share Posted January 25, 2009 Hi D9Hosting, sorry when you say, hard coded it to fix this problem,, what exactly did you do?Thanks All you need to do is open up the template files for the domain checker, bulk domain transfer, and bulk domain transfer pages, and find the following line: <form method="post" action="{if $systemsslurl}{$systemsslurl}/{/if}cart.php?a=add&domain=register"> And change to: <form method="post" action="http://www.yoursite.com/whmcs/cart.php?a=add&domain=register"> (Replace http://www.yoursite.com/whmcs/ with your own WHMCS location!) 0 Quote Link to comment Share on other sites More sharing options...
hightekhosting Posted January 26, 2009 Share Posted January 26, 2009 Hi guys, Matt emailed me a fixed php file and advised me to change the code from <form method="post" action="{if $systemsslurl}{$systemsslurl}/{/if}cart.php?a=add&domain=register"> to <form method="post" action="{$systemsslurl}cart.php?a=add&domain=register"> In all 3 files. Those who are having this issue, email support@whmcs.com and request the patched/updated clientareafunctions.php file Cheers, Dale E 0 Quote Link to comment Share on other sites More sharing options...
DarrenW Posted January 27, 2009 Share Posted January 27, 2009 Thanks D9Hosting and Dale I will give Dale's fix ago If no go will try yours D9 .. Thanks again Darren 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.