This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
As I desribed above - after login in on localhost:8000/backend I can see only this https://ibb.co/k46d03F However I want this : https://ibb.co/880bStX What Am I missing here?
Hi,
First guess:
looks like there is something wrong with your installation :(
May be it is because of access rights to files & folders? If installed locally, try to set the rights of the OC folders recursively (chmod -R 775 ...) to 775 or 777 (not such a good idea, but for a quick check ok) and check again. It's my first guess. Please keep me informed, if there is any progress (or not).
Second guess:
Another reason could be found maybe in the user right settings. Did you create more than one backend user accounts already? Out of curiosity I'm just trying to find a way how to get this weird view :)
Cheers!
Last updated
Hmm, I wonder if this could be a CSS issue. Can you inspect the HTML code to see if the menu items are getting rendered?
I changed the permissions like this : "sudo chmod 777 octobercms -R". I have created two admin users. I still see no difference. However, I noticed that when I inspected the menu, there were no menu items. The <ul> element is empty like so : https://ibb.co/7bHRdBL
I can't find out which version I am using because when I typed in : "php artisan october:version" it shows me only : "Thanks for using October CMS!". I installed october cms using composer
Use composer show october/system
to show what system version you are running. It will show under versions
I just did a fresh install and all the menu items are there. What version of October Rain are you using? composer show october/rain
It should show v1.1.4 as well.
Looking at your screenshot it appears that your admin account has no permissions to see anything, yet it is fine to view the dashboard... this makes not much sense
1-10 of 10