zero-perfoliate
zero-perfoliate
Home
Help
Search
Calendar
Login
Register
HTML5 & Friends
»
Programming Help On Specific Projects
»
PHP Problem Solvers - Get Help Here
»
Problem with fopen
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Problem with fopen (Read 287 times)
gstanley
New PHP Members
Posts: 1
Karma: +0/-0
Problem with fopen
«
on:
November 06, 2009, 10:33:04 AM »
Can anyone tell me how I can correct the following Error:
Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in /homepages/30/d112700860/htdocs/php_template/fs_php/core/system.php on line 255
Logged
kris540
PHP Workers
Posts: 23
Karma: +0/-0
Re: Problem with fopen
«
Reply #1 on:
November 06, 2009, 12:57:52 PM »
Your server isn't letting you use fopen for a URL, which is common. You can use fopen for internal files. If you need to correct this error then you need to contact your administrator to get them to change your server settings.
Logged
Chris Harding
http://www.shareexpense.com
Print
Pages: [
1
]
Go Up
« previous
next »
HTML5 & Friends
»
Programming Help On Specific Projects
»
PHP Problem Solvers - Get Help Here
»
Problem with fopen