Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

sql errors

Explorer ,
Jun 15, 2012 Jun 15, 2012

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?

TOPICS
Server side applications
492
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 16, 2012 Jun 16, 2012
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines