Post

Add A New Post

Post
Showing 3 out of total 130
prestashop Parent definition "form.type.translatable.aware" does not exist
Author : Anonymous Publish Time : 06 Sep 2023 14:27:28

Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\RuntimeException: Service "prestashop.module.combinationsale.option.form.type": Parent definition "form.type.translatable.aware" does not exist. in

prestashop Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "prestashop.module.xxx.xx.repository"
Author : Anonymous Publish Time : 06 Sep 2023 07:09:28

Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "prestashop.module.xxx.xx.repository

prestashop Attempted to load class "moduleName" from the global namespace
Author : Anonymous Publish Time : 03 Sep 2023 15:28:19

prestashop Attempted to load class "moduleName" from the global namespace

add this section to composer.json of your module ,

and excute composer update in command line, then module can load the Class of moudule port file

"classmap": [
            "modulename.php"
        ],