Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: buddypress-skeleton-component – saving to database?


Jeff Sayre
Participant

@jeffsayre

Do you have any errors in the log files?

I assume that you are passing data into your function of the proper type. If so, then the next issue is to determine if the save method is receiving the data and if it’s provided in the way in which it expects. The example save method in the Skeleton Component is coded to accept all integer data and no string data. This is why I asked if you are passing the proper data type to the method for each field.

Your log files and some custom debugging strings should help figure this out pretty easily.

Skip to toolbar