ooops! still errors… 😛 but no doubt it need to be fixed from that line.
from FTP edit /wp-content/plugins/recently-popular/recently-popular.php
find this function: function recently_popular_record_hit()
//ERROR//$wpdb->query(“INSERT INTO $table(user_type, post_id) VALUES ($user_type, $post->ID);”);
It should be:
$wpdb->query(“INSERT INTO $table(user_type, post_id) VALUES ($user_type, $post->ID)”);
LMFAO!
I was transferring the entire WP site to a different server, I have everything running except for WP Super Cache, its messing up Posts and a whole lot more… Now I’m in the very worst case scenario of my tech life.
I did all the trick on the Readme files, but yeah you guess it right! I’m stuck…