Page 1 of 1

Location of Base URL

Posted: Fri Jun 05, 2020 6:07 pm
by radziu
Hello,

I have recently reorganized my website directories and i moved formaLMS to another directory. I can still see the login page, but when i put in credentials and click login, it takes me to a 500 error.

I believe the issue to be with my baseURL that i entered during installation. Where is that variable held so i can change it, i haven't been able to find it.

Re: Location of Base URL

Posted: Fri Jun 05, 2020 6:44 pm
by alfa24
core_setting table, param_name = 'url'

Re: Location of Base URL

Posted: Fri Jun 05, 2020 9:01 pm
by radziu
alfa24 wrote: Fri Jun 05, 2020 6:44 pm core_setting table, param_name = 'url'
Thank you very much kind sir!