Error php files phptorm php. I do not understand what the problem is, how can I fix this?
<ul class="breadcrumbs"> <li><a href="/"><i class="fa fa-home"></i></a></li> <li><?=Lang::translation('faq_main_title',false)?></li> </ul> <div class="content-header"> <h1 class="content-title"><?=Lang::translation('faq_main_title',false)?></h1> </div> <div class="faq-page"> <?php $i = 1; ?> <?php foreach($faq as $item): ?> <?php if(Lang::getLang() == 1): ?> <div class="faq-item"> <a href="#" class="faq-title active"><?=$i?>. <?=$item->title_ukr?></a> <div class="faq-answer"> <p><?=$item->text_ukr?></p> </div> </div> <?php else: ?> <div class="faq-item"> <a href="#" class="faq-title active"><?=$i?>. <?=$item->title_rus?></a> <div class="faq-answer"> <p><?=$item->text_rus?></p> </div> </div> <?php endif; ?> <?php $i++; ?> <?php endforeach; ?> </div>
Error: No data sources are configured to run this SQL and provide advanced code assistance. Disable this inspection via the problem menu (). less ... (⌘F1) Prompts one to create a data source if there is none.