# Issues with CMS tutorial

**URL:** https://discourse.cakephp.org/t/issues-with-cms-tutorial/7180
**Category:** Need Help
**Created:** [January 28, 2020, 6:39am UTC](https://discourse.cakephp.org/t/issues-with-cms-tutorial/7180 "2020-01-28T06:39:34Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![ADmad](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.cakephp.org/admad/32/20_2.png) [@ADmad](https://discourse.cakephp.org/u/ADmad)
#### Post date: [January 28, 2020, 9:14am UTC](https://discourse.cakephp.org/t/issues-with-cms-tutorial/7180/2 "2020-01-28T09:14:13Z")

</div>

> as I don’t have admin on my TTY access to my webhost and composer is not installed

Developing remotely is bad bad idea and will lead to various problems in general. Always develop locally and then deploy to remote.

> On the /articles page there is a link in the top right titled “API” which refers to [https://api.cakephp.org/4/](https://api.cakephp.org/4/) which gives [me] a 404 error.

Due to various technical issue we still don’t have the API docs for v4 available sorry about that.

> Even in the final version of src/Controller/ArticlesController.php that comment is still there

Seems you missed one or more steps of the tutorial [CMS Tutorial - Authorization - 4.x](https://book.cakephp.org/4/en/tutorials-and-examples/cms/authorization.html#fixing-the-add-edit-actions) shows how to get the user id from the `Authentication` component to replaced the hardcoded one.

> downloaded the source provided on github and it had

Oops, seems we have missed updating the `cakephp/cms-tutorial` tutorial repo for CakePHP 4. I have opened a ticket for it.

I have submitted a patch for couple of other issues you have noted [Fixes to CMS tutorial by ADmad · Pull Request #6431 · cakephp/docs · GitHub](https://github.com/cakephp/docs/pull/6431).

---

_[View the full topic](https://discourse.cakephp.org/t/issues-with-cms-tutorial/7180)._
