PDA

View Full Version : PHP-Nuke v5.5 error / question


VBman
2-19-02, 07:17 PM
I am trying to get the new version 5.5 of PHP-Nuke to work locally before I upload it to my site. I have done everything (I think) and I have ran the nuke.sql script for my database. All seems to be working good, except I get this error at the top above the header section:

Warning: Cannot add header information - headers already sent by (output started at c:\program files\apache group\apache\htdocs\nuke\html\index.php:2) in c:\program files\apache group\apache\htdocs\nuke\html\mainfile.php on line 48

It sounds like the header output is being sent twice. The header does show up. Anyone else run into this, or have any ideas what to do. For the most part, I haven't changed any source code of any of the files.

Thanks!:D

hotrats
2-21-02, 07:26 PM
Not sure where your problem lies but I can tell you I have 5.5 installed localhost and have had no problems with it. Well just one minor one on the intial log-in to the admin area but I snuck past that and it runs like a charm. Seems they changed the "God" bit for the initial log-in but it would not recognize my selected username/password. I checked the data tables and found my selection there but no go as far as getting the admin to recognize it. I then deleted my selected username/password and went with the standard "God/Password" and got in and then changed the info. That really doesn't help you I know but just thought I'd post that 5.5 does work.

Wish I could be more help but debugging there from here is not easy.

hotrats

VBman
2-22-02, 03:04 PM
Thanks for the reply. I will give it another go tonight and try a clean install of it.