ID:               25701
 Comment by:       j_gambarron at hotmail dot com
 Reported By:      scottmacvicar at ntlworld dot com
 Status:           Closed
 Bug Type:         Apache2 related
 Operating System: *
 PHP Version:      4CVS
 Assigned To:      iliaa
 New Comment:

copermine isn't fuction in my php nuke 7.2

www.absocios.es.kz


Previous Comments:
------------------------------------------------------------------------

[2004-04-19 13:07:43] webmaster at line-of-fire dot de

Hi,
I have a problem with the Gallery...

If i want to upload a picture, i became a error:

Warning: is_dir() [function.is-dir]: Stat failed for
modules/coppermine/albums/userpics/10002 (errno=13 - Permission denied)
in
/home/www/htdocs/nstudios.de/php/html/modules/coppermine/db_input.php
on line 236

Warning: mkdir(modules/coppermine/albums/userpics/10002)
[function.mkdir]: Permission denied in
/home/www/htdocs/nstudios.de/php/html/modules/coppermine/db_input.php
on line 237

Warning: is_dir() [function.is-dir]: Stat failed for
modules/coppermine/albums/userpics/10002 (errno=13 - Permission denied)
in
/home/www/htdocs/nstudios.de/php/html/modules/coppermine/db_input.php
on line 238

...
AND
....

Verzeichnis modules/coppermine/albums/userpics/10002 konnte nicht
angelegt werden! 

Datei:
/home/www/htdocs/nstudios.de/php/html/modules/coppermine/db_input.php -
Zeile: 238


____________________________________________________

I hope someone coud help me.

LoF

------------------------------------------------------------------------

[2004-01-05 03:15:35] brion at pobox dot com

While this seems to be fixed when using --with-apxs2, 
the bug still occurs in 4.3.4 using --with-apxs2filter.

headers_sent() returns false, no warning or error 
message occurs when trying to use header(), just the 
headers silently vanish.

------------------------------------------------------------------------

[2003-10-01 23:22:07] [EMAIL PROTECTED]

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------

[2003-10-01 10:30:57] scottmacvicar at ntlworld dot com

<?php

ob_start();

echo 'test';
flush();

$newtext = ob_get_clean();

if (!headers_sent())
{
        echo 'in here<br />';
}

echo $newtext;

?>

Based on what you've said above then you shouldn't see 'in here' within
Apache 2.

------------------------------------------------------------------------

[2003-09-30 19:22:16] scottmacvicar at ntlworld dot com

Shouldn't headers_sent() return true then?

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/25701

-- 
Edit this bug report at http://bugs.php.net/?id=25701&edit=1

Reply via email to