Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
multi-site install problem (with paths?)
Hello,
I am trying to get my multi-site install going, and I am stuck, probably because my setup is a bit messed up. So I already have a working 4.2.0 installation at my domain A, and would like now to use this installation to run domain A and a domain B. I prepared the directory structure according to Sam’s manual and asked my provider to make the virtual hosts magic, which they kindly did, as in the manual.
Now, when I am trying to go to admin.mydomainA/setup, I only get a list of warnings, which all point into line 16 of index.php within the sites/domainname/admin directory, which contains only this instruction:
include txpath.'/setup/index.php';
The warnings I get are as follows (paths were shortened for clarity):
Warning: main() [function.main]: open_basedir restriction in effect.
File(/setup/index.php) is not within the allowed path(s):
(/home/domainA/:/tmp:/usr/local/lib/php/) in textpattern/sites/domainA/admin/setup/index.php on line 16
Warning: main(/setup/index.php) [function.main]: failed to open stream:
Operation not permitted in textpattern/sites/domainA/admin/setup/index.php on line 16
Warning: main() [function.main]: open_basedir restriction in effect.
File(/setup/index.php) is not within the allowed path(s):
(/home/domainA/:/tmp:/usr/local/lib/php/) in textpattern/sites/domainA/admin/setup/index.php on line 16
Warning: main(/setup/index.php) [function.main]: failed to open stream:
Operation not permitted in textpattern/sites/domainA/admin/setup/index.php on line 16
Warning: main() [function.include]: Failed opening '/setup/index.php' for inclusion
(include_path='.:/usr/local/lib/php') in textpattern/sites/domainA/admin/setup/index.php on line 16
I am pretty sure this is something simple, but I have no idea where to look. I would be very grateful for some tips…
cheers
yot
Offline