Skip to main content
Known Participant
June 15, 2012
質問

sql errors

  • June 15, 2012
  • 返信数 1.
  • 489 ビュー

I am getting errors on my subdomain when trying to access two different files in the root of my site:

URL file-access is disabled in the server configuration

[function.include-once]: failed to open stream: no suitable wrapper could be found


what does this mean?

このトピックへの返信は締め切られました。

返信数 1

Community Expert
June 16, 2012

That's a PHP error not a SQL error.  The error is telling you that you are not allowed to use "http" in a PHP include path.  Most likely this means you do not have a dedicated server or a VPS.  Most hosts block basic plans from having this access, and it's usually good to leave it off unless absolutely necessary because of the security risk it poses.