User Profile

User's Address,Order,Post etc.

Signup time:2022.12.05 21:10:19

Showing 5 out of total 125

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"
        ],
Symfony\Component\Form\FormRenderer::searchAndRenderBlock(): Argument #1 ($view) must be of type Symfony\Component\Form\FormView, string given,
Author : Anonymous Publish Time : 02 Sep 2023 03:54:44

Symfony\Component\Form\FormRenderer::searchAndRenderBlock(): Argument #1 ($view) must be of type Symfony\Component\Form\FormView, string given, called in  /var/cache/dev/twig/a9/a974e1c953beb04fffb8600bb3ca9afa.php on line 146

service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead.
Author : Anonymous Publish Time : 01 Sep 2023 12:07:12

The "prestashop.module.combinationsale.component.grid.factory" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead.

Check the `memoryLimit ` option in the ForkTsCheckerWebpackPlugin configuration
Author : Anonymous Publish Time : 26 Aug 2023 05:29:26

Issues checking service aborted - probably out of memory. Check the `memoryLimit` option in the ForkTsCheckerWebpackPlugin configuration.
If increasing the memory doesn't solve the issue, it's most probably a bug in the TypeScript.