have a same issue after activating addons 500 server error
yes i activate it but its not showing in dashbordhave a same issue after activating addons 500 server error
Excellent working solution. But this solution works only with updated modules. With old modules that are posted here, this solution activates modules, but they are not working in general.Solution for 500 Server Error
INSTALLING ADD-ONS
Open: file: /app/Http/Controllers/ModuleController.php
1 - Go to line 118.
2 - Replace this: $addon->package_name = $data['package_name'];
3 - With this: $addon->package_name = $data['package_name'] ?? null;
There you go my friends! Now you can install and activate all the modules!
yes, I think so too, I have tried installing the addons and it works but it doesn't appear on the dashboard, even when logging in for the company it immediately gets 500 Server Error, Has anyone found a solution?Excellent working solution. But this solution works only with updated modules. With old modules that are posted here, this solution activates modules, but they are not working in general.
5.6 - December 23rd 2024
Solution for 500 Server Error
INSTALLING ADD-ONS
Open: file: /app/Http/Controllers/ModuleController.php
1 - Go to line 118.
2 - Replace this: $addon->package_name = $data['package_name'];
3 - With this: $addon->package_name = $data['package_name'] ?? null;
There you go my friends! Now you can install and activate all the modules!
Does anyone have a definitive solution for installing new add-ons?
Last Update | 10 January 2025 |