zero-perfoliate
zero-perfoliate

Author Topic: Problem with fopen  (Read 287 times)

Offline 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

Offline kris540

  • PHP Workers
  • **
  • Posts: 23
  • Karma: +0/-0
    • Share Expense
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.