• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Worksuite Saas - Project Management System

Worksuite Saas - Project Management System 5.3.9

No permission to download
  • Like
Reactions: harsha and lostkid
Please I need advice on how I can set the software to be accessible at https://mydomain.com/login rather than https://mydomain.com/index.php/login. I have tried all means to get it to work but unfortunately, I haven't had success with this one.

Secondly, anytime I upload an image for example the app's logo, account profile images, etc, it appears to be broken after I click on the save button.

I suspect it's from my server but I can't figure out what the actual problem is and how to resolve it because it works fine if I install it on my localhost using XAMPP.
Check your Nginx configuration.
Try
location / {
try_files $uri $uri/ /index.php?$query_string;
}

then

reload nginx

add

index.php; to

server {
index index.php;
}
 
Last edited:
Check your Nginx configuration.
Try
location / {
try_files $uri $uri/ /index.php?$query_string;
}

then

reload nginx

add

index.php; to

server {
index index.php;
}
Thanks for the help bro. My server is actually an Apache server, please.

Best wishes.
 
Thanks for the help bro. My server is actually an Apache server, please.

Best wishes.
Thanks for the help bro. My server is actually an Apache server, please.

Best wishes.
Welcome Bro. Check if you have .htaccess file in your script located at '/public' folder (enable show hidden files)
If not you create one file .htaccess with the below:


<IfModule mod_rewrite.c>

RewriteEngine On

# Send Requests To Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteConf %(REQUEST_URI) !~Public
RewriteRule ^ index.php [L]
</IfModule>


RewriteRule ^ index.php [L] will help you rewrite the index.php to index.
Can email me at [email protected].
 
Last edited:
  • Love
Reactions: nanasarpong
I can confirm it works. Install v5.7.3 and update with 5.2.9. (Follow the update documentation)

Here is how I got v5.2.9 to work. I just thought I should share my experience with the community.


So first of all if a direct update from version 5.2.73 to 5.2.9 does not work for you, it may appear to be that may be a huge jump in versions so Try updating from version 5.2.73 to say v5.2.81 then to v5.2.9. In my case, this is how I got it to work.

Now after each version update, don't forget to clear the cache and update the database to the new one (with your-worksuite-domain.com/clear-cache and your-worksuite-domain.com/update-database before the next update.

Also make sure to keep(backup) and restore old .env, user-uploads (in the public folder), and sometimes the Modules folder if you have any modules installed (even though the documentation does not highlight it). In my case, I realized the modules were deactivated after the update so I just had to reactivate and it works fine.

Also, make sure the folder permissions for specified folders in storage and bootstrap are all correctly set to 775

I hope this helps somebody.
Shared With Love
 

Attachments

  • Screenshot 2023-07-13 182637.png
    Screenshot 2023-07-13 182637.png
    49.2 KB · Views: 20
  • Like
Reactions: tisna98

Here is how I got v5.2.9 to work. I just thought I should share my experience with the community.


So first of all if a direct update from version 5.2.73 to 5.2.9 does not work for you, it may appear to be that may be a huge jump in versions so Try updating from version 5.2.73 to say v5.2.81 then to v5.2.9. In my case, this is how I got it to work.

Now after each version update, don't forget to clear the cache and update the database to the new one (with your-worksuite-domain.com/clear-cache and your-worksuite-domain.com/update-database before the next update.

Also make sure to keep(backup) and restore old .env, user-uploads (in the public folder), and sometimes the Modules folder if you have any modules installed (even though the documentation does not highlight it). In my case, I realized the modules were deactivated after the update so I just had to reactivate and it works fine.

Also, make sure the folder permissions for specified folders in storage and bootstrap are all correctly set to 775

I hope this helps somebody.
Shared With Love
can you share Install v5.7.3 nulled please, download link not working
 
can you share Install v5.7.3 nulled please, download link not working

Please Download it here.​

It's a WeTransfer link and may be dead after 7 days i think so kindly download asap. The link includes v5.2.73, v5.2.81 and v5.2.9.​


Please Note: As far as I know only 5.2.73 is nulled and can install without license issues. Use v5.2.81 and v5.2.9 only for updates and you should be fine.​


Hope it helps.
Cheers.

 
  • Like
  • Love
Reactions: mawwad and tisna98
Hello guys how to remove domain/public to keep only www.domain.com
Set your domain to point to the public folder. For example, if domain is www.worksuite.com. Set domain directory to point to worksuite/public.

Check documentation below.
 
Set your domain to point to the public folder. For example, if domain is www.worksuite.com. Set domain directory to point to worksuite/public.

Check documentation below.
Screenshot 2023-07-15 at 3.22.17 AM.png
hello anyone
 
Hello family.
Could you please share the latest version v5.2.92
@mrskzio if you could kindly assist I would be very grateful. That is only if you've got it yet. The v5.2.9 update you shared has been very helpful I must say :) .

Many thanks in advance.
 

Attachments

  • Screenshot 2023-07-14 234929.png
    Screenshot 2023-07-14 234929.png
    62 KB · Views: 15
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock