Jump to content

pmoseley

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by pmoseley

  1. Yesturday I decided to upgrade my PHP installation from 5.2.x to 5.3.x when I realised that PHP no longer supports ISAPI. So I decided to change from ISAPI to FastCGI which I managed to do in the end. FastCGI PHP is now running 2 phpMyAdmin sites fine but when I tried converting whmcs from isapi to FastCGI it only displays a few pages without causing a 500 Internal Server Error. I just turned logging on but have yet to see anything. I've already installed the ioncube loader (VC9 PHP 5.3) which has been tested and appears to work. I'm 100% sure it's the correct loader for the php version I installed: 5.3.x VC9 Non-thread-safe. Any help or advice would be appreciated.
  2. I had the same problem, the only solution I found that works properly is to add the start of the to the bottom of each .tpl file and then remove the corresponding text from footer.tpl For example: header.tpl homepage.tpl footer.tpl This way, you'll have "powered by WHMCS" in the footer of each page and you don't get formatting errors like using your current method. P.S. You can write a quick batch script to make the modifications to the .tpl files.
×
×
  • 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