Jump to content

Drack

Members
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Drack

  1. @Gary Just a little rectification about Gary post. Not composer install mylibraries but composer require mylibraries
  2. Hello @Audrey, Do you install the template inside sources ? Can you look inside the backend if you have errors ? Thank you
  3. @ClicShopping, Thank you for this update, yes work for me now @GuillaumeSochon look this error in your log [23-Aug-2023 03:18:24 America/New_York] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sogu7276_clic451.csw2_marketplace_file_informations' doesn't exist in /home/sogu7276/shop/includes/ClicShopping/OM/Db.php:107 You must applied this patch in your phpMyadmin. Before the latest release marketplace_file_informations inside schema directory was not correct, a patch has been applied and resolve this problem. CREATE TABLE `clic_marketplace_file_informations` ( `id` int(11) NOT NULL, `file_id` int(11) NOT NULL, `file_name` varchar(255) DEFAULT NULL, `date_created` date DEFAULT NULL, `date_updated` date DEFAULT NULL, `file_version` varchar(255) DEFAULT NULL, `file_downloads` int(11) NOT NULL, `file_rating` int(11) NOT NULL, `file_prices` decimal(15,4) DEFAULT NULL, `file_date_added` date DEFAULT NULL, `file_url_screenshot` text DEFAULT NULL, `file_url_download` text DEFAULT NULL, `is_installed` tinyint(4) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; -- -- Index pour les tables déchargées -- -- -- Index pour la table `clic_marketplace_file_informations` -- ALTER TABLE `clic_marketplace_file_informations` ADD PRIMARY KEY (`id`), ADD KEY `index_file_id` (`file_id`); -- -- AUTO_INCREMENT pour les tables déchargées -- -- -- AUTO_INCREMENT pour la table `clic_marketplace_file_informations` -- ALTER TABLE `clic_marketplace_file_informations` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; ## patch ALTER TABLE `clic_marketplace_file_informations` CHANGE `is_installed` `is_installed` TINYINT(4) NOT NULL DEFAULT '0'; ALTER TABLE `clic_marketplace_categories` CHANGE `sort_order` `sort_order` INT(3) NULL DEFAULT '0'; ALTER TABLE `clic_marketplace_categories` CHANGE `parent_id` `parent_id` INT(11) NOT NULL DEFAULT '0';
  4. Hello, I suppose you want to install this app : catalog apps catalog import export - What is the version of ClicShopping AI do you have ? - First, I tested the marketplace and do not have error as you, I suppose inside the setting you make a mistake : Do you insert your email and password ? - I noted a bug on my side, the api do send the information, I think it's better to report this issue on github - If nothing work for you, you can install manually the application, download it and push the files inside your repository. - to install it,look the section install for this App. In your case it will be ......./index.php?A&Catalog\ImportExport. Little note. Do not include your website. Just the most important. You will be more safe again an attack. Do you read this tuto ? https://www.clicshopping.org/forum/blogs/entry/5-secure-clicshopping/
  5. A release is out with Chatgpt integrated, just to play now.
  6. I tested under Php8.2 the current development, seems to work fine.
  7. It's again better if we can use directly inside the description. Just a note I see, It's difficult to control the images, for moment, the link does not work, other moment, the image chooses is not in relation with the topic. Anyway, everything go in the good way.
  8. I played with ChatGpt inside ClicShopping, and I ask to create a request. The result : Now I ask to the chat to change the color of .container, there the result : And to close the simple test, I tried some more complicated. First I ask for the desktop categories to create me in bootstrap 5.2, a description ans to give me an image AS you see the result, but I can not copied this result, this function in the current development is not included. but it's a nice potential if we can have this function to copy or to include directly inside the description the result te other option is to save the request, but this approach completely developed for moment. Let see what's happen, there is nice potential to use the AI with this approach
  9. Hello @Patrick, It's integrated inside the demo, below a test on my website test. It's a bit slow, but I suppose if you use the plan, the answer will more quick I play a lot with this tool and it's possible to win productivity
  10. @Patrick No some work todo, just wait to have the repo 8.2 to install it and test on ClicShopping
  11. Hello, you have 2 possibilities, 1 - First inside ClicShopping accross Page manager, you can create or change introduction page, but you must add a specific file mywebsite/index.php and after to go to mywebsite/shop 2 - or you can add a specific page but you can change manually. mywebsite/index.html and after to go to mywebsite/shop if you want For that you must change includes/ClicShopping/Conf and ClicShopping/Sites/Admin and Shop conf.php the information inside and add your new directory. For 1 Look this file, this old release but I think it can work o need to be a little updated https://github.com/ClicShopping/ClicShopping_V3/blob/354ac92cd83b31531d474d9ad6b8bac9efdb645b/index.php I hope that is what you look ?
  12. Hello, the best is go step by step. Remove your log. make a step , explain in details and show us the log
  13. Hello @patrick Thank you, done and work nice. Note . If you want to know the librairies edit composer.json
  14. Hello, I tried to update my composer libraries but I have an error message because one is not updated for php8. But it works perflectly. Any little idea.
  15. Just follow the update.
  16. Not a lot, but you have a new simple vertical menu in the administration, you can activate or not. Integrate php 8 and bootstrap, it's a big work. That's enough.
  17. Yes agree also, congratulation to @ClicShopping team, It's a major release, php 8 , bootstrap 5 Beta 2 version .... This is a big work has been done. I agree with Julie, take time to make your migration. In my experience, if you do not change anything inside the code and you create a specific template, it will not difficulties to include the update. The most important will be to remove and reinstall your module, Bootstrap 5 has not the same approcha that the version 4 nad update your database as recommended.
  18. I tested the current development, it works nice, I suppose it will be ready when bootstrap 5 will be released.
  19. Yes it's better do not activate this module, but it can be very usefeull to know the library composer vulnerabilities.🤮
  20. Hello Hernesto, Exact, but I recommend you to create a new template and push the firles inside (do not forget to copy all the css inside the new template)
  21. Hello CrazyHorse, Why you do not buy this apps : https://www.clicshopping.org/forum/files/file/32-apps-tools-export-data/ You can have what you want quickly without develoment. I tell you that because make something to export data take lot of time to develop.
  22. Hello ClicShopping Nice to shre the futur ClicShopping, the vertical is use for long time by some application. Let the horizontal menu can be a good idea. Some people can use the qpplication with their desktop et personnally, it's better to have an horizontal menu that a vertical menu.
  23. I installed the current development yesterday; works fine but on php 7.4, do not work 🤮 but work fine on php 8.0 with again some little minor error. Normal
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use