php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27779 fopen problem
Submitted: 2004-03-30 10:41 UTC Modified: 2004-03-30 16:07 UTC
From: baloor at clara dot co dot uk Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.4 OS: Windows 2000 s-pack 4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: baloor at clara dot co dot uk
New email:
PHP Version: OS:

 

 [2004-03-30 10:41 UTC] baloor at clara dot co dot uk
Description:
------------
Hi I have problem with fopen

$FX_fso = fopen($FX_fpath,"r+");


I look in php.ini and I think everytign is OK like
register_globals = Off
allow_url_fopen = On

This scrip is for counter and it's fonctionnaly on other server.

Expected result:
----------------
Warning: fopen(my_datacounter/counter01.txt): failed to open stream: Permission denied in c:\inetpub\wwwroot\compteur_v1.1\compteur.php on line 21

and other...


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-30 10:58 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

As the error messages implies this is a simple file system 
permissions errors, the INI settings you've mentioned have 
no relevance in this case. 
 [2004-03-30 16:07 UTC] baloor at clara dot co dot uk
OK thank's! I tink is IIS the problem.
I look on link you give it to me.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC