coubury Posted July 5, 2009 Share Posted July 5, 2009 I followed the guide and im getitng an error Not Found The requested URL /billing/terms.php was not found on this server. what am i doing wrong? <?php define("CLIENTAREA",true); require("dbconnect.php"); require("includes/functions.php"); require("includes/clientareafunctions.php"); $pagetitle = "terms"; $pageicon = "images/support/clientarea.gif"; $breadcrumbnav = '<a href="index.php">'.$_LANG['globalsystemname'].'</a> > <a href="<?php define("CLIENTAREA",true); require("dbconnect.php"); require("includes/functions.php"); require("includes/clientareafunctions.php"); $pagetitle = "terms"; $pageicon = "images/support/clientarea.gif"; $breadcrumbnav = '<a href="index.php">'.$_LANG['globalsystemname'].'</a> > <a href="index.html">terms</a>'; if ($CONFIG['Version'] >= "3.8.1") {initialiseClientArea($pagetitle,$pageicon,$breadcrumbnav);} else {require("init.php");} # Define the template filename to be used without the .tpl extension $templatefile = "http://www.supreme-webhosting.co.uk/billing/terms.php"; if ($CONFIG['Version'] >= "3.8.1") {outputClientArea($templatefile);} else {require("display.php");} ?> l">terms</a>'; if ($CONFIG['Version'] >= "3.8.1") {initialiseClientArea($pagetitle,$pageicon,$breadcrumbnav);} else {require("init.php");} # Define the template filename to be used without the .tpl extension $templatefile = "terms"; if ($CONFIG['Version'] >= "3.8.1") {outputClientArea($templatefile);} else {require("display.php");} ?> Thanks. 0 Quote Link to comment Share on other sites More sharing options...
Impact-John Posted July 5, 2009 Share Posted July 5, 2009 what error are you getting we need a little more info than that and do you have the terms.tpl in the correct templates folder and a link to your site would be helpfull as well 0 Quote Link to comment Share on other sites More sharing options...
coubury Posted July 5, 2009 Author Share Posted July 5, 2009 Sorry i thought i had added the url link is here http://www.supreme-webhosting.co.uk/billing/terms.php you can see the error when you load the page Now terms.php is uploaded. and the .tpl is also uploaded to the correct template folder 0 Quote Link to comment Share on other sites More sharing options...
coubury Posted July 5, 2009 Author Share Posted July 5, 2009 Nevermind i got it sorted I had two installations of whmcs. i was putting it in the old folder. 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.