WP data tables cpanel

Home Forums Legacy Support Support queries Other issues WP data tables cpanel

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #354760
    Anshuman Sahu
    Keymaster
    Mysql cannot unserialize it . There has to some programming language to do it . Please share the whole picture exactly what are you making and on which language ?
    #355321
    cenaura
    Participant
    I have installed xampp and connected to the sql database using php functions. I am able to see the established connection in localhost apache server. I am trying to fetch exact cell data from rYW_bp_activity_meta table where quiz_results are stored in serialized format using php it is throwing an error while trying to unserialize it. https://prnt.sc/12an900 I am getting this error https://prnt.sc/12anias, how to resolve it to see that data is coming in the form of a readable array ?
    #355558
    Anshuman Sahu
    Keymaster
    try $result = unserialize($query[0]) the $query is an array not a serialized value , that is what the error is saying .
Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘WP data tables cpanel’ is closed to new replies.