jweese74

Results 9 comments of jweese74

Based on my understanding of Form Tools API v2 and your provided code snippet, I'm guessing that the issue might be due to a change in the way form field...

I want to clarify that my knowledge of the specifics of the Form Tools API v1 and v2 is theoretical, as I do not personally use or test these APIs....

While not ideal: you can try exporting your data to Excel or CSV using a different method. Here's one possible workaround: 1. Open your form in FormTool and go to...

Hint, there are more than a couple ways to accomplish this, in my opinion, all should be using the Submission Pre-Parser module. Unfortunately, I'm not at work at the moment...

The error messages indicate problems with the database transactions, specifically that there are no active transactions when trying to roll back, and missing tables in the database. To resolve this...

The error message Call to a member function prepare() on null indicates that the prepare() function is being called on a null object, which likely means the database connection was...

**_Hmm, okay. Let's try this - The way I see it, you have two options here depending on your comfort level:_** ### Approach 1 - Violence and Aggression Since the...

My apologies for the confusion earlier. It seems I made a mistake in my previous response. The `FormTools\Core` class does not have methods like `getDbHostname()`, `getDbName()`, etc. Let's revert the...

1. You are using outdated PHP and MySQL versions, which may cause compatibility issues. Upgrade PHP to version 7.4 or higher and MySQL to version 5.7 or higher to ensure...