Jump to content

ahills

Member
  • Posts

    3
  • Joined

  • Last visited

About ahills

ahills's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Thanks for the info...I'm having a little trouble though...I get lost at step 4...can anyone please help! Thanks!
  2. I am following a book (Getting & Managing your first 1000 clients in webhosting) and seem to get lost during instructions for Customizing Header & Footer. I am not familiar with editing these type of files so do not know exactly where to put these codes or what exactly to put. I have been able to open the file for editing - but not sure where to go from there. Instructions I'm trying to follow are: Open up your header.tpl file and add these simple php codes into your header.tpl file. {php} if($currpage == 'cart.php' or $currpage == 'creditcard.php'){ $this->assign('ordermode', 'yes'); {/php} Then you can simply use this guide to remove all the WHMCS links from your header/footer during the signup process. {if $ordermode == 'yes'} <!—DISPLAY YOUR ORDER MODE HEADER/FOOTER, REMOVE ALL LINKS AND MENUS FROM WHMCS {else} <!—DISPLAY WHMCS DEFAULT HEADER/FOOTER  {/if} Thanks for any help!
  3. Hi - I am new to all of this and am on a limited budget - so trying to install and setup whmcs myself and learn as I go. I am testing it and when I try to buy a package, it doesn't go to a page - so I sent a ticket in to my host and this is their reply: ---------------------------- Can you please submit a ticket with WHMCS @ http://www.whmcs.com/support.php since http://www.yoursite is throwing off an error. I enabled debugging mode ( $display_errors="on"; in configuration.php ) (which they usually ask you to do). Please refer them to that link. If they have anything for you to check serverside reply to my email and the ticket will be re-opened. I also see this file In your public_html ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz . You do not need to even install this so it sounds like something else is wrong with your account. ----------------------------- so - I tried deleting zendoptimizer and sent a ticket to whmcs and this is their reply: ---------------------------- The problem here is that your configuration.php contains whitespace output which is stopping the redirect from working. This may have been causing by the edit the HostGator tech did but to resolve that remove any spaces or line breaks before or after the PHP tags <?php ?> in the configuration.php file and then retry it. --------------------------- I have NO idea what he means - I opened the file - but was afraid to mess up anything. Can anyone explain exactly what he means? And/Or - can someone help me see if I have my whmcs setup correctly? Thanks in advance for any help!
×
×
  • 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