php-cuong / magento2-faqs-extensions

Magento 2 FAQ Extension Free
83 stars 56 forks source link

Yor extension is not working properly in magento 2.1.7. #7

Closed devidass closed 7 years ago

devidass commented 7 years ago

screenshot from 2017-06-20 11 59 48

I am not able to make any kind of changes in your extension. Please help me to resolve this issue. Eagerly waiting for your positive reply. Thanks & Regards Devidas K

sneha-panchal commented 7 years ago

Please change below files :

PHPCuong\Faq\Block\Adminhtml\Faqcat\Edit\Tab\Websites.php

`<?php

/*

namespace PHPCuong\Faq\Block\Adminhtml\Faqcat\Edit\Tab;

use Magento\Store\Model\Store;

class Websites extends \Magento\Backend\Block\Widget\Form\Generic implements \Magento\Backend\Block\Widget\Tab\TabInterface { /**

PHPCuong\Faq\Block\Adminhtml\Faq\Edit\Tab\Websites.php

`<?php

/*

namespace PHPCuong\Faq\Block\Adminhtml\Faq\Edit\Tab;

use Magento\Store\Model\Store;

class Websites extends \Magento\Backend\Block\Widget\Form\Generic implements \Magento\Backend\Block\Widget\Tab\TabInterface { /**

Above code is tested .

Hope will work at your end.

Thanks.

php-cuong commented 7 years ago

The problem was fixed, please pull the latest code.