Guest Posted October 1, 2008 Posted October 1, 2008 Can anyone tell me how to fix this erroe.... Parse error: syntax error, unexpected T_STRING in /home/mysakab1/public_html/mysakab/includes/application_top.php on line 76 What is a T_STRING???? Hope someone can help.
Guest Posted October 1, 2008 Posted October 1, 2008 This seems to be the section that is having the problem // initialize the logger class require(DIR_WS_CLASSES . 'logger.php'includes/classes/logger.php(include_path=.:/usr/lib/php:/usr/local/lib/php' (include_path='.:/usr/lib/php:/usr/local/lib/php'); Thanks
♥geoffreywalton Posted October 1, 2008 Posted October 1, 2008 Look in the file around line 76 and check the changes you have made to that lne and those just before it. Missing ' or ; or some other syntax error. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
sLaV- Posted October 1, 2008 Posted October 1, 2008 Change this: // initialize the logger class require(DIR_WS_CLASSES . 'logger.php'includes/classes/logger.php(include_path=.:/usr/lib/php:/usr/local/lib/php' (include_path='.:/usr/lib/php:/usr/local/lib/php'); to this: // initialize the logger class require(DIR_WS_CLASSES . 'logger.php');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.