<!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}-->After run "di:compile" command in SSH, I got this error in magento 2: "Incorrect dependency in class MageArray\Testimonials\Helper\Data in var\www\magento\app\code\MageArray\Testimonials\Helper\Data.php Magento\Framework\App\Config\ScopeConfigInterface already exists in content object" Could somebody explain and help me with this?
This error appears because the parent class that your helper extended have "Magento\Framework\App\Config\ScopeConfigInterface" already. In that case, your class extends "Magento\Framework\View\Element\Template". You could remove that variable in your function __construct() in "MageArray\Testimonials\Helper\Data.php"