Have no idea what i’ve done …
-
I think this may be a combination of user error and bad host. Here’s the beginning of the problem. My host doesn’t allow for direct MySQL control. The only thing you can do is create or delete a database, and you’re only allowed one db per account — I know I know, but it was a free account. So, here’s the problem … I was having all kinds of php error on any other install other than 1.0. I attempted 1.0.1, I tried a couple of night’lies, etc… SO I figured I would go back to my ole 1.0 (after many sessions of trying other versions, and having to delete and recreate multiple dbs). I also deciced it would probably be best to start from scratch, so I deleted everything off my server, except for a log folder which the host provider (once again) does not allow me access to …
But when I reinstalled on a fresh db, and tried my admin and password (several times), all I would get was the following code:
Warning: Cannot add header information - headers already sent in /homepages/17/d90053662/htdocs/wp-login.php on line 122
Warning: Cannot add header information - headers already sent by (output started at /homepages/17/d90053662/htdocs/wp-login.php:122) in /homepages/17/d90053662/htdocs/wp-login.php on line 126
Warning: Cannot add header information - headers already sent by (output started at /homepages/17/d90053662/htdocs/wp-login.php:122) in /homepages/17/d90053662/htdocs/wp-login.php on line 129
Warning: Cannot add header information - headers already sent by (output started at /homepages/17/d90053662/htdocs/wp-login.php:122) in /homepages/17/d90053662/htdocs/wp-login.php on line 131
Warning: Cannot add header information - headers already sent by (output started at /homepages/17/d90053662/htdocs/wp-login.php:122) in /homepages/17/d90053662/htdocs/wp-login.php on line 132
Warning: Cannot add header information - headers already sent by (output started at /homepages/17/d90053662/htdocs/wp-login.php:122) in /homepages/17/d90053662/htdocs/wp-login.php on line 133
Warning: Cannot add header information - headers already sent by (output started at /homepages/17/d90053662/htdocs/wp-login.php:122) in /homepages/17/d90053662/htdocs/wp-login.php on line 134
Warning: Cannot add header information - headers already sent by (output started at /homepages/17/d90053662/htdocs/wp-login.php:122) in /homepages/17/d90053662/htdocs/wp-login.php on line 154
My thought is perhaps there’s still a session somehow going on, and I can not stop it?!?!
I’m really in a bind … any assistance would be of help at this stage …
- The topic ‘Have no idea what i’ve done …’ is closed to new replies.