After upgrade from Omeka S 1.4.0 with CleanURL 3.15.5 to Omeka 2.1.2 with CleanURL 3.15.17.1, URL's gennerated at site ommits any Main base path part configured. So, when you click on generated URL, you get an Omeka S Page not found error.
If you enter correct URL by hand, pages (collections, items...) are accessible.
Seems error on \CleanUrl\src\Router\Http\CleanRoute.php file, function _getUrlPath, line 896:
After upgrade from Omeka S 1.4.0 with CleanURL 3.15.5 to Omeka 2.1.2 with CleanURL 3.15.17.1, URL's gennerated at site ommits any Main base path part configured. So, when you click on generated URL, you get an Omeka S Page not found error.
If you enter correct URL by hand, pages (collections, items...) are accessible.
Seems error on \CleanUrl\src\Router\Http\CleanRoute.php file, function _getUrlPath, line 896:
I fix it quickly replacing $setting('cleanurl_main_path_full') with $this->settings['main_path_full']