magicfortune Posted October 18, 2015 Share Posted October 18, 2015 Hello, I am getting two different PHP error in my dashboard under System Activity. Smarty Error: Syntax error in template "/home/magicfortune/public_html/magicfortunesystem/whmcs/templates/hexa/homepage.tpl" on line 1 "{php}header("Location: /home/magicfortune/public_html/magicfortunesystem/whmcs/clientarea.php");{/php}" unknown tag "php" as well as this one... Smarty Error: Syntax error in template "/home/magicfortune/public_html/magicfortunesystem/whmcs/templates/hexa/header.tpl" on line 68 "<li><a href="#" class="user dropdown-toggle" data-toggle="dropdown"><span class="username"><img src="https://www.gravatar.com/avatar/{php}$userid = $this->_tpl_vars['clientsdetails']['userid'];$result = mysql_query("SELECT email FROM tblclients WHERE id=$userid");$data = mysql_fetch_array($result);$email = $data["email"];echo md5( strtolower( trim( $email ) ) );{/php}?s=50&d=mm" class="user-avatar" alt=""> {$clientsdetails.firstname} {$clientsdetails.lastname} </span></a>" unknown tag "php" I appreciate anyones help. 0 Quote Link to comment Share on other sites More sharing options...
SeanP Posted October 18, 2015 Share Posted October 18, 2015 http://docs.whmcs.com/Version_6_Template_Migration_Guide#.7Bphp.7D_Block_Syntax 0 Quote Link to comment Share on other sites More sharing options...
magicfortune Posted October 18, 2015 Author Share Posted October 18, 2015 Wow. Thanks. Worked!! 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.