PietroWeb Posted January 22, 2021 Share Posted January 22, 2021 Hello, I've a problem with Prestashop Checkout 2.3.0+ module. After install if I click on the configure button an empty page is showed and is not possible to configure the module. This with prestashop v1.7.7.0 and checkout v2.3.0 at first. Then I've tried various module upgrade (2.4.0, 2.5.0, 2.5.1) but the problem persists. In attachment a screenshot of the configuration page. It is more then a week I've this problem. I've contacted Prestashop Support and they say have forwarded the problem to their development team and let me know. But I've received no answer after that. So I've send other two mail to the support, asking for news/updates to this problem, always no answer. Is there anyone having this problem too and/or has a solution for this? Ufortunately we are stopped at this, and customer begin to stress, because he need to be live at the end of the month. Thank you in advance. Regards Pietro Link to comment Share on other sites More sharing options...
elburgl69 Posted January 22, 2021 Share Posted January 22, 2021 First, clear your (smarty) cache. Does it work now? Does the file: /modules/ps_checkout/views/js/app.js exist? If not, did you perhaps downloaded a zip of Github? If so you need to compile the vue resources manual (or download the zip from prestashop module store). If it exists, check with developer tools in the browser if the app.js file is downloaded, try to redownload manual. If not, Check the html of the page in a Script tag with app.js is present. This knowledge limits the origin of your problem to: the js scripts are not loading correctly. there is an issue with vue script that supply the functionality. This additional info will help the developers to have a closer look. Rg, Leo Link to comment Share on other sites More sharing options...
PietroWeb Posted January 22, 2021 Author Share Posted January 22, 2021 2 hours ago, elburgl69 said: First, clear your (smarty) cache. Does it work now? Does the file: /modules/ps_checkout/views/js/app.js exist? If not, did you perhaps downloaded a zip of Github? If so you need to compile the vue resources manual (or download the zip from prestashop module store). If it exists, check with developer tools in the browser if the app.js file is downloaded, try to redownload manual. If not, Check the html of the page in a Script tag with app.js is present. This knowledge limits the origin of your problem to: the js scripts are not loading correctly. there is an issue with vue script that supply the functionality. This additional info will help the developers to have a closer look. Rg, Leo Hello Leo, thank you for the answer. I've all cache option disabled. File /modules/ps_checkout/views/js/app.js exists on my server. It also exists in Developers Tools->Source. F12 console show the following warning: "JQMIGRATE: Migrate is installed, version 3.1.0 DevTools failed to load SourceMap: Could not load content for https://elettroled.net/js/jquery/jquery-migrate.min.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE" I've tried with Google Chrome, Firefox and Brave, all latest versions. Still the same. Thank you in advance for the help. Regards Pietro Link to comment Share on other sites More sharing options...
elburgl69 Posted January 22, 2021 Share Posted January 22, 2021 (edited) Hello Pietro, Can you confirm on this installation you can edit a product? If so can you paste the html (right click -> page source or something) of the page that opens when you configure PS Checkout? (or add as attachment) Can you paste the content of app.js, as when you open in devtools (double click) in the browser? (or add as attachment) I can't reproduce your problem, something must be wrong with your installation. Can you reïnstall Prestashop, or a new instance and test there? Rg, Leo Edited January 22, 2021 by elburgl69 (see edit history) Link to comment Share on other sites More sharing options...
PietroWeb Posted January 22, 2021 Author Share Posted January 22, 2021 (edited) 15 hours ago, elburgl69 said: Hello Pietro, Can you confirm on this installation you can edit a product? If so can you paste the html (right click -> page source or something) of the page that opens when you configure PS Checkout? (or add as attachment) Can you paste the content of app.js, as when you open in devtools (double click) in the browser? (or add as attachment) I can't reproduce your problem, something must be wrong with your installation. Can you reïnstall Prestashop, or a new instance and test there? Rg, Leo Hello Leo, Yes, I can edit any product. I've installed prestashop v1.7.7.0 with softaculous installer from my hosting provider (TMDHosting). In attachment I send html of the configuration page and the app.js file. Rollback installation is the last option, I would avoid it. Thank you again. Regards Pietro app.js Edited January 23, 2021 by PietroWeb (see edit history) Link to comment Share on other sites More sharing options...
elburgl69 Posted January 22, 2021 Share Posted January 22, 2021 Thanks. Now please remove ps_checkout_conf.htm. From your previous post. rg, Leo Link to comment Share on other sites More sharing options...
elburgl69 Posted January 22, 2021 Share Posted January 22, 2021 Strange. Something prevents vue.js to attach itself to <div id="app"></div>, to do it's magic. Probably a Javascript thing. The following scripts are loaded after app.js. <script type="text/javascript" src="/modules/welcome/public/module.js"></script> <script type="text/javascript" src="/js/jquery/ui/jquery.ui.sortable.min.js"></script> <script type="text/javascript" src="/modules/tvcmscustomsetting/views/js/back.js"></script> <script type="text/javascript" src="/modules/tvcmsbrandlist/views/js/back.js"> </script> <script type="text/javascript" src="/modules/tvcmspaymenticon/views/js/back.js"></script> <script type="text/javascript" src="/modules/tvcmstestimonial/views/js/back.js"></script> <script type="text/javascript" src="/modules/tvcmscategoryslider/views/js/back.js"> </script> <script type="text/javascript" src="/modules/tvcmscategoryproduct/views/js/back.js"></script> <script type="text/javascript" src="/modules/tvcmscategorychainslider/views/js/back.js"></script> <script type="text/javascript" src="/modules/tvcmstabproducts/views/js/back.js"></script> Try disabling modules welcome, tvcmscustomsetting, tvcmsbrandlist, tvcmspaymenticon, tvcmstestimonial, tvcmscategoryslider, tvcmscategoryproduct, tvcmscategorychainslider and tvcmstabproducts one by one and test in between every step. Try disabling all non ps modules one by, until you find the one causing the problem. Link to comment Share on other sites More sharing options...
PietroWeb Posted January 23, 2021 Author Share Posted January 23, 2021 Hello Leo, ok, you are right, I've deleted html file from my previous post. I've tried to disable modules you highlight, but unfortunately relative js files are always loaded (when checking source code of the configuration page). I've tried also to clean the cache, to clear application data with F12->Application and to logout and login. I have to say the modules starting with "tv" are related to a paid theme the customer has bought. In order to exclude it was the cause of the problem I've switched many times from this theme to the basic prestashop theme. Unfortunately the problem persists. I could uninstall the 3rd-party theme and do a check, but I would avoid it, because then I've to reconfigure the whole theme, and is a very annoying operation, and we have to do again all the translations. Now I'm contacting the theme creator to ask information on this problem, and if it may be related to theme specific files loaded. Thank you again for the help. If you have any other ideas, I could try, otherwise I have to uninstall prestashop checkout and switch to paypal module, that is working fine, and use only this. Regards Pietro Link to comment Share on other sites More sharing options...
elburgl69 Posted January 23, 2021 Share Posted January 23, 2021 Sorry I could not help. On thing, not discussed but I assume you did it already, but have you tried to uninstall an install ps_checkout completely? Rg and success with finding a solution, Leo. Link to comment Share on other sites More sharing options...
PietroWeb Posted January 23, 2021 Author Share Posted January 23, 2021 (edited) Thank you Leo. Yes, I've reinstalled it many times. Besides, unfortunately, another problem has occurred I've updated the category tree official module. After that when I now open the admin panel login page an HTTP 500 error occurr. I cannot see any error in F12. I've tried to disable this module via database, but problem persist. So I can't access anymore in my admin panel. Sorry, I know I'm off-topic, but I'm very discouraged at now. If you have any ideas I'll thank you. Otherwise I'll open another topic for this, after doing some search. Regards Pietro Edited January 23, 2021 by PietroWeb (see edit history) Link to comment Share on other sites More sharing options...
elburgl69 Posted January 23, 2021 Share Posted January 23, 2021 (edited) Delete the folder <documentroot>/app/cache/prod and <documentroot>/app/cache/dev if they exist. Normally such a 500 error is an attempt to load a class that is already loaded in the cache. If that does not help, have a look at your php logfiles. On unixboxes, normally look in /var/log/php* (* for the version). Otherwise put error reporting on (can be nasty in the front end too on production systems...). Edit <document root>/config/defines.inc.php and change the second line: if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); } This will give you a cause why the error occurs. By the way, when deleting modules manual in the database, do no forget the named entries in ps_authorization_role table. The SLUG is something like ROLE_MOD_TAB_<MODULE NAME>_<ACTION>. Succes, Leo Edited January 23, 2021 by elburgl69 (see edit history) Link to comment Share on other sites More sharing options...
PietroWeb Posted January 23, 2021 Author Share Posted January 23, 2021 OK, I've solved. It was right a cache problem. I've cleaned folder /var/cache/ and now it is working again. Thank you again for the help. Regards Pietro Link to comment Share on other sites More sharing options...
ceca19 Posted January 25, 2021 Share Posted January 25, 2021 Hello, I have the same problem. I followed these steps: - I have installed and reinstalled the ps_checkout module several times - I cleared the caches bo and manually - I checked the page's html to look for app.js but the problem persists. Please how can I solve? I am very disheartened and I don't know what to do anymore I use PS 1.7.7 Linux Server Information # 1 SMP Fri Mar 13 09:20:40 EDT 2020 x86_64 Server software version: Apache PHP Version: 7.3.23 Memory limit: 512M Maximum execution time: 300 Max. Size of files to upload: 128M Thanks in advance for the help Link to comment Share on other sites More sharing options...
PietroWeb Posted January 25, 2021 Author Share Posted January 25, 2021 1 minute ago, ceca19 said: Hello, I have the same problem. I followed these steps: ... Hello ceca19, unfortunately I've not solved and support has not answered, after a first time. I'm going to use the official paypal module, in order to manage payments. I've to try but it seems it is possible to use credit/debit card with paypal without registration. So I think I can proceed in this way. Regards Pietro Link to comment Share on other sites More sharing options...
ceca19 Posted January 25, 2021 Share Posted January 25, 2021 Thanks Pietroweb for the reply, I have already tried with paypal module but also he from FO does not work. I also use thema themevolty A doubt arises ... could it be the thema that conflicts? Link to comment Share on other sites More sharing options...
PietroWeb Posted January 25, 2021 Author Share Posted January 25, 2021 1 minute ago, ceca19 said: Thanks Pietroweb for the reply, I have already tried with paypal module but also he from FO does not work. I also use thema themevolty A doubt arises ... could it be the thema that conflicts? Ah Ok, I've this doubt too. I've to say this theme is very buggy; anyway I've come back to the classic prestashop theme and the problem remain. I've not tried to uninstall the themevolty theme, because I've spent many days to configure it in a decent way. And I'm scared to have to reset all the configurations. As to paypal module, I've tried just for a while at the beginning and I remember there was something strange at checkout time. I'll do a try and let you know. Sorry, but I will have no good reviews of prestashop. Anyway my customer want to use it, and I've accepted the work, so I've to finish it. Regards Pietro Link to comment Share on other sites More sharing options...
dideccoavo Posted January 30, 2022 Share Posted January 30, 2022 Good morning, i have the same problem with the Prestashop Checkout module. When I click on configure nothing appears. I have installed all versions of PS Checkout up to 2.16 but it doesn't work. I contacted the developers of the module but they didn't answer me. If you have a solution, please help me. Link to comment Share on other sites More sharing options...
ComGrafPL Posted January 30, 2022 Share Posted January 30, 2022 (edited) Presta and Php version? Uninstall, clear cache ( delete folders inside Var folder ). Install module https://github.com/PrestaShopCorp/ps_checkout and retry. Edited January 30, 2022 by ComGrafPL (see edit history) Link to comment Share on other sites More sharing options...
dideccoavo Posted January 30, 2022 Share Posted January 30, 2022 The prestashop version is 1.7.8.3 The PHP version is 7.3.33 I deleted the contents of var / cache / I reinstalled the module, but nothing. Attached is what appears when I click on configure. Link to comment Share on other sites More sharing options...
ComGrafPL Posted January 30, 2022 Share Posted January 30, 2022 Php for 1.7.8.3 must / should be 7.4 1 Link to comment Share on other sites More sharing options...
Janett Posted January 30, 2022 Share Posted January 30, 2022 Maybe you have a module named tvcmscustomsetting from ThemeVolty Team This module is known to break PrestaShop Checkout configuration page. Link to comment Share on other sites More sharing options...
dideccoavo Posted January 30, 2022 Share Posted January 30, 2022 I had the ThemeVolty theme, but I uninstalled it, and I uninstalled all the connected modules by deleting them from the modules folder. I realized it was a bad theme with a lot of bugs. But I think it didn't depend on this because now I have another theme the ps checkout module doesn't work anyway. Link to comment Share on other sites More sharing options...
dideccoavo Posted January 30, 2022 Share Posted January 30, 2022 (edited) I'm running prestasho on PHP 7.4.27 but nothing changes. Prestashop checkout is not working. Edited January 30, 2022 by dideccoavo (see edit history) Link to comment Share on other sites More sharing options...
Nickz Posted January 30, 2022 Share Posted January 30, 2022 1 hour ago, dideccoavo said: I'm running prestasho on PHP 7.4.27 but nothing changes. try php 7.3 php versions most of the times depend on the modules. Your core can run on 7.4 but if one module won't follow issues arise. Link to comment Share on other sites More sharing options...
dideccoavo Posted January 30, 2022 Share Posted January 30, 2022 My prestashop runs on PHP 7.3. I switched to PHP 7.4 on the advice of ComGrafPL. But prestashop checkout doesn't work on PHP 7.3 or PHP 7.4 either Link to comment Share on other sites More sharing options...
Nickz Posted January 30, 2022 Share Posted January 30, 2022 Just now, dideccoavo said: But prestashop checkout doesn't work on PHP 7.3 or PHP 7.4 either Is it a stock module or a addon you got? If latter ask the developer. Link to comment Share on other sites More sharing options...
dideccoavo Posted January 30, 2022 Share Posted January 30, 2022 Prestashop Checkout is developed by the prestashop team. Link to comment Share on other sites More sharing options...
Nickz Posted January 30, 2022 Share Posted January 30, 2022 And they have no ticket system? Link to comment Share on other sites More sharing options...
ComGrafPL Posted January 30, 2022 Share Posted January 30, 2022 3 minutes ago, Nickz said: And they have no ticket system? He could try with older version on the module? Link to comment Share on other sites More sharing options...
Nickz Posted January 30, 2022 Share Posted January 30, 2022 13 minutes ago, ComGrafPL said: He could try with older version on the module? Sure could and check with older php versions too. 1 Link to comment Share on other sites More sharing options...
Janett Posted January 30, 2022 Share Posted January 30, 2022 (edited) I guess you should contact them : [email protected] Edited January 30, 2022 by Janett (see edit history) 1 Link to comment Share on other sites More sharing options...
dideccoavo Posted January 30, 2022 Share Posted January 30, 2022 Unfortunately I have contacted Prestashop checkout support numerous times as the module never worked so I have been contacting them for over a year. They just don't respond. Link to comment Share on other sites More sharing options...
Nickz Posted January 30, 2022 Share Posted January 30, 2022 1 hour ago, dideccoavo said: Unfortunately I have contacted Prestashop checkout support numerous times Ask the mods and admin for here. Link to comment Share on other sites More sharing options...
Janett Posted January 31, 2022 Share Posted January 31, 2022 I think nobody here can help you because it's a commercial module, so if they don't help you, just use another module... Link to comment Share on other sites More sharing options...
[email protected] Posted March 27, 2022 Share Posted March 27, 2022 Hello, I have the same problem with panda theme... Any help ? Thanks in advance... Link to comment Share on other sites More sharing options...
dideccoavo Posted March 27, 2022 Share Posted March 27, 2022 I solved it by deleting the module from my ecommerce. Unfortunately there is no support and therefore there is no solution. 1 Link to comment Share on other sites More sharing options...
[email protected] Posted March 28, 2022 Share Posted March 28, 2022 OK, thanks for your reply ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now