PDA

View Full Version : Help with installation


koldapu
08-07-2005, 11:23 PM
I've been trying to install PixelPost since last night but I havn't been able to get past a certain error message.

I made the directory, I made the images and thumbnails folders with '777' permissions, I edited pixelpost.php with my info and uploaded all the files ....

When I go to install.php, I get this:

Warning: Cannot modify header information - headers already sent by (output started at MYSITEHERE/photoblog/includes/pixelpost.php:4) in MYSITEHERE/photoblog/admin/install.php on line 47

I'm pretty much stuck here. I have no idea what to do.

Thanks in advance for any help :)

Connie
08-08-2005, 06:45 AM
Warning: Cannot modify header information - headers already sent by (output started at MYSITEHERE/photoblog/includes/pixelpost.php:4) in MYSITEHERE/photoblog/admin/install.php on line 47

this shows that there are some characters, even invisible characters or something before the first header is sent

this can happen because of many reasons:

- check that you uploaded everything in ASCII-mode, not in BINARY-mode with your FTP, check if you used AUTOMATIC that "php"-files are handled in ASCII mode!

- reupload all the files in ASCII mode again, only edit pixelpost.php very carefully , and check whether the problem is still there

which editor are you using to enter the database-info into pixelpost.php?

a real clean text-editor is needed.
If you use UltraEdit, check that it does not add some socalled "Unicode-BOMS" to the top of the file (check that in Options)

good luck!

GeoS
08-08-2005, 07:27 AM
Try to set code in this line like:
@header("Location: index.php");
instead of:
header("Location: index.php");

koldapu
08-09-2005, 10:30 AM
BUMP?

riken
08-09-2005, 10:56 AM
When you modify pixelpost.php, make sure that word wrap is off and that when you change a line it doesn't get wrapped to the next line.

Try grabbing a fresh copy of pixelpost.php and make sure justify/wordwrap is off in your editor before modifying it.

koldapu
08-10-2005, 01:15 AM
Awesome, thanks, it works now!

Though I'll have to update it when I get back from vacation =P

Thanks a bunch! =)