golivemy Posted December 16, 2013 Share Posted December 16, 2013 Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/domain/public_html/billing/configuration.php on line 2 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted December 16, 2013 Share Posted December 16, 2013 sounds like you have a typo in your config file ... 0 Quote Link to comment Share on other sites More sharing options...
golivemy Posted December 16, 2013 Author Share Posted December 16, 2013 Hi Othellotech, Do you have any same of this file? thanks. 0 Quote Link to comment Share on other sites More sharing options...
golivemy Posted December 16, 2013 Author Share Posted December 16, 2013 Anyone can provide example of this config file 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted December 18, 2013 WHMCS Support Manager Share Posted December 18, 2013 Hi, Here's a sample, obviously a real one would contain data for each variable though: <?php $license=""; $db_host = "localhost"; $db_username = ""; $db_password = ""; $db_name = ""; $cc_encryption_hash = ""; $templates_compiledir = "templates_c/"; ?> 0 Quote Link to comment Share on other sites More sharing options...
golivemy Posted December 20, 2013 Author Share Posted December 20, 2013 Hi John, Thanks alot. My WHMCS is back to normal. 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.