Worksuite Saas - Project Management System

Worksuite Saas - Project Management System v5.3.84 Nulled

No permission to download

lyraevega

New member
Feb 14, 2021
17
3
3
I just found something, apparently you have to do it from time to time, idk

go to the project folder with the command line and type the following command :

Code:
$ php artisan route:clear
 

enesbey

Well-known member
Trusted Uploader
Mar 13, 2021
257
195
83
'' Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException
The GET method is not supported for this route. Supported methods: HEAD. '' I'm getting this error. What is the solution? The table is not added to the database. After the installation is finished, I press the exit button. This error is coming.
 

lyraevega

New member
Feb 14, 2021
17
3
3
'' Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException
The GET method is not supported for this route. Supported methods: HEAD. '' I'm getting this error. What is the solution? The table is not added to the database. After the installation is finished, I press the exit button. This error is coming.

Try in command line :
php artisan route:clear
 

enesbey

Well-known member
Trusted Uploader
Mar 13, 2021
257
195
83
I don't know how to use it. I don't know how to open the command line. I installed it on Cpanel. I don't know if there is a command line on the cpanel. I could not solve the problem somehow.
 

dolob

Member
Aug 27, 2018
93
56
18
I don't know how to use it. I don't know how to open the command line. I installed it on Cpanel. I don't know if there is a command line on the cpanel. I could not solve the problem somehow.
:rolleyes: putty? I cannot believe rilli duncha know how to use ssh etc. how you maintenance your server?
 

bobikzoza

Active member
Babiato Lover
Trusted Uploader
Feb 23, 2020
627
216
43
tell me I do not understand how to solve the problem with
Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException
The GET method is not supported for this route. Supported methods: HEAD.
someone show me through please
 

icko11

Active member
Trusted Uploader
May 10, 2021
91
216
33
I tried @lyraevega solution and it worked. Only problem is that I can only access it on mydomain.com/public and not on my .com domain
 

Noxium

Member
Aug 2, 2019
83
31
18
I tried @lyraevega solution and it worked. Only problem is that I can only access it on mydomain.com/public and not on my .com domain
Maybe this will help? https://www.devopsschool.com/blog/laravel-remove-public-from-url-using-htaccess/
I haven't tried this with Worksuite but I've had experience with this kind of rules in htaccess
Also take a loot at https://stackoverflow.com/questions/28364496/laravel-5-remove-public-from-url which seems to be simpler.
REMEMBER TO MAKE A BACKUP OF YOUR FILESYSTEM BEFORE DOING ANYTHING.
 
  • Like
Reactions: icko11

icko11

Active member
Trusted Uploader
May 10, 2021
91
216
33

bobikzoza

Active member
Babiato Lover
Trusted Uploader
Feb 23, 2020
627
216
43
hello tell me this entry in .htaccess in your opinion is enough for a good script to work
<IfModule mod_rewrite.c>
RewriteEngine On

RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
 

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