Skip to content

Conversation

@mrtshoot
Copy link

No description provided.

@mrtshoot mrtshoot force-pushed the fix/500_err_user_items branch from 42338da to 645711c Compare October 26, 2025 09:30
@mrtshoot
Copy link
Author

Endpoint

  • /cake4/rd_cake/dashboard/users-items.json

Issue 1: Undefined Array Access in usersItems()

  1. User with limited cloud permissions makes request to /dashboard/users-items.json?token={token}&cloud_id={id}
  2. Aa->rights_and_components_on_cloud() returns false or incomplete data
  3. Application crashes attempting to access undefined array keys

Issue 2: Missing Schema Check in CountsComponent

  1. Use standard database schema where permanent_users table lacks admin_state column
  2. Make request to /dashboard/users-items.json?token={token}&cloud_id={id}
  3. Database query fails with column not found error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants