Open yookoala opened 2 years ago
I think in long term, all the corner cases of the problem scripts need to be refactor so they works within index.php routing environment. Only then we can really migrate to path based routing (instead of script file based). It is strange that the form submit target cannot be routed from index.php.
I'm going to use the Crowd Assessment module as a test bed to try things out first. It is one of the smallest modules in Gibbon. Things should be simpler with it than the bigger ones. And before that, I'll need a better test coverage to the module.
Description
__DIR__
and require_once for a more stable behaviour when routed through index.php.Motivation and Context
$session->get('absoluteURL')
from the module.How Has This Been Tested?