Title: 604host's Replies | WordPress.org

---

# 604host

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Network Setup](https://wordpress.org/support/topic/network-setup-2/)
 *  [604host](https://wordpress.org/support/users/604host/)
 * (@604host)
 * [9 years ago](https://wordpress.org/support/topic/network-setup-2/#post-9470361)
 * Hi blabberpen,
 * are you still having trouble with this?
    if so here are a few things to try
 * It generally sounds like your wp-config.php file is missing the multisite directives,
 * To enable the Network Setup menu item, you must first enable multisite in the
   wp-config.php file.
 * Open up wp-config.php
 * this is what you need to check for. if these two lines are missing than you will
   not be able to visit the network setup page.
 *     ```
       /* Multisite */
       define( 'WP_ALLOW_MULTISITE', true );
       ```
   
 * if they are indeed there then it may be an issues with your “.htccess file”
    
   if they are not there than add it to the file above where it says:
 *     ```
       /* That's all, stop editing! Happy blogging. *
       ```
   
 * so firstly check to make sure that
 * `define( 'WP_ALLOW_MULTISITE', true );`
    is present in this file. if not add 
   it as described above.
 * let me know how it goes if you still need help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Database to Excel] Update plugin](https://wordpress.org/support/topic/update-plugin-35/)
 *  [604host](https://wordpress.org/support/users/604host/)
 * (@604host)
 * [9 years ago](https://wordpress.org/support/topic/update-plugin-35/#post-9470309)
 * there is an updated fork of this plugin here by a different developer who says
   they will support it going forward:
 * [https://bitbucket.org/Nate_D/database-to-excel](https://bitbucket.org/Nate_D/database-to-excel)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Database to Excel] returning error on “show table data”](https://wordpress.org/support/topic/returning-error-on-show-table-data/)
 *  [604host](https://wordpress.org/support/users/604host/)
 * (@604host)
 * [9 years ago](https://wordpress.org/support/topic/returning-error-on-show-table-data/#post-9470305)
 * there is an updated fork of this plugin here:
 * [https://bitbucket.org/Nate_D/database-to-excel](https://bitbucket.org/Nate_D/database-to-excel)

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