Home Forums WTI Like Post PRO wit like post problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35
    tdd
    Participant

    every time i update and publish post,i see this screen :

    “Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘PutWtiLikePost’ not found or invalid function name in /var/www/vhosts/gnoccatime.net/httpdocs/wp/wp-includes/plugin.php on line 199

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/vhosts/gnoccatime.net/httpdocs/wp/wp-includes/plugin.php:199) in /var/www/vhosts/gnoccatime.net/httpdocs/wp/wp-includes/pluggable.php on line 899”

    any idea to solve ???

    #36
    Webtechideas
    Keymaster

    I am not sure what exactly is causing the problem here as this has never been reported. I will suggest 2 approaches. If the 1st approach does not solve the issue, you can follow the 2nd one.

    1. Can you please take out the complete function definition for PutWtiLikePost from wti_like_post_site.php and put it inside wti_like_post.php file?

    2. Please disable warning message on your server. You may try putting the following code in wp-config.php file

    error_reporting(E_ALL ^ E_WARNING);

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WTI Like Post PRO’ is closed to new topics and replies.