Jump to content

Search the Community

Showing results for tags 'validator'.

  • Search By Tags

    • validator ×
    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. Bonjour, je viens de m'apercevoir que j'ai énormément de "Warnings" sur W3.org Je sais que ce ne sont que des "warnings" et qu'ils n'ont pas trop d'importances, mais ils sont apparus d'un coup, alors que je vérifie fréquemment. Comment peut-on les corriger et d'où ils proviennent...
  2. I've built a module which I want to validate againt validator. Among all the errors and recomendations the validator said that __DIR__ is forbidden. The line was like this: require __DIR__.'/../../lib/ProtectedResource.php'; How can I use that library without using __DIR__? Why is i...
  3. Hi, Trying to setup a very simple addon. Only the bare minimum that I will try to pass the validator. The only problem seems to be the ClassName. I have a addon, let's say is it called "company_blabla". The validator expects class CompanyBlabla extends Module But that won'...
  4. Hello guys, recently i've wrote an article about 10+ common mistakes related to creating a PrestaShop module, you can read this article on PrestaShop Build blog here: http://build.prestashop.com/howtos/module/Common-mistakes-while-coding-module/ I'm open for a suggestions and discus...
  5. Buenas, hemos desarrollado un pequeño módulo para verificar los números DNI/CIF/NIE/NIF que estén en el formato correcto y sean números válidos registrados. No permite continuar el registro si la validación no se realiza correctamente. Hemos visto que no hay ningún módulo que realiza esta...
  6. Hello guys, I have this problem with my validator that it won't recognise my postal code. It shows red cross. I have set the backend setting to 'NNNN' for 4 x numbers. So it should work. As far as I know it's a common problem - but the solutions out there don't work for me. Pleas...
  7. Ciao a tutti, sistemando la parte seo del mio sito stavo ottimizzando gli errori che restituisce il validator W3C ma mi sono subito fermato al primo errore di CSS. In poche parole mi restituisce l'errore Error: CSS: text-shadow: Too many values or values are...
  8. Bonjour à tous, je suis Fabien. Je me permet de solliciter votre aide concernant un problème quant à la validation de la nouvelle version de mon module, dont la compatibilité avec les versions 1.4, 1.5 et 1.6 est maintenue. Le Validator me signale 5 erreurs relatives à la sécurité :...
  9. Bonjour, J'essaie de valider un module dans PrestaShop Validator, mais il me reste une erreur. Je veux utiliser un "categories tree" donc j'ai fait quelque chose comme ça en php : pour >= 1.6.0 : $helper = new HelperTreeCategories('categories-treeview'); $category_tree = $helper->render();...
  10. hello I am developing prestashop module in which I am facing so many problem with prestashop validator all the time. this time in my module there is requirement of calling hook payment in my template file so I have call rightly and works fine as well. but while validating prestashop validator gives...
  11. Is there any expert or say at least a good developer in prestashop..? I have develop many modules and face same problem with each and every time. I have upload one module on 23-06-2015 with validation done successfully. and on 26-06-2015 got reply of security issue and I have try to validate sa...
  12. Hello, We are developing a module with the purpose of selling it in the prestashop store (http://addons.prestashop.com/). When passing the validator (https://validator.prestashop.com/), we managed to have all ok except this problem: The use of function hash_hmac() is forbidden Some p...
  13. Hello, I am working on a new module and I am dealing with some errors I am receiving from the validator I common stardard type error is this: Expected "if (...) {\n"; found "if(...)\n {\n" appear several times: I am using notepad++ and the code is simple and clear for example: ·...
  14. I bought the add on 'International Address Validator' fourteen days ago but my developer couldn't install it. Since then I've raised the issue with Presta shop add ons (twelve days ago) and chased this up on three separate occasions but I have still not received any reply to my query. I'm new to Pre...
  15. I have developed a new module for prestashop and it is using dompdf library for generating pdf. When I validate the module then I get some compatibility issues that are pointing to some errors that say: 'Class 'PDFLib' does not exists' 'Function 'pg_query()' does not exists' 'Function 'pg_...
  16. I have developed a module for Prestashop and when I validate it on the validator, I get security issues saying that - Invalid escape modifiers count, could be escaped like: "{$data|escape:'htmlall':'UTF-8'}" When I use a integer, float or string variable, then I use html or htmlall to escap...
  17. Salut à tous, Bon je poste ici, j'espère que c'est le bon emplacement. J'ai beau chercher je ne trouve pas de réponse à ma question. J'ai voulu mettre en ligne un nouveau module sur addons et donc du passer par le validator, mais là gros souci, j'ai apparemment des erreurs de standards,...
  18. Hi everyone, I have a simple question : Why the document http://doc.prestashop.com/display/PS15/Coding+Standards says "Method and function names always use CamelCase: begin with a lowercase character and each following words must begin with an uppercase character" and the document http://doc.prest...
  19. Analytics website reccommendet me to check http://validator.w3.org/ and I have got 4 small errors in the html. I guess it's a default as I didn't mess there. Should I delete these? (in which file?) Or it doesn't really matter?
  20. Hello Dear All Prestashop Experts I want to ask you all that before upload module in http://addons.prestashop.com/en/. I must have to validate my module in https://validator.prestashop.com but when I am validating my module prestashop validator gives me some prestashop parent class or controller...
  21. Bonjour à tous et à toutes, J'ouvre ce topic car je trouve intéressant d'avoir l'avis de la communauté sur le fameux validateur de module Prestashop. Je ne sais pas ce que vous en pensez, mais pour moi ce validateur me fait doucement rire ... Certes il détecte bien tout un tas d'erreurs...
  22. Hello, I try to valide a module in PrestaShop Validator, but I have an error. I want to use a categories tree so I use something like this in php: for >= 1.6.0: $helper = new HelperTreeCategories('categories-treeview'); $category_tree = $helper->render(); for < 1.6.0: $helper = new He...
  23. Hello! how to fix validation errors? "/index.php You must use "/**" style comments for a file comment"
  24. How can i apply target="_blank" in .tpl My code is here: <a href="http://www.test.com" target="_blank">USA/INTERNATIONAL</a> But http://validator.w3.org given Error: Line 223, Column 61: there is no attribute "target" How can i solved help me. Thank you
  25. Hi, I'm trying to validate a module and I'm getting the following error: The use of function header() is forbidden; use Tools::redirect() instead but the headers I want to use are: Header('Status: 301 Moved Permanently', false, 301); Header('content-type:.application/xml'); what are the...
×
×
  • Create New...