Title: mathinker's Replies | WordPress.org

---

# mathinker

  [  ](https://wordpress.org/support/users/mathinker/)

 *   [Profile](https://wordpress.org/support/users/mathinker/)
 *   [Topics Started](https://wordpress.org/support/users/mathinker/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mathinker/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mathinker/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mathinker/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mathinker/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mathinker/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post From Site] [Plugin: Post From Site] No visible reaction after page creation](https://wordpress.org/support/topic/plugin-post-from-site-no-visible-reaction-after-page-creation/)
 *  [mathinker](https://wordpress.org/support/users/mathinker/)
 * (@mathinker)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-post-from-site-no-visible-reaction-after-page-creation/page/2/#post-2535743)
 * First time posting here. I got similar problem with pfs after initial install,
   glad to find Sapphire and Chang’s workaround, applied Sapphire’s workaround, 
   it did not work for me initially, but after commenting out json_encode statement
   in pfs-submit.php, it worked:
 *     ```
       $pfs = pfs_submit($_POST,$_FILES);
       <strong>//echo json_encode($pfs);</strong>
       //echo "<pre style=\"border:1px solid #ccc;margin-top:5px;\">".print_r($pfs, true)."</pre>\n";
       wp_redirect("http://localhost/analystnews");
       exit;
       ```
   

Viewing 1 replies (of 1 total)