• when donating by paypal or offline, after clicking the donate button the guest (not a registered WP user) gets a blank page. formerly they were getting taken to a page with this warning:

    Warning: session_start(): open(/tmp/sess_deleted, O_RDWR) failed: Permission denied (13) in /home/dtcsandra/diabetestrainingcamp.com/wp-content/plugins/give/includes/class-give-session.php on line 371

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/dtcsandra/diabetestrainingcamp.com/wp-content/plugins/give/includes/class-give-session.php:371) in /home/dtcsandra/diabetestrainingcamp.com/wp-content/plugins/give/includes/class-give-session.php on line 371

    Warning: Unknown: open(/tmp/sess_deleted, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

    we changed the php session save path as that seemed to be what the error was complaining about. but no luck. We also tried the define( ‘GIVE_USE_PHP_SESSIONS’ , false); setting for the give plugin…but that doesn’t seem to have helped either

    at the moment, we are back to getting the blank page.

    HOWEVER – if i am logged in to my WP site, it works fine…. I have checked form display settings for the form and registration is set to NONE.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘donate button takes user to a blank page’ is closed to new replies.