Jump to content

modules and services not working


dhall111

Recommended Posts

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

  1. in modules/upela/upela.php at line 793  image.gif.4aff633632cd8a4c810b08e5d4eeb88f.gif
    1.             $param_select true;
    2.         }
    3.  
    4.         if (empty(Configuration::get('PS_SHOP_COUNTRY_ID'))) {
    5.             $defaultCountry Country::getIsoById(Configuration::get('PS_COUNTRY_DEFAULT'));
    6.         } else {
    7.             $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

  • 2 years later...

@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

  • 4 weeks later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...