Article download issue after migration

To map a URL to the code, look in the “pages” folder for the RESTful object, here “articles”. The index.php there indicates that all of the article operations (including viewFile and download) are resolved by the ArticleHandler:

Looking at the ArticleHandler, you’ll find a method for each of these operations:

The first parameter, as you note, is the $articleId. The second is the $galleyId.

1 Like