Worksuite Saas - Project Management System

Worksuite Saas - Project Management System v5.3.84 Nulled

No permission to download

AquaBlue

New member
Apr 28, 2021
2
-14
1
The download link is not working. Can someone be kind enough to upload it and make it available again please? Thanks in advance.
 

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech

starkids

Active member
Sep 21, 2020
122
40
28
1632086781344.png

Has anyone experienced anything like the picture above?

every time I add a project, the notification that appears is a server error.
but the project I created is still saved.


Code:
 $('#save-form').click(function () {
        $.easyAjax({
            url: '{{route('admin.projects.store')}}',
            container: '#createProject',
            type: "POST",
            redirect: true,
            data: $('#createProject').serialize(),
            success: function(response){
                var dropzone = 0;
                @if($upload)
                    dropzone = myDropzone.getQueuedFiles().length;
                @endif

                if(dropzone > 0){
                    projectID = response.projectID;
                    $('#projectID').val(response.projectID);
                    myDropzone.processQueue();
                }
                else{
                    var msgs = "@lang('modules.projects.projectUpdated')";
                    $.showToastr(msgs, 'success');
                    window.location.href = '{{ route('admin.projects.index') }}'
                }
            }
        })
    });

file location : public_html/resources/views/admin/projects
but I don't know what to do...
 
Last edited:

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
297
422
63
Hell
1632086781344.png

Has anyone experienced anything like the picture above?

every time I add a project, the notification that appears is a server error.
but the project I created is still saved.


Code:
$('#save-form').click(function () {
        $.easyAjax({
            url: '{{route('admin.projects.store')}}',
            container: '#createProject',
            type: "POST",
            redirect: true,
            data: $('#createProject').serialize(),
            success: function(response){
                var dropzone = 0;
                @if($upload)
                    dropzone = myDropzone.getQueuedFiles().length;
                @endif

                if(dropzone > 0){
                    projectID = response.projectID;
                    $('#projectID').val(response.projectID);
                    myDropzone.processQueue();
                }
                else{
                    var msgs = "@lang('modules.projects.projectUpdated')";
                    $.showToastr(msgs, 'success');
                    window.location.href = '{{ route('admin.projects.index') }}'
                }
            }
        })
    });

file location : public_html/resources/views/admin/projects
but I don't know what to do...
Yep I did experiencing it.. But it got sorted out after the update. Try to update it into new version N try giving appropriate permissions . That's it. If still it doesn't help just buzz me. Best of luck
 

starkids

Active member
Sep 21, 2020
122
40
28
1632111841063.png

I'm already using the latest version 3.9.7
downloaded from here, do you have any ideas, to solve this bug...

I think that after saving, it will automatically go directly to the project page.. hahahaa
 

starkids

Active member
Sep 21, 2020
122
40
28
Yep I did experiencing it.. But it got sorted out after the update. Try to update it into new version N try giving appropriate permissions . That's it. If still it doesn't help just buzz me. Best of luck
im still got server error notification, do you have solution for that ?
 

hopppaaa

New member
Nov 20, 2020
2
0
1
For the purchase code error in last version:

open this file;
/yourdomain/vendor/froiden/envato/src/traits/appboot.php

change the lines between 31 - 47 with this code:

note:don't forget to change your domain in code

Code:
public function isLegal()
    {
        $this->setSetting();
        $domain = \request()->getHost();

        if ($domain == 'writeyourdomainhere' || $domain == '127.0.0.1' || $domain == '::1') {
            return true;
        }

        // Return true if its running on test domain of .dev domain
        if (strpos($domain, '.test') !== false) {
            return true;
        }

        if (is_null($this->appSetting->purchase_code)) {
            return true;
        }
 

SYNERGY

New member
Sep 14, 2019
7
0
1
Working for me.

Had to use a new database and update the license file as posted above.

Thanks!
 
Last edited:

abhishek.mba

Active member
Sep 1, 2019
225
29
28
The license expired email that is sent to a client from this script is showing the login button and url of localhost. Can someone please guide where to make changes so that it sends email with link from the proper domain? One such example is:

Your company license is expiring soon Please check your billing details.



Thank you for using our application!
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu