Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse error: syntax error, unexpected T_STRING in


ivagarfitt

Recommended Posts

i am getting this error:

 

Parse error: syntax error, unexpected T_STRING in /home/market/public_html/.../includes/classes/cache.class.php(157) : eval()'d code on line 15

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/market/public_html/.../includes/classes/cache.class.php(157) : eval()'d code:15) in /home/market/public_html/.../includes/functions/sessions.php on line 57

 

Parse error: syntax error, unexpected T_STRING in /home/market/public_html/.../includes/classes/cache.class.php(157) : eval()'d code on line 15

 

this are the lines:

cache.class.php 157 eval("$cache_data");

line 15 is a part of the comment done by the author

 

session.php 57 return session_start();

 

thanks

Link to comment
Share on other sites

i am getting this error:

this are the lines:

cache.class.php 157 eval("$cache_data");

line 15 is a part of the comment done by the author

 

session.php 57 return session_start();

 

thanks

 

t_string errors are for sql. Try to control your sql query or db

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...