php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30556 I Can't open dbf file on remote server on XP
Submitted: 2004-10-26 06:40 UTC Modified: 2004-10-26 09:04 UTC
From: soni at monokem dot com Assigned:
Status: Not a bug Package: dBase related
PHP Version: 4.3.8 OS: WINDOWS XP
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: soni at monokem dot com
New email:
PHP Version: OS:

 

 [2004-10-26 06:40 UTC] soni at monokem dot com
Description:
------------
When i try open .dbf file on local server 
$db=dbase_open('C:\test.dbf', 0);
it work, 
but if I try open .dbf gile on remote server that I Mapping for F Drive 
$db=dbase_open('F:\test.dbf', 0);
I can't open it 

I can open, delete, edit, etc that file on my explorer, 
I try tu change my property of apache service, but nothing cause i can't find logon on system as following user on my service apache properties

somebody help me ??


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-26 09:04 UTC] derick@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.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 03:01:28 2024 UTC