Can‘t edit user Profiles after Update to v.0.28.0 #1538

Closed
opened 2026-02-05 01:11:10 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @sunnybeats on GitHub (Feb 14, 2020).

F5421BFC-69AA-4F47-8DEC-3ABFF1E2382C

If i try to edit a users Profile.
As Admin or es User himself..
I only get an error ( see the screenshot)

Url like (domain/settings/users/1)

Everything else seems to work without problems.

Setup:

  • Exact BookStack Version (v.0.28.0):
  • PHP Version:7.4
  • Hosting Method (Apache2):
Originally created by @sunnybeats on GitHub (Feb 14, 2020). ![F5421BFC-69AA-4F47-8DEC-3ABFF1E2382C](https://user-images.githubusercontent.com/57019865/74515874-b2bc2580-4f0f-11ea-9058-a8a762eb13f4.png) If i try to edit a users Profile. As Admin or es User himself.. I only get an error ( see the screenshot) Url like (domain/settings/users/1) Everything else seems to work without problems. Setup: - Exact BookStack Version (v.0.28.0): - PHP Version:7.4 - Hosting Method (Apache2):
Author
Owner

@JHenneberg commented on GitHub (Feb 14, 2020):

I had this issue editing pages and solved it doing the update routine again:

php artisan migrate
php artisan cache:clear
php artisan view:clear
@JHenneberg commented on GitHub (Feb 14, 2020): I had this issue editing pages and solved it doing the update routine again: ```BASH php artisan migrate php artisan cache:clear php artisan view:clear ```
Author
Owner

@sunnybeats commented on GitHub (Feb 14, 2020):

Very big thanks,
That solved it.
So next time i will clear the stuff like recommanded

@sunnybeats commented on GitHub (Feb 14, 2020): Very big thanks, That solved it. So next time i will clear the stuff like recommanded
Author
Owner

@coucho1972 commented on GitHub (Jul 10, 2020):

This also fixed my issue. My issue was that the User button wouldn't drop down at all, and when editing a page, or adding a new page, the Editor would show on 1/3 of the screen, the Image Explorer in another 1/3 and the Entity dialog on the last 1/3. This made the actual editor really hard to use. The commands by @JHenneberg resolved the issue. Just thought I would post this in case anyone else has the problem.

@coucho1972 commented on GitHub (Jul 10, 2020): This also fixed my issue. My issue was that the User button wouldn't drop down at all, and when editing a page, or adding a new page, the Editor would show on 1/3 of the screen, the Image Explorer in another 1/3 and the Entity dialog on the last 1/3. This made the actual editor really hard to use. The commands by @JHenneberg resolved the issue. Just thought I would post this in case anyone else has the problem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1538