Jump to content

kevin78

Members
  • Posts

    425
  • Joined

  • Last visited

Everything posted by kevin78

  1. Nettoyer le cache et cookies des navigateurs (pour ceux qui sont dans cette galère même si ça date de 3 ans, c'est toujours d'actualité !)
  2. Hello i have the same issue. I think some rules should be included in the htaccess in order to make the good rewritting, but im not sure. Did you solve it in your side please ?
  3. Thnks again. I made this modification only : $query = "LOAD DATA INFILE '".$tablefile."' INTO TABLE "._DB_PREFIX_.$table." CHARACTER SET 'utf8'"; And everything looks like to be ok. Im on multishop. And it is working also, just need to make some settings and everything look like to be ok. Now, i have a "new" 1.5.6.3 without any module, without any template, but with all datas. I will upgrade to 1.6.1.1 tomorrow. Edit : upgrade to 1.6.1.1 perfectly without any problem, and solve some bug i had with the last 1.5.6.3 i will continue my test this week, and go to production next week
  4. Sorry to disturb you... but where should i put these codes ? In your copy_shopdata.php file ? For example, in the line 311 : $query = "LOAD DATA INFILE '".$tablefile."' INTO TABLE "._DB_PREFIX_.$table.""; Or line 347 : $query = "LOAD DATA INFILE '".$tablefile."' INTO TABLE "._DB_PREFIX_.$table."";
  5. Hello Musicmaster, In order to upgrade my shop 1.5.6.3. to the 1.6.1.1 with a "cleaning" step, i am testing your script today, in this way below : 1- i will create a new shop 1.5.6.3. and erase all data (with the native prestashop module "cleaner") 2- i will start the the copy_shopdata.php, without any modules, any themplates. 3- i will have a copy of my 1.5.6.3. - new, without modules, etc. 4- i will upgrade with 1-click Upgrade to 1.6.1.1 5- i will add the new templates and modules But right now, im at the step 2. I have this error : MySQL error 1: Can't create/write to file '/var/www/my-admin/triple/copy_shopdata_address.dtx' (Errcode: 13) I think it is a permission error. Could you tell me which user is used for creating the dtx files please ? Edit : i change the persmissions to 777 (with 775 it was still not enough). It is working. All datas have been correctly transfered but i have one problem : special character has not been applied. Like : é - è - à
  6. PHP 7 apportera-il de grosses améliorations ? Je suis en train de faire un update de tout mon serveur, et cela risque de prendre du temps. Donc je préfère être sûr des versions à installer pour le long terme. Aujourd'hui je suis encore sur du apache 2.2, PHP 4.3 Debian 6 ...
  7. Salut tout le monde qui a déjà testé le php 5.6 avec la dernière version prestashop ? Est-ce bien compatible ?
  8. Ah yes; now i understand It is usefull when the 1-click upgrade doesnt work. I will try a 1-click upgrade. But my original question was to start a new shop v1.6.1.1 and put the tables data from the 1.5.6.3 I think, i will proceed like this : - upgrade my 1.5.6.3 to 1.6.1.1 : i hope it will be OK. If not, i hope it will at least modify correctly the database, in order to export the most important tables (like in your script). - install the new 1.6.1.1 : i clean it. And i import the exported tables before. I think that is like your script, right ?
  9. I checked your script. But i dont really understand what does it bring exactly. On your script, you ask to upgrade the old shop with the PS Autoupgrade. If we use this "normal" upgrade solution, it should upgraded my old shop (1.5.6.3) to the latest version (1.6.1.1). With all my datas. So what your script will do more than the PS Autoupgrade ? I have checked all SQL modification from 1.5.6.3 to the 1.6.1.1 And here some modifications which is affected the important data which i need (like tables orders, users, products, categories) : Most modifications start in 1.6.0.1 and 1.6.0.10 - 1.6.1.x : CREATE TABLE IF NOT EXISTS `PREFIX_order_slip_detail_tax` ALTER TABLE `PREFIX_tax_rules_group` UPDATE `PREFIX_tax_rules_group` ALTER TABLE `PREFIX_order_detail` UPDATE `PREFIX_category` SET `is_root_category` ALTER TABLE `PREFIX_orders` etc.
  10. Table ps_orders look like to be the same. Isn't it ? Other way which could be a solution : - upgrade my 1.5.3 to 1.6.1, then extract only data tables (customers, orders, categories, products, etc.) - make a new installation and import these tables
  11. No, my goal is to not use the 1-click upgrade module. I have too much old modules since prestashop 1.2 And after many upgrades since 1.2, some tables are still existing. And some errors still persists. I want to clean all the databases in order to start with a clean shop.
  12. Hi Music, thanks a lot. You script is working between different prestashop version as well ? I mean, can i use it for exporting date from 1.5.3.1 to 1.6.1.0 ?
  13. Il y a l'import par CSV. Mais le SQL Manager : qu'apporte t il exactement ? J'utilise directement la page d'admin PHP SQL.
  14. Je ne savais pas qu'il y avait un outil d'import sur PS. Je pense faire une install toute neuve, vierge, puis import tables par tables. Travail dantesque puisque j'ai plus de 10k produits et 50k d'utilisateurs. Je ferai une copie en ligne, puis si tout va bien, je ferai tout ça en ligne.
  15. Hello i am using Prestashop multishop 1.5.6.3 But there are some bugs, and i would like to solve them and in same time, upgrade to version 1.6.1.1 So my idea is to create a new database, new shop, clean, fresh and nice Then, i would like to import all my customers tables, orders tables, suppliers, manufacturers, and categories tables. Could you tell me if is it possible ? Are these tables are all same between 1.5.6.3 and 1.6.1.1 ?
  16. Yes, justement, je voulais repartir sur une installation toute neuve. Cela afin de corriger une fois pour toute certains problèmes qui trainent depuis la 1.2 Puis importer uniquement les données telles que les tables suivantes : - clients (address, customer) - commandes (order, details, etc.) - produits (langues, attributes, features, etc.) - catégorie (langues, etc.) - supplier et manufacturer - stock - pages cms personnalisées En aurai-je oublié ? Quelle est la table pour les mots de passe des clients ? La question serait par exemple de savoir si ces tables sont structurées exactement identiquement entre la version 1.5.6.3 et la 1.6.1.1 Je vais devoir à mon avis éplucher tables par tables... Tout ce qui concerne ensuite le thème, le template personnalisé, et les modules : je m'en occuperai un par un.
  17. Hello Je suis sur Prestashop depuis la version 1.2 déjà. Je suis aujourd'hui sur la dernière version 1.5.3.1 Je suis en multi boutique, et j'aimerai passé sur la dernière 1.6 Pensez-vous qu'il serait possible d'upgrader vers la 1.6 mais en faisant une toute nouvelle installation puis un import des tables utilisées ? A savoir, la table des clients, des produits, des commandes, des catégories. Cela afin de "remettre à plat" ma base de données, car je pense qu'il doit avoir des incohérences trainer depuis la 1.4. J'avais effectué une MAJ du 1.2 direct vers 1.4 puis 1.5 Je crains que cela ait laissé des traces, et cela se ressent sur la vitesse de chargement du site (je suis en dédié, et j'ai comparé avec d'autres de mes sites qui ont été installés direct en 1.6). Qu'en pensez-vous ?
  18. Hello i have the same problem with "Undefined index: is_new_for_me in /var/www/web56/web/cache/smarty/compile/a1/a9/e6/dfdfsdfdf.file.view.tpl.php on line 1272" and debug mode is not on "ON" this solution is very safe ?
  19. Salut tout le monde j'ai fais la mise à jour vers la dernière version : 1.5.4.1 vers 1.5.6.3 J'en ai profité également pour passé de PHP 4.3.3 vers 5.4.4 Tout s'est à peu près bien passé mais j'ai une erreur côté BO de mes boutiques. J'ai des modules (comme édition étiquette UPS) qui apparaissent en autant de fois que j'ai de boutiques. Exemple : - j'ai une multi boutique avec 4 boutiques : le module apparait 4 fois sur la page commande - j'ai une multi boutique avec 2 boutiques : le module apparait 2 fois sur la page commande Saurez-vous d'où cela provient svp ? 1 jour entier penché dessus et je n'ai rien trouvé
  20. Hi Sorry for my late reply i was not here i have paid the solution but you can find a free solution here https://www.prestashop.com/forums/topic/144892-module-blockcategories-modifie-pour-nafficher-que-la-categorie-mere-de-la-categorie-active/page-3
  21. Hello I would like to know if we can find a module to calculate the tax and duty for export sellings. I ship all products with DDP (Delivered Duty Paid) I have seen this module : http://addons.prestashop.com/en/international-localization-prestashop-modules/17022-dutycalculator-charge-import-duty-taxes.html and it requires this plugin (not free...) http://www.dutycalculator.com/compare-plans/ I sell products with only HS code. And i use prestashop 1.6 the module is only for 1.5 Who can help me please ?
  22. Thanks a lot ! It is working except on my mobile phone. How to remove the picture and subdescription when we use phone ? Moreover, is it possible to put a smaller picture?
  23. Thank you Hammani I have tried already this modification. But i need to display the subcategory name, and the description on the right of the picture Now, they are at the bottom of the picture
  24. Hello I have upgraded my website to 1.6.0.9 Now, i have to update completely my template. I would like to change the display of the categories. I would like to display one category per line. How can i make this modification please ? It should be : category.tpl category.css But i have not found the correct codes.
×
×
  • Create New...