View Single Post
  #6  
Old 10-06-2008, 11:18 AM
Lakie is offline Lakie

Join Date: Mar 2002
Posts: 5,540

The problem is that scripts work on the basis that the output to the broswer is determined by the script. Whats happening here is that the program is sending something to the browser before its meant to. In this case its happening in config.php

If you havent deliberatley edited the script to output anything then what it probably is is that youve added a space or a newline somewhere.

Probably the easiest thing at the moment would be to redownload the script, open up config.php and do nothing but edit the info and upload that.

Or if you open up your current config.php in notepad and hit control and A, it will highlight everything on the page. The cursor should appear immeadiately to the right of the ?>, you should not see any blue between the > and the cursor, not should the cursor appear on the next line. If this happens edit the file to remove everything so literally the last character of the file is >
Reply With Quote