> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Richard C. Barker Sr. > Sent: Tuesday, December 29, 2009 5:26 PM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:03191] Re: sub-domains not working > > I get the following error: > > PHP Warning: Unknown: open_basedir restriction in effect. > File(/home/.sites/81/site18/vhosts/football/index.php) is not within the > allowed path(s): (/tmp/:/var/lib/php/session/) in Unknown on line 0 > > PHP Warning: Unknown: failed to open stream: Operation not permitted in > Unknown on line 0 > > The page is blank it is a joomla site > > Thanks, > Richard > > _______________________________________________ > Blueonyx mailing list > [email protected] > http://www.blueonyx.it/mailman/listinfo/blueonyx
Change "/tmp/:/var/lib/php/session/" to "/tmp:/var/lib/php/session:/home/.sites/81/site18", no trailing slashes. _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
