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

Update WebToPersonCapture.php fix #209 and #258 #260

Merged
merged 1 commit into from Jun 7, 2023

Conversation

chris001
Copy link
Contributor

Fix #209 and #258
Code had worked on PHP 7 and failed on PHP 8.
Now works on both PHP 7 and PHP 8.

Description

Motivation and Context

Web to Person form was failing with HTTP 500 error, code was incompatible with PHP 8.

How To Test This

Install and run Web to Person form on PHP 8 system, click submit, it will work.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Final checklist

  • My code follows the code style of this project found here.
  • My change requires a change to the documentation.
  • I have read the How to Contribute guidelines.

Fix salesagility#209 and salesagility#258 
Was worked on PHP 7 and failed on PHP 8.
Now works on both PHP 7 and PHP 8.
@SuiteBot
Copy link

SuiteBot commented May 17, 2023

CLA assistant check
All committers have signed the CLA.

@jack7anderson7 jack7anderson7 added Status:Assessed PRs that have been tested and confirmed to resolve an issue by a core team member Status: Requires Code Review labels May 19, 2023
@lukio
Copy link
Contributor

lukio commented May 22, 2023

LGTM

Copy link

@johnM2401 johnM2401 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, checked in PHP 74/80/81/82, can submit as expected.

@clemente-raposo clemente-raposo merged commit bf759c0 into salesagility:hotfix Jun 7, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status:Assessed PRs that have been tested and confirmed to resolve an issue by a core team member Status: Passed Code Review Status: Passed Testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebToPerson form fails with 500 error in SuiteCRM 8.2.3
6 participants