I am trying magento 2 for first time and it's driving me crazy. I have successfully installed magento 2 on my cloud shared hosting and everything looks ok except these:
1. Cannot create category: there is no form populated on `Add subcategory` or `Add root category` button click. See attached image 1. See the url in image.
2. Cannot add product, same as number 1 above. 3. It keeps saying `One or more indexers are invalid. Make sure your Magento cron job is running.` I have added cron job from cpanel. See attached image 2.
Images
1. http://i.stack.imgur.com/69wo2.png
2. http://i.stack.imgur.com/zJ4Lf.png
Not sure what I have to do for this
Running php version 5.6.x.x
Update
As per [this error report][3] I have done this but it didn't help either.
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
https://github.com/magento/magento2/issues/2402