mageprince / magento2-FAQ

This module adds an easy way to use FAQ Section to your Magento store with jQuery Accordion. In this module, admin can add and update FAQ. Admin can also create FAQ group with group icon.
57 stars 37 forks source link

Unable to get content #16

Closed trucatchtraps closed 5 years ago

trucatchtraps commented 5 years ago

Hi,

Every time I open the FAQ page on the Frontend I receive this message in the exception.log:

[2019-03-21 17:12:21] main.CRITICAL: Unable to get content for 'frontend/themevendor/theme/en_US/Prince_Faq/js/faq.min.js' {"exception":"[object] (Magento\Framework\View\Asset\File\NotFoundException(code: 0): Unable to get content for 'frontend/themevendor/theme/en_US/Prince_Faq/js/faq.min.js' at /home/username/public_html/vendor/magento/framework/View/Asset/File.php:186)"} []

Thanks! Ryan

mageprince commented 5 years ago

@trucatchtraps Please disable third party modules and run following commands. php bin/magento set:up php bin/magento s:d:c php bin/magento s:s:d php bin/magento c:f

trucatchtraps commented 5 years ago

So you are telling me to disable this FAQ module and then run those commands? How is that an answer? Of course that will solve the issue because it is disabled and I will no longer have the FAQ module.