Installation issue Question

Laraship QuestionsCategory: TechnicalInstallation issue Question
hello3 asked 5 years ago
I am having issues with LS locally. I purchased the LS subscriptions theme Order #9768 on February 8, 2019. Platform seems to have installed correctly. Database has populated. When I click on Modules I get the "500"? In _debug file attached Before I get the standard reply. See below
  • missing PHP module - PHP installed
  • the mismatch between your local PHP and server PHP versions, which * causes composer to load incompatible dependencies. - not sure how to check this? Seems to match
  • DB connection error. - DB connects correctly
  • Application key not generated. - I loaded my one from the LS order
  • Database not imported properly - seems to have worked?
Attachments
2 Answers
Best Answer
laraship Staff answered 5 years ago

Hello,

Our team has managed to reproduce the issue and they are doing sanit testing on php 7.3

to solve the issue you have

you change line# 53 at Corals/core/Settings/Http/Controllers/ModulesController.php from

        return view('Settings::modules.index')->with(compact('modules',   'remote_updates', 'has_updates'));

and it should work

laraship Staff answered 5 years ago

Hello,

what is the PHP version you're using ?

meanwhile can you change the line# 53 at Corals/core/Settings/Http/Controllers/ModulesController.php from

return view('Settings::modules.index')->with(compact('modules', 'updater_url', 'license_key', 'remote_updates', 'has_updates'));

        return view('Settings::modules.index')->with(compact('modules', 'license_key', 'remote_updates', 'has_updates'));