• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
WorkDo Dash SaaS - Open Source ERP with Multi-Workspace

NULLED WorkDo Dash SaaS - Open Source ERP with Multi-Workspace 5.3 NULLED

iranthavan 's signature
Reacted by:
  • Like
Reactions: yerv28 and raz0r

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!
 
Last edited:
Reacted by:
  • Like
Reactions: allonge, yerv28 and zqdevelopers

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!
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.
 
Reacted by:
  • Like
Reactions: zqdevelopers and yerv28
Top