Hi,
I’ve searched on this, but the answers haven’t been very helpful.
I’m trying to install EE2 on a shared Windows hosting space. I’ve set the permissions per the instructions here (albeit using Windows directory-level equivalents). I didn’t yet change my system folder name, so that shouldn’t be an issue. But when I go to run admin.php, I first get the error that
Your system folder path does not appear to be set correctly. Please open the following file and correct this: admin.php
OK. That’s not it, clearly. I went into admin.php and turned error reporting on. Now I get this:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(.system/codeigniter/system/core/CodeIgniter.php) is not within the allowed path(s): (d:\webs\) in D:\webs\[REDACTED]\admin.php on line 183
OK. First off, what is open_basedir? Online documentation seems to indicate that it is a means of preventing scripts from accessing files outside the root folder. Why in the world would that be triggered?
Second, I’m not sure why the D: drive of this server is coming up in that filepath; running a filepath determination script for the directory in which admin.php et al live, I actually get:
c:\windows\system32\inetsrv
Any help here?