Title: purabdk's Replies | WordPress.org

---

# purabdk

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

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

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: User-Cats Manager] ‘FileReader’ not found](https://wordpress.org/support/topic/plugin-user-cats-manager-filereader-not-found/)
 *  [purabdk](https://wordpress.org/support/users/purabdk/)
 * (@purabdk)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-user-cats-manager-filereader-not-found/#post-1140829)
 * If you install WordPress in subfolder than you will get the problem..
    Don’t 
   insert the following line. include($_SERVER[‘DOCUMENT_ROOT’] . “/wp-includes/
   streams.php”);
 * For avoiding the all problem all the time Use and following code..
    require_once(
   ABSPATH . ‘wp-includes/streams.php’);
 * If you print the $_SERVER[‘DOCUMENT_ROOT’] variable then it will be easy to get
   the problem..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [ECommerce and Quickbooks](https://wordpress.org/support/topic/ecommerce-and-quickbooks/)
 *  [purabdk](https://wordpress.org/support/users/purabdk/)
 * (@purabdk)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/ecommerce-and-quickbooks/#post-1096030)
 * Is there any free script or plugin available for integrate with quickbooks
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Warning: Cannot modify header information](https://wordpress.org/support/topic/warning-cannot-modify-header-information-3-2/)
 *  [purabdk](https://wordpress.org/support/users/purabdk/)
 * (@purabdk)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/warning-cannot-modify-header-information-3-2/#post-613861)
 * i solved this problem
    use this code <? //dont use header function in wordpress-
   wp_signup.php global $domain; global $path; //change urlnew variable as per requirment
   $urlnew = “[http://&#8221](http://&#8221);.$domain.$path.”/wp-admin/admin.php;
 * echo “<script>”;
    echo “location = ‘$urlnew’;”; echo “</script>”; echo $urlnew;?
   > Purab Kharat
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Warning: Cannot modify header information](https://wordpress.org/support/topic/warning-cannot-modify-header-information-18/)
 *  [purabdk](https://wordpress.org/support/users/purabdk/)
 * (@purabdk)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/warning-cannot-modify-header-information-18/#post-813529)
 * i solved this problem
    use this code <? //dont use header function in wordpress-
   wp_signup.php global $domain; global $path; //change urlnew variable as per requirment
   $urlnew = “[http://&#8221](http://&#8221);.$domain.$path.”/wp-admin/admin.php;
 * echo “<script>”;
    echo “location = ‘$urlnew’;”; echo “</script>”; echo $urlnew;?
   > Purab Kharat

Viewing 4 replies - 1 through 4 (of 4 total)