Exception on WelcomeApplication

NoiZy | 3 years ago

Hi,

I download the newest GitHub sources and
if I open the WelcomeApplication after the installation, I got this exception.


Location: Line 41 of C:\wamp\www\recess\recess\recess\framework\DefaultPolicy.class.php


# 37: } else {
# 38: throw new RecessResponseException('METHOD not supported, supported METHODs are: ' . implode(',', $routeResult->acceptableMethods), ResponseCodes::HTTP_METHOD_NOT_ALLOWED, get_defined_vars());
# 39: }
# 40: } else {
# 41: throw new RecessResponseException('Resource does not exist.', ResponseCodes::HTTP_NOT_FOUND, get_defined_vars());
# 42: }
# 43:
# 44: $this->controller = $controller;
# 45:
# 46: return $controller;


Is this normal because you still work on the new release?


Best regards
NoiZy



dsaint | 3 years ago

I'm having the same problem both with the Welcome application and routes inside the Recess application.

For example, going to /recess/recess/apps/new gives me the same error you got.

Matt

reply

KrisJordan | 3 years ago

This should be fixed in the latest commit to GitHub. Try giving it a pull. Thanks

reply

mcf | 3 years ago

Worked for me! I originally had the same issue with a git clone failing but a tarball working, and now with the latest commit it seems to be resolved.

reply



Welcome KrisJordan!

Web: http://www.krisjordan.com/

Location: North Carolina

Edit Profile