#21714 [NEW]: Open_Basir => errors
From: [EMAIL PROTECTED] Operating system: slackware linux PHP version: 4CVS-2003-01-17 (stable) PHP Bug Type: *General Issues Bug description: Open_Basir => errors Hello, I've ugrading from php 4.2.2 to php4-STABLE-200301171630. Now, I've randomly this error on my php scripts: <<< Warning: Unknown(): open_basedir restriction in effect. File(/home/ovh/www/forum/list.php) is not within the allowed path(s): (/home/users/xiaoping) in Unknown on line 0 Warning: Unknown(/home/ovh/www/forum/list.php): failed to create stream: Operation not permitted in Unknown on line 0 Warning: (null)() [function.include]: Failed opening '/home/ovh/www/forum/list.php' for inclusion (include_path='.:/upload/') in Unknown on line 0 >>> I have add restrictions for the users with apache : php_admin_value open_base /path_users This error is near the same with php 4.2.3. Please HELP me, my serveur is : http://80.245.32.147/phpinfo.php Cordialy Thibaud GRANGIER PHPNET -- Edit bug report at http://bugs.php.net/?id=21714&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21714&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21714&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21714&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21714&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21714&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=21714&r=support Expected behavior: http://bugs.php.net/fix.php?id=21714&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=21714&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=21714&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21714&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21714&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21714&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21714&r=isapi Install GNU Sed:http://bugs.php.net/fix.php?id=21714&r=gnused
#19292 [Com]: random error: open_basedir restriction in effect. File is in wrong directory
ID: 19292 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Apache related Operating System: linux PHP Version: 4.2.3,4.3.0 New Comment: The same probleme is in php4-STABLE-200301171630 Please correct that Warning: Unknown(): open_basedir restriction in effect. File(/home/ovh/www/forum/list.php) is not within the allowed path(s): (/home/users/xiaoping) in Unknown on line 0 Warning: Unknown(/home/ovh/www/forum/list.php): failed to create stream: Operation not permitted in Unknown on line 0 Warning: (null)() [function.include]: Failed opening '/home/ovh/www/forum/list.php' for inclusion (include_path='.:/upload/') in Unknown on line 0 Previous Comments: [2003-01-12 05:40:52] [EMAIL PROTECTED] Same problem with php 4.3.0 / apache 1.3.27 / Slackware The problem seems to appear when a virtual host has a open_basedir defined, but not in other virtualhost. In this case others virtual hosts take the value of one of defined open_basedir. (maybe the value come from another http child open in same time) Seems to have same behaviour with auto_append. Hope it will help to solve this bug. Fred [2003-01-11 21:33:19] [EMAIL PROTECTED] I have 2 FreeBSD servers with the same problem. Both have /www as symlink. Real path is /home/www. I also have a Windows machine, with no symlink ;-) - no problem there. /www is c:/www there, and all works. All machines have same httpd.conf, same Apache, same 4.2.3 [2003-01-11 05:16:38] [EMAIL PROTECTED] 4.3.o stills has the same problem, the test suite I posted on 30 Oct 2002 12:56am fails with this messages: Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/local/lib/php/hello.php) is not within the allowed path(s): (/usr/local/http-docs/common/scripts/) in /usr/local/http-docs/common/lib/test/test.php on line 5 Warning: main(hello.php) [function.main]: failed to create stream: Not owner in /usr/local/http-docs/common/lib/test/test.php on line 5 Fatal error: main() [function.main]: Failed opening required 'hello.php' (include_path='./:/usr/local/http-docs/common/lib:/usr/local/lib/php:/usr/local/http-docs/common/lib/phpwhois') in /usr/local/http-docs/common/lib/test/test.php on line 5 where test.php tries to include hello.php which is in /usr/local/http-docs/common/lib/test that is a path that's included in include_path [2003-01-10 04:36:13] [EMAIL PROTECTED] Update version. Bug confirmed in 4.3.0 - final. [2003-01-10 03:17:18] [EMAIL PROTECTED] Is somebody working on this critical bug in php 4.3.0?? Bug was opened 8 sep and now it isn't even the same year... This is a severe problem for all hosting companies since they have to turn of open_basedir to get things going without errors. 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/19292 -- Edit this bug report at http://bugs.php.net/?id=19292&edit=1
#20416 [NEW]: HEADER()
From: [EMAIL PROTECTED] Operating system: linux slackware PHP version: 4.2.2 PHP Bug Type: *General Issues Bug description: HEADER() Hello, When I send a HTTP header whith header(), I obtain an 500 error and I have in the apache error_log : [Thu Nov 14 00:18:27 2002] [error] [client 62.212.99.37] malformed header from script. Bad header=HTTP/1.0 401 Unauthorized: /home/php/bin/php The probleme exist since I have passed PHP from module to CGI. Please HELP ME :)) Thanks a lot ! (Iam french) Thibaud -- Edit bug report at http://bugs.php.net/?id=20416&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20416&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20416&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20416&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20416&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20416&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=20416&r=support Expected behavior: http://bugs.php.net/fix.php?id=20416&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=20416&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=20416&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20416&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20416&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20416&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20416&r=isapi
#20524 [NEW]: Session => empty files
From: [EMAIL PROTECTED] Operating system: Mandrake et Redhat PHP version: 4.2.3 PHP Bug Type: *General Issues Bug description: Session => empty files I have just compiled PHP in CGI because it improves sharply the performances of my machine (load fall). On the other hand, I have a big probleme with the sessions. INDEED, when one makes a simple script : By going on the script with IE: The session is created well on the server but it is empty. (File of session empties). WHILE by going there with Netscape, it work. The script handled by php in module works perfectly under both navigators. I have heard about such a probleme but I did not find solution which works. More inquietant still (!) : I compiled as on 3 different servers and on two, it does not work while on the other whom has EXACTLY the same config php + apache + configure lines, it works!!! (http://80.245.32.147/phpinfo) You can consult the phpinfo of server who does not work on http://phph2.phpnet.org/phpinfo.php A simple script of session : http://www.phpnet.org/script.php work perfectly http://phph2.phpnet.org/script.php doesn't save the session ! Have you met the probleme? Please help me ! PS: I tried all the versions:) php 4.2.2 , 4.1.2 , 4.2.3 And nobody works. -- Edit bug report at http://bugs.php.net/?id=20524&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20524&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20524&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20524&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20524&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20524&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=20524&r=support Expected behavior: http://bugs.php.net/fix.php?id=20524&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=20524&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=20524&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20524&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20524&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20524&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20524&r=isapi
#20524 [Com]: Session => empty files
ID: 20524 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *General Issues Operating System: Mandrake et Redhat PHP Version: 4.2.3 New Comment: I have try IT yesterday and the probleme is the same ! http://phph1.phpnet.org/script.php please help me Previous Comments: [2002-11-20 16:26:17] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip [2002-11-20 15:52:54] [EMAIL PROTECTED] I have just compiled PHP in CGI because it improves sharply the performances of my machine (load fall). On the other hand, I have a big probleme with the sessions. INDEED, when one makes a simple script : By going on the script with IE: The session is created well on the server but it is empty. (File of session empties). WHILE by going there with Netscape, it work. The script handled by php in module works perfectly under both navigators. I have heard about such a probleme but I did not find solution which works. More inquietant still (!) : I compiled as on 3 different servers and on two, it does not work while on the other whom has EXACTLY the same config php + apache + configure lines, it works!!! (http://80.245.32.147/phpinfo) You can consult the phpinfo of server who does not work on http://phph2.phpnet.org/phpinfo.php A simple script of session : http://www.phpnet.org/script.php work perfectly http://phph2.phpnet.org/script.php doesn't save the session ! Have you met the probleme? Please help me ! PS: I tried all the versions:) php 4.2.2 , 4.1.2 , 4.2.3 And nobody works. -- Edit this bug report at http://bugs.php.net/?id=20524&edit=1
#20524 [Com]: Session => empty files
ID: 20524 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *General Issues Operating System: Mandrake et Redhat PHP Version: 4.2.3 New Comment: IF I add a sleep(2) before session_register("essai"); the session is normaly sauved. I test the lastest php 4.3* release Previous Comments: [2002-11-21 01:41:42] [EMAIL PROTECTED] I have try IT yesterday and the probleme is the same ! http://phph1.phpnet.org/script.php please help me [2002-11-20 16:26:17] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip [2002-11-20 15:52:54] [EMAIL PROTECTED] I have just compiled PHP in CGI because it improves sharply the performances of my machine (load fall). On the other hand, I have a big probleme with the sessions. INDEED, when one makes a simple script : By going on the script with IE: The session is created well on the server but it is empty. (File of session empties). WHILE by going there with Netscape, it work. The script handled by php in module works perfectly under both navigators. I have heard about such a probleme but I did not find solution which works. More inquietant still (!) : I compiled as on 3 different servers and on two, it does not work while on the other whom has EXACTLY the same config php + apache + configure lines, it works!!! (http://80.245.32.147/phpinfo) You can consult the phpinfo of server who does not work on http://phph2.phpnet.org/phpinfo.php A simple script of session : http://www.phpnet.org/script.php work perfectly http://phph2.phpnet.org/script.php doesn't save the session ! Have you met the probleme? Please help me ! PS: I tried all the versions:) php 4.2.2 , 4.1.2 , 4.2.3 And nobody works. -- Edit this bug report at http://bugs.php.net/?id=20524&edit=1
#20524 [Fbk->Opn]: Session => empty files
ID: 20524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Session related Operating System: Mandrake et Redhat PHP Version: 4.3.0-dev New Comment: script.php : script2.php : Previous Comments: [2002-11-21 17:37:49] [EMAIL PROTECTED] We need to see your code, please put the sources of those scripts available too. And DO NOT add comments to your own bug report, update the status and version information when they change! [2002-11-21 02:21:48] [EMAIL PROTECTED] IF I add a sleep(2) before session_register("essai"); the session is normaly sauved. I test the lastest php 4.3* release [2002-11-21 01:41:42] [EMAIL PROTECTED] I have try IT yesterday and the probleme is the same ! http://phph1.phpnet.org/script.php please help me [2002-11-20 16:26:17] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip [2002-11-20 15:52:54] [EMAIL PROTECTED] I have just compiled PHP in CGI because it improves sharply the performances of my machine (load fall). On the other hand, I have a big probleme with the sessions. INDEED, when one makes a simple script : By going on the script with IE: The session is created well on the server but it is empty. (File of session empties). WHILE by going there with Netscape, it work. The script handled by php in module works perfectly under both navigators. I have heard about such a probleme but I did not find solution which works. More inquietant still (!) : I compiled as on 3 different servers and on two, it does not work while on the other whom has EXACTLY the same config php + apache + configure lines, it works!!! (http://80.245.32.147/phpinfo) You can consult the phpinfo of server who does not work on http://phph2.phpnet.org/phpinfo.php A simple script of session : http://www.phpnet.org/script.php work perfectly http://phph2.phpnet.org/script.php doesn't save the session ! Have you met the probleme? Please help me ! PS: I tried all the versions:) php 4.2.2 , 4.1.2 , 4.2.3 And nobody works. -- Edit this bug report at http://bugs.php.net/?id=20524&edit=1
#20524 [Opn]: Session => empty files
ID: 20524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Mandrake et Redhat PHP Version: 4.3.0-dev New Comment: my problem is the same than http://bugs.php.net/bug.php?id=20537 please help me. The php 4.3-dev let me a lot of problems for my users : function alredy declared, setlocale(), others errors... I'm obliged to used php 4.1* or 4.2* thanks al lot for you help PS : it's for more than 500 users in the world (90 request per second !) Previous Comments: [2002-11-22 00:36:06] [EMAIL PROTECTED] script.php : script2.php : [2002-11-21 17:37:49] [EMAIL PROTECTED] We need to see your code, please put the sources of those scripts available too. And DO NOT add comments to your own bug report, update the status and version information when they change! [2002-11-21 02:21:48] [EMAIL PROTECTED] IF I add a sleep(2) before session_register("essai"); the session is normaly sauved. I test the lastest php 4.3* release [2002-11-21 01:41:42] [EMAIL PROTECTED] I have try IT yesterday and the probleme is the same ! http://phph1.phpnet.org/script.php please help me [2002-11-20 16:26:17] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip 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/20524 -- Edit this bug report at http://bugs.php.net/?id=20524&edit=1
#20524 [Fbk->Opn]: Session => empty files
ID: 20524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Session related Operating System: Mandrake et Redhat -PHP Version: 4.3.0-dev +PHP Version: 4.2.3 New Comment: Yes but no :) It is the same problem with this config. I desespere ! Please help me. Previous Comments: [2002-11-22 10:31:24] [EMAIL PROTECTED] Please take a look at the solution on this bug report: http://bugs.php.net/bug.php?id=20025 As this only happens with IE, I think it might be the same problem.. [2002-11-22 00:41:27] [EMAIL PROTECTED] my problem is the same than http://bugs.php.net/bug.php?id=20537 please help me. The php 4.3-dev let me a lot of problems for my users : function alredy declared, setlocale(), others errors... I'm obliged to used php 4.1* or 4.2* thanks al lot for you help PS : it's for more than 500 users in the world (90 request per second !) [2002-11-22 00:36:06] [EMAIL PROTECTED] script.php : script2.php : [2002-11-21 17:37:49] [EMAIL PROTECTED] We need to see your code, please put the sources of those scripts available too. And DO NOT add comments to your own bug report, update the status and version information when they change! [2002-11-21 02:21:48] [EMAIL PROTECTED] IF I add a sleep(2) before session_register("essai"); the session is normaly sauved. I test the lastest php 4.3* release 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/20524 -- Edit this bug report at http://bugs.php.net/?id=20524&edit=1
#20524 [Bgs->Opn]: Session => empty files
ID: 20524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Session related Operating System: Mandrake et Redhat PHP Version: 4.2.3 New Comment: No ! Because the register_global is defined as On. register_argc_argv On On register_globals On On And when the register_globals is defined as On, the session params can be used as variable ... It's indeed a bug because the variables of session are not sauved in files. (0 lines in the file created). In every case, I decided to go back php in module apache because mod_bandwidth of apache seems to talk an incompatibility with php in CGI (the scripts php are not interpretes when it is activated..) If you have a solution for the two problems... To part it, please , think you whom it is preferable to cross php in CGI or to leave it in module (by knowing that I have a lot of traffic (90 requests per second)) Previous Comments: [2002-11-23 15:54:19] [EMAIL PROTECTED] Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Your example session code is not correct. It should be something like this: [2002-11-22 12:16:56] [EMAIL PROTECTED] Yes but no :) It is the same problem with this config. I desespere ! Please help me. [2002-11-22 10:31:24] [EMAIL PROTECTED] Please take a look at the solution on this bug report: http://bugs.php.net/bug.php?id=20025 As this only happens with IE, I think it might be the same problem.. [2002-11-22 00:41:27] [EMAIL PROTECTED] my problem is the same than http://bugs.php.net/bug.php?id=20537 please help me. The php 4.3-dev let me a lot of problems for my users : function alredy declared, setlocale(), others errors... I'm obliged to used php 4.1* or 4.2* thanks al lot for you help PS : it's for more than 500 users in the world (90 request per second !) [2002-11-22 00:36:06] [EMAIL PROTECTED] script.php : script2.php : 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/20524 -- Edit this bug report at http://bugs.php.net/?id=20524&edit=1
#20537 [Com]: PHP in CGI: session trouble with IE
ID: 20537 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: No Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.2.3 New Comment: I wich the solution please... Previous Comments: [2002-12-01 16:48:01] [EMAIL PROTECTED] No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. [2002-11-21 17:44:21] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip [2002-11-21 03:34:44] [EMAIL PROTECTED] Hi, we have strange trouble with session only in IE, PHP compil in CGI. On some server, works fine, no trouble, on other servers, same compil of php and apache, same php.ini session doesn't works in IE (session is created, the file is present in /tmp but contain no data). We have made test on severall machine and don't have find why we have this trouble. Here result of test: -On slackware 8.0, kernel 2.4.18, php 4.2.2(CGI)+apache 1.3.26 : works fine, no session trouble -On slackware 8.1, kernel 2.4.18, php 4.2.3(CGI)+apache 1.3.27: doesn't work (sometime one session work, doesn't know why). We have try to compil php 4.2.2 on this computer, same trouble -On redhat 7.1: same result that on slackware 8.1 In fact, it work only on slackware 8.0 with apache 1.3.26. Does it a trouble with a version of system lib? Thanks if you can help. -- Edit this bug report at http://bugs.php.net/?id=20537&edit=1
#20524 [Opn]: Session => empty files
ID: 20524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Mandrake et Redhat PHP Version: 4.2.3 New Comment: Please HELP ME ! I'm very blocked by that problem. Thanks a lot for you reply Previous Comments: [2002-11-23 16:41:01] [EMAIL PROTECTED] No ! Because the register_global is defined as On. register_argc_argv On On register_globals On On And when the register_globals is defined as On, the session params can be used as variable ... It's indeed a bug because the variables of session are not sauved in files. (0 lines in the file created). In every case, I decided to go back php in module apache because mod_bandwidth of apache seems to talk an incompatibility with php in CGI (the scripts php are not interpretes when it is activated..) If you have a solution for the two problems... To part it, please , think you whom it is preferable to cross php in CGI or to leave it in module (by knowing that I have a lot of traffic (90 requests per second)) [2002-11-23 15:54:19] [EMAIL PROTECTED] Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Your example session code is not correct. It should be something like this: [2002-11-22 12:16:56] [EMAIL PROTECTED] Yes but no :) It is the same problem with this config. I desespere ! Please help me. [2002-11-22 10:31:24] [EMAIL PROTECTED] Please take a look at the solution on this bug report: http://bugs.php.net/bug.php?id=20025 As this only happens with IE, I think it might be the same problem.. [2002-11-22 00:41:27] [EMAIL PROTECTED] my problem is the same than http://bugs.php.net/bug.php?id=20537 please help me. The php 4.3-dev let me a lot of problems for my users : function alredy declared, setlocale(), others errors... I'm obliged to used php 4.1* or 4.2* thanks al lot for you help PS : it's for more than 500 users in the world (90 request per second !) 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/20524 -- Edit this bug report at http://bugs.php.net/?id=20524&edit=1
#20524 [Fbk->Opn]: Session => empty files
ID: 20524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Session related Operating System: Mandrake et Redhat PHP Version: 4.2.3 New Comment: I have solved my problem ! In the apache configuration : KeepAlive Off http://www2.phpnet.org/phpinfo.php Its always a php bug ! Thanks but your suggestion of using $_SESSION did not resolv the problem. My solution work fine... Cordially Previous Comments: [2002-12-07 01:27:09] [EMAIL PROTECTED] Does it work when you try my suggestion of using $_SESSION ? [2002-12-03 09:13:35] [EMAIL PROTECTED] Please HELP ME ! I'm very blocked by that problem. Thanks a lot for you reply [2002-11-23 16:41:01] [EMAIL PROTECTED] No ! Because the register_global is defined as On. register_argc_argv On On register_globals On On And when the register_globals is defined as On, the session params can be used as variable ... It's indeed a bug because the variables of session are not sauved in files. (0 lines in the file created). In every case, I decided to go back php in module apache because mod_bandwidth of apache seems to talk an incompatibility with php in CGI (the scripts php are not interpretes when it is activated..) If you have a solution for the two problems... To part it, please , think you whom it is preferable to cross php in CGI or to leave it in module (by knowing that I have a lot of traffic (90 requests per second)) [2002-11-23 15:54:19] [EMAIL PROTECTED] Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Your example session code is not correct. It should be something like this: [2002-11-22 12:16:56] [EMAIL PROTECTED] Yes but no :) It is the same problem with this config. I desespere ! Please help me. 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/20524 -- Edit this bug report at http://bugs.php.net/?id=20524&edit=1
#20524 [Fbk->Opn]: Session => empty files
ID: 20524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Session related Operating System: Mandrake et Redhat PHP Version: 4.2.3 New Comment: NO :) I don't know why but Its working fine when KeepAlive is in Off and doesn't work when it is defined as On ! If you have an idea... It is php-4.1.2, php-4.2.2 or php 4.2.3 and apache 1.3.27 (other versions < 4.1.2 is exactly pareil) http://www2.phpnet.org/phpinfo Previous Comments: [2002-12-07 10:07:56] [EMAIL PROTECTED] Do you have any ideas as to why turning KeepAlive off solved the problem? [2002-12-07 02:43:23] [EMAIL PROTECTED] I have solved my problem ! In the apache configuration : KeepAlive Off http://www2.phpnet.org/phpinfo.php Its always a php bug ! Thanks but your suggestion of using $_SESSION did not resolv the problem. My solution work fine... Cordially [2002-12-07 01:27:09] [EMAIL PROTECTED] Does it work when you try my suggestion of using $_SESSION ? [2002-12-03 09:13:35] [EMAIL PROTECTED] Please HELP ME ! I'm very blocked by that problem. Thanks a lot for you reply [2002-11-23 16:41:01] [EMAIL PROTECTED] No ! Because the register_global is defined as On. register_argc_argv On On register_globals On On And when the register_globals is defined as On, the session params can be used as variable ... It's indeed a bug because the variables of session are not sauved in files. (0 lines in the file created). In every case, I decided to go back php in module apache because mod_bandwidth of apache seems to talk an incompatibility with php in CGI (the scripts php are not interpretes when it is activated..) If you have a solution for the two problems... To part it, please , think you whom it is preferable to cross php in CGI or to leave it in module (by knowing that I have a lot of traffic (90 requests per second)) 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/20524 -- Edit this bug report at http://bugs.php.net/?id=20524&edit=1
#19990 [NEW]: important
From: [EMAIL PROTECTED] Operating system: LINUX PHP version: 4.2.3 PHP Bug Type: *General Issues Bug description: important alternately, php return this error. Warning: open_basedir restriction in effect. File is in wrong directory in Unknown on line 0 Warning: Failed opening '/home/ovh/www/forum/list.php' for inclusion (include_path='.:/tmp') in Unknown on line 0 The file exist and have good chown. If i actualise the page, it was not... Please help we. -- Edit bug report at http://bugs.php.net/?id=19990&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19990&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19990&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19990&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19990&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19990&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=19990&r=support Expected behavior: http://bugs.php.net/fix.php?id=19990&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=19990&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=19990&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19990&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19990&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19990&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19990&r=isapi
#19990 [Com]: important
ID: 19990 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *General Issues Operating System: LINUX PHP Version: 4.2.3 New Comment: yes but the snap its php 4.3.0pre1 ??? i wish php 4.2.3 because the 4.3 have a serious probleme of caracters. It deconne :) I am french :) Previous Comments: [2002-10-19 10:13:08] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip [2002-10-19 10:12:20] [EMAIL PROTECTED] alternately, php return this error. Warning: open_basedir restriction in effect. File is in wrong directory in Unknown on line 0 Warning: Failed opening '/home/ovh/www/forum/list.php' for inclusion (include_path='.:/tmp') in Unknown on line 0 The file exist and have good chown. If i actualise the page, it was not... Please help we. -- Edit this bug report at http://bugs.php.net/?id=19990&edit=1
#19990 [Com]: important
ID: 19990 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating System: LINUX PHP Version: 4.2.3 New Comment: I haven't find the post about this problem. Please give me an URL Previous Comments: [2002-10-19 10:40:40] [EMAIL PROTECTED] Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. Thank you for your interest in PHP. [2002-10-19 10:20:11] [EMAIL PROTECTED] Snapshot is newer than pre1, please test it. I'm pretty sure it's fixed (also the character issue). Derick [2002-10-19 10:18:25] [EMAIL PROTECTED] yes but the snap its php 4.3.0pre1 ??? i wish php 4.2.3 because the 4.3 have a serious probleme of caracters. It deconne :) I am french :) [2002-10-19 10:13:08] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip [2002-10-19 10:12:20] [EMAIL PROTECTED] alternately, php return this error. Warning: open_basedir restriction in effect. File is in wrong directory in Unknown on line 0 Warning: Failed opening '/home/ovh/www/forum/list.php' for inclusion (include_path='.:/tmp') in Unknown on line 0 The file exist and have good chown. If i actualise the page, it was not... Please help we. -- Edit this bug report at http://bugs.php.net/?id=19990&edit=1
#19990 [Com]: important
ID: 19990 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating System: LINUX PHP Version: 4.2.3 New Comment: Now I obtain Warning: Unknown(): open_basedir restriction in effect. File is in wrong directory in Unknown on line 0 Warning: Unknown(/home/ovh/www/forum/post.php): failed to create stream: Operation not permitted in Unknown on line 0 Warning: Failed opening '/home/ovh/www/forum/post.php' for inclusion (include_path='.:/tmp') in Unknown on line 0 http://phpnet.org/phpinfo (in DNS transfert) Previous Comments: [2002-10-19 10:52:19] [EMAIL PROTECTED] I haven't find the post about this problem. Please give me an URL [2002-10-19 10:40:40] [EMAIL PROTECTED] Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. Thank you for your interest in PHP. [2002-10-19 10:20:11] [EMAIL PROTECTED] Snapshot is newer than pre1, please test it. I'm pretty sure it's fixed (also the character issue). Derick [2002-10-19 10:18:25] [EMAIL PROTECTED] yes but the snap its php 4.3.0pre1 ??? i wish php 4.2.3 because the 4.3 have a serious probleme of caracters. It deconne :) I am french :) [2002-10-19 10:13:08] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip 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/19990 -- Edit this bug report at http://bugs.php.net/?id=19990&edit=1
#19992 [NEW]: open_basedir
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4CVS-2002-10-19 PHP Bug Type: *General Issues Bug description: open_basedir Now I obtain Warning: Unknown(): open_basedir restriction in effect. File is in wrong directory in Unknown on line 0 Warning: Unknown(/home/ovh/www/forum/post.php): failed to create stream: Operation not permitted in Unknown on line 0 Warning: Failed opening '/home/ovh/www/forum/post.php' for inclusion (include_path='.:/tmp') in Unknown on line 0 http://phpnet.org/phpinfo (in DNS transfert) -- Edit bug report at http://bugs.php.net/?id=19992&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19992&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19992&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19992&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19992&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19992&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=19992&r=support Expected behavior: http://bugs.php.net/fix.php?id=19992&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=19992&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=19992&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19992&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19992&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19992&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19992&r=isapi