ivagarfitt Posted March 6, 2007 Share Posted March 6, 2007 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 More sharing options...
yusuf84 Posted March 6, 2007 Share Posted March 6, 2007 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 More sharing options...
ivagarfitt Posted March 6, 2007 Author Share Posted March 6, 2007 t_string errors are for sql. Try to control your sql query or db what you think? how? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.