Search the Community
Showing results for tags 'symfony'.
-
im overriding the Admin\Product\CatalogPage\Lists\product_table.html.twig and i added new columns in the table but i wanted to ristrect this columns for certain profiles (admin & super Admin) the problem is that i don't have access to the connected employee data, Any Ideas ?
- 3 replies
-
- twig
- overriding
-
(and 3 more)
Tagged with:
-
Hello all, Here is my problem : When i try to create an order from backoffice i'm facing an issue as there is no list with customers after typing few characters, and even when typing the complete name... on Debug mode, Console makes me understand that customers are well found but not shown....
- 11 replies
-
- order
- backoffice
-
(and 3 more)
Tagged with:
-
Hi I wondered if anyone had ran into the issue below and could provide me tips for solving it. I need to make a change to the Stock management page in the back office, which has been migrated to Symfony and uses modules such as webpack and vue.js. Therefore I did the following: D...
-
Hi, I would like to know how I can access `global $kernel` on a front module? The dump says it's null I used to do `global $kernel` in modules/mymodule/controllers/admin/ and it's working fine!! But it's not working in /override/controllers/front/IndexController.php for examp...
- 7 replies
-
- symfony module
- prestafony
-
(and 3 more)
Tagged with:
-
Hello everyone, i need some help please. So i initially created a backup of my website to copy my site and create one test environnement etcc ... in another domain i had many error but finally it works but only in debug mode when i disable it it gives me a blank page with nothing, also when it...
-
Hello everyone: I am having an error when I access the modules section in the prestashop control panel. When I do so, I get the following message: Compile Error: require_once(): Failed opening required '/home/###/public_html/"OLD FOLDER USED FOR WEB DEVELOPMENT"/modules/statsbestcategorie...
-
- fatalerror
- symfony
-
(and 3 more)
Tagged with:
-
Hola a todos: Estoy teniendo un error cuando accedo al apartado de módulos en el panel de control de prestashop. Cuando lo hago, me aparece el siguiente mensaje: Compile Error: require_once(): Failed opening required '/home/###/public_html/"ANTIGUA CARPETA USADA PARA EL DESARROLLO DE LA W...
-
- fatalerrorexception
- symfony
-
(and 3 more)
Tagged with:
-
PS 1.7.8.3 / Thème Alysum Bonjour, Je suis actuellement cette doc qui présente une nouvelle méthode pour créer des modules. https://devdocs.prestashop.com/1.7/modules/concepts/hooks/use-hooks-on-modern-pages/ Cependant, après avoir suivi exactement ce qu'il y a sur...
-
Hallo Zusammen Ich habe auf die neuste Version upgedatet (PS 1.7.8.3 mit PHP 7.4). Leider erhalte ich von Zeit zu Zeit im Backoffice plötzlich eine Blank Page ohne Fehlermeldung. Ich kann danach nichts mehr machen. Bin ausgesperrt vom Backoffice. Kann alle Browser Cookies löschen, bringt...
-
- blank page
- symfony
-
(and 1 more)
Tagged with:
-
Hello! I need help solving a problem. I tried to upgrade my Prestashop from 1.7.7.0 to 1.7.8.2 with 1-Click Upgrade addon, and something went wrong. After that, all the refreshes on admin/backoffice or website goes to an Internal Server Error (HTTP ERROR 500). Checking the "error_log"...
- 1 reply
-
- error
- prestashop 1.7x
- (and 9 more)
-
Symfony Controller toolbarButtons add selector (id,class)
ZiedDams posted a topic in Core developers
i have created a symfony controller and i added a button in the toolbar , my problem is i want to add attribute like id or class to this button any help ? this is the button -
Hello, I get these error after clear cache in performance. Fatal error: Uncaught Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 522] Validation failed: no DTD found ! (in n/a - line 2, column 67) [ERROR 76] Opening and ending tag mismatch: trans-unit line 36 and file (in n/...
-
Hi I'm using Prestashop 1.7.5.2 download version. I am busy setting it up but when trying to add products it won't allow me to update. Looked at Symphony and it shows 277 messages not found in locale us-en I have gone through all the modules many times too find the incorrect setting...
- 1 reply
-
- symfony
- translations
-
(and 2 more)
Tagged with:
-
Hello, I have been trying for several days to develop a module for order preparation. I am under version 1.7.5 and I code according to the new recommendations of PrestaShop for 1.7, so with Symfony. I tried to fix all my errors by myself, but I can't find the cause of this one. At the inst...
- 2 replies
-
- routing
- controller
-
(and 2 more)
Tagged with:
-
Bonjour, Sur la doc de Prestashop concernant les front controllers de module je suis assez perplexe : https://devdocs.prestashop.com/1.7/modules/concepts/controllers/front-controllers/ Il est expliqué qu'on doit créer une classe "exemple.php" contenant une classe dont le nom est charté Nom...
-
Buongiorno, è da giorni ormai che sono disperato. Ho la versione Prestashop 1.7.3, dopo l'aggiornamento ad una versione PHP più recente e all'installazione di un tema mi sono ritrovato a non poter più accedere al backend, il sito lato front funziona bene, ma lato backend mi da questo errore:...
-
Hello, I get these error after disable smart cache for css. I'd try to searching for solutions but it's not exist. Thank you in advance for the answer. This is an errors in BO (2/2) InvalidResourceException Unable to load "/home/ove...
- 2 replies
-
- error
- smart cache
-
(and 1 more)
Tagged with:
-
Hello, continuation from my previous topic, I'm now stuck on using the Symphony framework to get my custom file uploaded on the server. Using a module, I'm using the formBuilder to create the file input on category page. I'm not quite sure how to proceed from here though. I tried to follow this (htt...