Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot configure Module Menu Filters on PHP8+ #10009

Closed
JackBuchanan opened this issue Apr 3, 2023 · 0 comments
Closed

Cannot configure Module Menu Filters on PHP8+ #10009

JackBuchanan opened this issue Apr 3, 2023 · 0 comments
Labels
Area: PHP8 Issues & PRs related to the CRM when using PHP8 Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type: Bug Bugs within the core SuiteCRM codebase

Comments

@JackBuchanan
Copy link
Contributor

Issue

Cannot configure Module Menu Filters on PHP8+, pressing save results in a 500

Also an issue in SuiteCRM8 - #46

Expected Behavior

Page should save and not result in a 500 error

Actual Behavior

500 error is thrown

Possible Fix

Make object in modules/Studio/SaveTabs.php instead of calling function statically

Steps to Reproduce

  1. Go to admin->Configure Module Menu Filters
  2. Re-order menu
  3. Press save
  4. See 500 error in the logs

Context

Cant re-order module menu

Your Environment

  • SuiteCRM Version used: SuiteCRM 7.13.2
  • Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome
  • Environment name and version (e.g. MySQL, PHP 7):MySQL, PHP 8.1
  • Operating System and version (e.g Ubuntu 16.04): 18.04
JackBuchanan added a commit to JackBuchanan/SuiteCRM that referenced this issue Apr 3, 2023
Make object instead of calling function statically
@gemartin21 gemartin21 added the Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution label Apr 4, 2023
@johnM2401 johnM2401 added Type: Bug Bugs within the core SuiteCRM codebase Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Area: PHP8 Issues & PRs related to the CRM when using PHP8 labels Apr 12, 2023
jack7anderson7 pushed a commit that referenced this issue Apr 24, 2023
Make object instead of calling function statically
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: PHP8 Issues & PRs related to the CRM when using PHP8 Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

3 participants