Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Wire message could not be posted. Please try again.

. I debug the code and found that the code is trying to put data into table named “wp_bp_xprofile_wire”.The function xprofile_action_new_wire_post() gets called for posting wire and its defined in bp-xprofile.php. The function is expecting wire id on successful insertion and throws error on no wire id. Since it could not find this table, it is showing error.

The table creation code is in bp-xprofile.php and the constraint for creating this table is

if ( function_exists(‘bp_wire_install’) ){

Table creation code

}

I ran the table creation code on DB and created the table. After wp_bp_xprofile_wire table creation, I posted one wire on machine and its working fine.

Skip to toolbar