azend
Forum Replies Created
-
🙂
Any luck?
Hey @devin. Has Pantheon gotten back to you yet?
Hey @devin, any luck?
Thanks for the update @devin! I look forward to seeing what comes out of this.
@devin, again sent!
@devin, sent!
Sheesh! That took a lot longer than it should have. Here’s another instance http://dev-fcsgw-givetesting.pantheon.io/
@devin, creating one now.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Custom Fields FeatureWhile I’m not speaking for the developers (I have nothing to do with Give), they have a couple of pages on this exact topic in their documentation.
https://givewp.com/documentation/developers/how-to-create-custom-form-fields/
Requesting an update of error logs on Pantheon since they don’t seem to be reporting properly to the dashboard. I will update when they come in.
Interestingly, I seem to get the same on page error as before with the following line in my
wp-config.php.define( 'GIVE_USE_PHP_SESSIONS', false );For quick reference, this constant gets used here: https://github.com/WordImpress/Give/blob/33424e0e738d9583d4b10f45625139c741848859/includes/class-give-session.php#L263
This gives the Give system info tool the following output:
... -- Session Configuration Give Use Sessions: Disabled Session: Disabled ...Theoretically this means I’m using WP_Session over $_SESSION which should have solved the problem, right?
@devin Unfortunately that isn’t my magic cure. I inherited the project with the the pantheon-sessions polyfill plugin already in the
mu-pluginsdirectory.Cross pollinating: https://github.com/pantheon-systems/wp-native-php-sessions/issues/10