Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

urgent help required


Guest

Recommended Posts

Posted

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.

Posted

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

Posted

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 ======>>>>>.

Posted

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');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...