|
|
#1 |
![]() Join Date: Oct 2004
Posts: 10
![]() |
after my host upgraded their server this weekend, i am unable to log in as admin (no error message, just returned to the login page).
as far as i can tell when i look at it through phpmyadmin, the database was copied over correctly (calculating the md5 of my password gives me the very same value that is stored in the database for the user admin). through the front end, i can see the content but get double entries for my phpshop content and lots of remarks about headers. yuck. should i fix it or reinstall from scratch ? if i reinstall, can i salvage the content from my database ? thank you ! Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/egokiller/public_html/configuration.php:64) in /home/egokiller/public_html/includes/mambo.php on line 274 Warning: Cannot modify header information - headers already sent by (output started at /home/egokiller/public_html/configuration.php:64) in /home/egokiller/public_html/includes/mambo.php on line 683 Warning: Cannot modify header information - headers already sent by (output started at /home/egokiller/public_html/configuration.php:64) in /home/egokiller/public_html/index.php on line 192 Warning: Cannot modify header information - headers already sent by (output started at /home/egokiller/public_html/configuration.php:64) in /home/egokiller/public_html/index.php on line 193 Warning: Cannot modify header information - headers already sent by (output started at /home/egokiller/public_html/configuration.php:64) in /home/egokiller/public_html/index.php on line 194 Warning: Cannot modify header information - headers already sent by (output started at /home/egokiller/public_html/configuration.php:64) in /home/egokiller/public_html/index.php on line 195 Warning: Cannot modify header information - headers already sent by (output started at /home/egokiller/public_html/configuration.php:64) in /home/egokiller/public_html/index.php on line 196 |
|
|
|
|
|
#2 |
|
Join Date: Apr 2005
Location: California
Posts: 726
![]() |
The PHP error "headers already sent . . ." usually comes from having whitespace before or after
the opening and closing PHP tags (<?php . . . ?>). And where it starts may not even be in the files reported in the error. Did you manually edit a config file? Some editors automatically add spaces. Check file configuration.php for whitespace. |
|
|
|
|
|
#3 |
![]() Join Date: Oct 2004
Posts: 10
![]() |
Phew. Thanks !
Replacing the configuration.php file through Dreamweaver returned everything to normal. I guess the brand new online editing system that the host provided did as you suggested - I'll avoid it in future ! |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Admin login problem AGAIN... :) Please bare with me. | spignataro | Installation Questions | 17 | February 24th, 2005 00:08 |
| Super Admin and Admin | lewisteo | Wishlist & Feature Requests | 22 | March 11th, 2004 00:24 |
| Transferred to a new web host provider-can't log in as admin | dondo521 | Installation Questions | 8 | March 8th, 2004 10:29 |
| install problems - various | stupid | Installation Questions | 13 | March 4th, 2004 17:44 |
| Synch. problem Mambo local/remote server | mamboindo | Installation Questions | 11 | February 10th, 2004 13:27 |