Skip to main content
Known Participant
June 15, 2012
Question

sql errors

  • June 15, 2012
  • 1 reply
  • 489 views

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?

This topic has been closed for replies.

1 reply

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.