Hi @markvtswp ,
Glad you reached out! Happy to help.
You’re on the right track! This means that the “phone” field was not added to the database, and that will prevent GiveWP from creating the donor and donation records.
You can use this SQL command to manually create the missing column:
ALTER TABLE 83OZ6Fw8pS_give_donors ADD COLUMN
phone
varchar(50) NOT NULL DEFAULT '' AFTER name
Moreover, here are my recommendations:
- Before taking any steps for troubleshooting or updating, I highly recommend taking a good backup of the site you can confidently restore from. Having a backup of your site is essential to a solid workflow, and will allow you to restore to a previous version of the site if you run into any issues. You can read more about our top recommendations for taking a backup here: https://givewp.com/backup-for-faster-troubleshooting/.
- Run the SQL query in your database on a staging site and test thoroughly while logged out
Let me know once you’ve implemented and tested the above. I’m here for any further questions or additional assistance.
Have a good day!