Title: Please&#8230;I need big time help&#8230;
Last modified: August 19, 2016

---

# Please…I need big time help…

 *  [Jim R](https://wordpress.org/support/users/jim-r/)
 * (@jim-r)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/)
 * The short version of my problems is that in moving my WordPress site from a sub-
   folder to my root folder, it messed up the licensing code of a plugin I’m using.
   On the user end, I can deactivate it from on URL and move it to another. I mainly
   forgot to do it.
 * I tried to reset it to the prior sub-folder, to no avail, and in bringing it 
   back again to my root folder, I ran into all kinds of trouble.
 * I tried to re-configure WPMU with my database, but it’s not working. I tried 
   installing over a clean install with a new database, then copying my users, posts,
   etc, back over, but that didn’t work either. I finally did a clean install (WPMU
   files) over my database. From what I can tell, all the content is there, but 
   when I go to log in, I get the following errors.
 * I’m not sure what any of it means. I’m actually using WPMU 2.8.1. I posted over
   there too, but I’m really trying to get help anywhere I can.
 *     ```
       Warning: Header may not contain more than a single header, new line detected. in /home/jwrbloom/public_html/wp-includes/pluggable.php on line 662
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/jwrbloom/public_html/wp-includes/pluggable.php:662) in /home/jwrbloom/public_html/wp-includes/pluggable.php on line 663
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/jwrbloom/public_html/wp-includes/pluggable.php:662) in /home/jwrbloom/public_html/wp-includes/pluggable.php on line 664
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/jwrbloom/public_html/wp-includes/pluggable.php:662) in /home/jwrbloom/public_html/wp-includes/pluggable.php on line 865
       ```
   

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

 *  Thread Starter [Jim R](https://wordpress.org/support/users/jim-r/)
 * (@jim-r)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187876)
 * FYI— I tried the wp-config-sample, putting in the appropriate setting manually,
   as I had read elsewhere, and it didn’t work either.
 *  [nasa-tech](https://wordpress.org/support/users/nasa-tech/)
 * (@nasa-tech)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187878)
 * > Warning: Header may not contain more than a single header
 * why does it say that? cause you still have some code floating around, sounds 
   like you didn’t delete everything before re install
 *  Thread Starter [Jim R](https://wordpress.org/support/users/jim-r/)
 * (@jim-r)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187879)
 * I deleted all the files. I tried a fresh install on the database too, but copying
   over tables wasn’t working.
 * To answer your question, I have no idea why it says that.
 *  [nasa-tech](https://wordpress.org/support/users/nasa-tech/)
 * (@nasa-tech)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187880)
 * do it again, delete it from your cpanel + database then check your server via
   ftp, to clear up anything else – then reinstall through ‘fantastico’ on your 
   cpanel – it takes 2 sec, make sure it’s functioning before you upload content
   again
 *  Thread Starter [Jim R](https://wordpress.org/support/users/jim-r/)
 * (@jim-r)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187881)
 * I have a lot of mismatched columns due to plugins, and even though the users 
   table copied over, when I checked my users in the admin panel, it only showed
   two of 79 users.
 *  [nasa-tech](https://wordpress.org/support/users/nasa-tech/)
 * (@nasa-tech)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187882)
 * post a link
 *  Thread Starter [Jim R](https://wordpress.org/support/users/jim-r/)
 * (@jim-r)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187883)
 * [http://hoosierhoopsreport.com/](http://hoosierhoopsreport.com/)
 *  Thread Starter [Jim R](https://wordpress.org/support/users/jim-r/)
 * (@jim-r)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187886)
 * Reviewing what I see:
 * You visit my site:
    [http://hoosierhoopsreport.com/](http://hoosierhoopsreport.com/)
 * Clicking login, it gakes you to here:
    [http://hoosierhoopsreport.com//wp-login.php](http://hoosierhoopsreport.com//wp-login.php)
 * I’m getting two slashes before the wp-login. How come???
 *  [nasa-tech](https://wordpress.org/support/users/nasa-tech/)
 * (@nasa-tech)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187889)
 * i had a look, but seriously i’ve got no idea – i own a webdesign business [http://www.airwebsitedesign.com](http://www.airwebsitedesign.com)
   you can email me through there if you can’t fix and i’ll message my advanced 
   tech guy to take a look, he can fix anything
 *  Thread Starter [Jim R](https://wordpress.org/support/users/jim-r/)
 * (@jim-r)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187896)
 * Once I noticed the double //, I scoured my database and got rid of all ending/.
   Somehow, it was putting an extra / in there. I have no idea why it did that, 
   how it did that, or how else it would get there besides reading a database setting,
   but all appears to be fine now.
 * I don’t presume to think that won’t cause another glitch elsewhere, but so far
   so good. It seems like there should be a database setting establishing the admin
   panel as /wp-admin, and maybe I should get rid of the leading / instead of all
   the trailing / after hoosierhoopsreport.com/.
 * If any of that makes sense.

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

The topic ‘Please…I need big time help…’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 2 participants
 * Last reply from: [Jim R](https://wordpress.org/support/users/jim-r/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/pleasei-need-big-time-help/#post-1187896)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
