Robert Spencer

Results 103 comments of Robert Spencer

And now I can't reproduce it again, weird.

But now I see that something has change the phone number of one of our international members. The number is missing the + at the front and the last digit...

Well whatever the issue is it appears to have changed. Now ChurchCRM consistently crashes with a 500 for me if I try to change the address from the default. ```...

Still trying to figure this out, but I still can't recreate it exactly as described. In my latest attempt I consistently crashed due to a missing date string: ```log PHP...

Trying to recreate this just crashes the site on the creating "Relation" step. Will be investigating further. 📋 Cypress Recorder Results: ``` cy.visit('http://localhost/session/begin'); cy.xpath('//*[@id="UserBox"]').click(); cy.xpath('//*[@id="UserBox"]').type('admin'); cy.xpath('//*[@id="PasswordBox"]').type('changeme'); cy.xpath('//*[@id="remember"]').click(); cy.xpath('/html/body/div[1]/div/div[2]/form/div[3]/div[2]/button').click(); cy.url().should('contains', 'http://localhost/v2/dashboard');...

Confirmed, issue still exists on ChurchCRM 5.8.0 using docker-dev. Unfortunately so far I have been unable to see a reason in the logs for the issue.

Full steps (almost) to recreate this issue. Cypress Recorder doesn't record all the steps in the pop-up window unfortunately. 📋 Cypress Recorder Results: ``` cy.visit('http://localhost/session/begin'); cy.xpath('//*[@id="UserBox"]').click(); cy.xpath('//*[@id="UserBox"]').type('admin'); cy.xpath('//*[@id="PasswordBox"]').type('changeme'); cy.xpath('//*[@id="remember"]').click(); cy.xpath('/html/body/div[1]/div/div[2]/form/div[3]/div[2]/button').click();...

Would be nice to have a screenshot of what's expected and what's happening instead?