TypeError: /var/www/html/cmWebsite/views/frontend/upgameinfo.ejs:40
   38|                                       </div>
   39|                                       <div class="cmn-score">
>> 40|                                         <!-- <img src="https://img.cricketmazza.com/<%=info[0].t2[0].team_image.replace('public/upload/team/','')%>" class="img-responsive img-tm" alt="<%=info[0].team1_id%>"> -->
   41|                                         <!--<% if((locals.oddsdata1)&&(oddsdata1.length>0)){ %>
   42|                                             <img src="https://img.cricketmazza.com/<%=oddsdata1[0].TEAM2_IMAGE%>" class="img-responsive img-tm" alt="<%=info[0].team2_id%>">
   43|                                         <% }%>-->

Cannot read property 'team_image' of undefined
   at eval (/var/www/html/cmWebsite/views/frontend/upgameinfo.ejs:163:39)
   at upgameinfo (/var/www/html/cmWebsite/node_modules/ejs/lib/ejs.js:682:17)
   at tryHandleCache (/var/www/html/cmWebsite/node_modules/ejs/lib/ejs.js:254:36)
   at View.exports.renderFile [as engine] (/var/www/html/cmWebsite/node_modules/ejs/lib/ejs.js:485:10)
   at View.render (/var/www/html/cmWebsite/node_modules/express/lib/view.js:135:8)
   at tryRender (/var/www/html/cmWebsite/node_modules/express/lib/application.js:640:10)
   at Function.render (/var/www/html/cmWebsite/node_modules/express/lib/application.js:592:3)
   at ServerResponse.render (/var/www/html/cmWebsite/node_modules/express/lib/response.js:1012:7)
   at WebFrameworkShim.applySegment (/var/www/html/cmWebsite/node_modules/newrelic/lib/shim/shim.js:1428:20)
   at _applyRecorderSegment (/var/www/html/cmWebsite/node_modules/newrelic/lib/shim/shim.js:1019:20)