Jump to content

Search the Community

Showing results for tags 'token'.

  • Search By Tags

    • token ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. Hi, I have issues with proper config (i think) ngnix conf.d file. When i click for example products it redirects me to "mydomain.eu/admin/index.php?controller=AdminDashboard&token=e757ba831269a232eedc5435e08003da" I add that I have two pages on my server for example domain1.com and domain2...
  2. This question relates to my earlier post https://www.prestashop.com/forums/topic/636915-solved-prestashop-redirects-to-login-screen-when-accessing-some-bo-menu-items/ which I thought was resolved but isn't. I am starting a new post because some information in the old one didn't relate to the actual...
  3. Boa noite, Localize o token do Prestashop para fazer uma integração com o ERP que contratei, esgo que algumgotei as minhas buscas, alguém que possa me dar um auxílio, preciso informar como localizo ou módulo, se tem que baixar para ativar, Grata
  4. Hello, I'm writing a module that it will add an extra tab on the edit product page (back office). I did a small research and I saw many people that they are suggesting the following methos Tools::getAdminTokenLite('AdminModules') $token = Tools::getAdminToken($tab.(int)(Tab::getIdFromC...
  5. I've just installed PrestaShop version: 1.7.7.0 on PHP version: 7.3.23, using MySQL version: 5.7.32. I access the BO by writing the admin folder name in the address bar like : http://domain_name.com/admin_folder. Even when I logout, accessing BO is simple, I guess Chrome has my login info so...
  6. Bonjours à tous, je suis nouveau sur le forum J'ais un problème dans mon Back office de prestashop version 1.7.5.2 Lorsque que j’ai activé le SSL dans le back office j’ai un message qui m’est apparu, que j’ai mis en pièce jointe. Pour plus de renseignement voici : Hébergeur...
  7. Bonjour, Je viens d'installer prestashop v1.7.6.5 et je suis sous environnement mac L'installation s'est fait comme il se doit mais il est impossible de modifier ou d'ajouter des produits. Le message suivant s'affiche automatiquement: The CSRF token is invalid. Please try to resubmit...
  8. We have a website that has only 2 products with lots of Combinations this is causing this error (The CSRF token is invalid. Please try to resubmit the form), I have gone through numerous post regarding this problem with no real solution we have increased the following: PHP version : 7.0 memor...
  9. Tengo un problema con los tokens de mercadopago.. estoy haciendo pruebas de manera local con wampp y cuando quiero instalar mercadopago a modo de prueba, ingreso los tokens que me dan desde la pagina oficial, y siempre me da el siguiente error: "Las credenciales no pueden estar vacías y deben ser vá...
  10. Dzień dobry Mam problem otóż od jakiegoś miesiąca na mojej preście w wersji 1.7.6.3 przy wybieraniu opcji zaawansowane>importuj lub jakiejkolwiek innej wyświetla mi się wiadomość "niewłaściwy token: Bezpośredni dostęp do tego linku może spowodować luki w bezpieczeństwie sklepu.". Dodatkowo prz...
  11. ¡Hola! me aparece lo siguiente cuando el intento acceder a la pasarela de pago de mi tienda <<Invalid response received, token expected>> aparece solo cuando se selecciona un país en concreto a la hora de rellenar el pedido y cuando vas a pasar al pago aparece... antes funcionaba perfectamente...
  12. Hi, never before had so strange behavior. My website working online fine. But when I pull all file with FileZilla and try to work locally all JS files have strange TOKEN. It seems it is not UTF-8... If I add new JS files it start working perfectly. How can i regenerate TOKEN? Any help appreciat...
  13. Bonjour, Je voudrais modifier la fiche produit pour ajouter des logos dont j'ai enregistré le nom dans la base de données seulement je n'arrive pas à accéder au réponse de ma requête. Je vous joins le modèle de la base de données et les codes de la page tpl et celle du php. Cordialement,...
  14. Good morning, I've been using prestashop for several years but it's the first time I have this problem. Prestashop 1.6.20 with PHP 7.0 and SSL. When I try to access to the backoffice in https and I work in the various sections everything is OK, but when I click on "Catalog -> Products" I l...
  15. Buongiorno a tutti voi, uso prestashop da diversi anni ma è la prima volta che ho questo problema. Prestashop 1.6.20 con PHP 7.0 e SSL. Quando effetto l'accesso in backoffice in https e lavoro nelle varie sezioni tutto ok, ma quando clicco su "Catalogo -> Prodotti" mi fa il logout automati...
  16. Still problem with 'invalid token' but now with 1.7.5 Presta PHP 7.0 or 7.x - not relevant Any idea?
  17. Bonjour, En cliquant ce matin sur l'onglet "produits" du catalogue (prestashop 1.7.3.0), j'ouvre directement un module (expeditor net, que j'ai installé hier). J'ai tenté de réinitialiser le module, vidé le cache… rien n'y fait. Je suis systématiquement redirigé vers le module alors que je...
  18. Bonjour, Je suis actuellement en train de développer une boutique en ligne Prestashop hébergée par OVH. Version Presta 1.7, Php 7, certificat SSL activé. Tout fonctionnait correctement jusqu'à aujourd'hui où dès que je créé ou modifie quelque chose sur le site : un message d'erreur...
  19. Bonjour, Ce sujet a été traité dans d'autres posts mais je ne parviens pas à résoudre mon souci : Je reçois ce message depuis quelques semaines dès que j'essaie de faire des modifications sur mes fiches produits : "Jeton (token) invalide: accéder à ce lien peut entraîner un éventuel p...
  20. Bonjour à tous ! Je rencontre actuellement un soucis avec mon back-office sur Prestashop 1.4.7. En effet, dès que je souhaite accéder aux onglets du BO, j'ai la page "Clé de sécurité invalide" qui apparaît. Bon, j'ai déjà épluché maintes et maintes fois les autres pages qui fo...
  21. Bonjour, Depuis hier, j'ai des soucis pour ajouter ou modifier un produit dans le back-office. J'avais tout le temps une page d'erreur qui s'affichait ("jeton (token) invalide"). J'ai d’abord pensé qu'une mise à jour pourrait régler la solution. J'ai donc fait la dernière mise à jour à la vers...
  22. Hi, I just started writing my new module, and i have a problem with invalid token value error, here is the code: class UltimateExporter extends Module { function __construct() { $this->name = 'ultimateexporter'; $this->tab = 'administration'; $this->ver...
  23. How protect file with a unique and secured token? For example my file - ajax.php include_once(dirname(__FILE__) . '/../../config/config.inc.php'); include_once(dirname(__FILE__) . '/../../init.php'); include_once(_PS_MODULE_DIR_.'bonnewsletter/classes/ClassNewsletter.php'); i...
  24. I copied the site from http://www.vaporsolutions.gr/ to http://www.vaporsolutions.gr/newsite/ in order to perform an update without tampering the live site. However, I cannot see the site located at /newsite or access the admin. When I type (for admin) the path, I get: http://www.vapors...
  25. Hello all, I made a test module using the following tutorial resources and code: http://developers.prestashop.com/module/05-CreatingAPrestaShop17Module/02-CreatingAFirstModule.html http://developers.prestashop.com/module/05-CreatingAPrestaShop17Module/04-AddingAConfigurationPage.html http:...
×
×
  • Create New...