ddenev Posted June 25, 2007 Share Posted June 25, 2007 Hi, when I click on 'View Details' button from the Domains page in the Client Area I get the following: Registration Date: // Domain: Registration Period: Year/s Next Due Date: // Amount: lv. Payment Method: Status: I put {debug} into clientareadomaindetails.tpl and saw that {domainid} is empty. What to do? Thank you. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted June 25, 2007 WHMCS CEO Share Posted June 25, 2007 Did you edit the other file, that links to this page? And edit the link code to make it incorrect? Matt 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted June 25, 2007 Author Share Posted June 25, 2007 No, I didn't. It is the original clientareadomains.tpl file. The form in clientareadomains.tpl that submits to the details page is: <form method="post" action="{$SERVER.PHP_SELF}?action=domaindetails"> <input type="hidden" name="id" value="{$domain.id}"> <td id="{$domain.class}"> {$domain.registrationdate} </td> <td id="{$domain.class}"> [url="http://{$domain.domain}"]{$domain.domain}[/url] </td> <td id="{$domain.class}"> {$domain.nextduedate} </td> <td id="{$domain.class}"> {$currencysymbol}{$domain.amount} {$currency} </td> <td id="{$domain.class}"> <input type="submit" value="{$LANG.clientareaviewdetails}"> </td> </form> and the debug info for clientareadomains.tpl is OK: {$domains} Array (1) 0 => Array ( id => 0000000012 registrationdate => 20/06/2007 domain => dragomirdenev19062007.com expirydate => empty amount => 19.00 nextduedate => 19/06/2008 status => empty class => clientarealistactive 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted June 26, 2007 Author Share Posted June 26, 2007 Sorry to bother you is there any solution to this? Thank you. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted June 26, 2007 WHMCS CEO Share Posted June 26, 2007 You'll need to open a ticket as it's just affecting your system. Matt 0 Quote Link to comment Share on other sites More sharing options...
DataHosts Posted June 26, 2007 Share Posted June 26, 2007 I have this issue every now and then as well. I can login and view info fine, but then when I go back I see // everywhere. I just logoff and back on, and it works fine. Not sure.... 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted June 26, 2007 Author Share Posted June 26, 2007 Nope, logging off and back on does not work for me. Thanks for the suggestion though 0 Quote Link to comment Share on other sites More sharing options...
DataHosts Posted July 1, 2007 Share Posted July 1, 2007 when a resolution is found let me know. I would also check register_globals to be safe 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.