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
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
This should be fixed in the latest commit to GitHub. Try giving it a pull. Thanks
reply