dhall111 Posted January 26, 2018 Share Posted January 26, 2018 My "modules & services" link is not working. I click on it and get the fatal server 500 error message. i've searched the forums and one person suggested changing the debug mode to see I could figure it out. This is what it says: Stack Trace in modules/upela/upela.php at line 793 $param_select = true; } if (empty(Configuration::get('PS_SHOP_COUNTRY_ID'))) { $defaultCountry = Country::getIsoById(Configuration::get('PS_COUNTRY_DEFAULT')); } else { $defaultCountry = Country::getIsoById(Configuration::get('PS_SHOP_COUNTRY_ID')); So, what does that mean? I think it may mean there's something wrong with my country in the upela module. But how do I get to it if I can't access my modules? I'm so beyond my capabilities, any step by step instructions would help. Thanks, Link to comment Share on other sites More sharing options...
NemoPS Posted January 27, 2018 Share Posted January 27, 2018 That upela module is broken, access via ftp and rename the upela folder to something else ( you might just even prefix it with an uderscore) Is it not reading anything more than that? Link to comment Share on other sites More sharing options...
dhall111 Posted January 27, 2018 Author Share Posted January 27, 2018 I cannot thank you enough!!!!!!! That was such an easy fix. I just had no clue where to even start. I really appreciate it! Have a great weekend! Link to comment Share on other sites More sharing options...
Digital Human Posted March 6, 2020 Share Posted March 6, 2020 @NemoPS I followed the example https://devdocs.prestashop.com/1.7/modules/concepts/controllers/front-controllers/#minimum-controller-example Then tried: Without URL rewriting: http://<shop_domain>/index.php?idPayment=1337&fc=module&module=cheque&controller=validation&id_lang=1 With URL rewriting: http://<shop_domain>/en/module/cheque/validation?idPayment=1337 Neither work. I get error 404. Anything I need to do to get this to work? Link to comment Share on other sites More sharing options...
WilfredWise Posted April 1, 2020 Share Posted April 1, 2020 On 3/6/2020 at 12:44 PM, Digital Human said: @NemoPS I followed the example https://devdocs.prestashop.com/1.7/modules/concepts/controllers/front-controllers/#minimum-controller-example/MyGroundBiz Then tried: Without URL rewriting: http://<shop_domain>/index.php?idPayment=1337&fc=module&module=cheque&controller=validation&id_lang=1 With URL rewriting: http://<shop_domain>/en/module/cheque/validation?idPayment=1337 Neither work. I get error 404. Anything I need to do to get this to work? love it thank for the valuable information… 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