Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-11-23 00:37:02
- cglaser
- New Member
- Registered: 2005-11-22
- Posts: 2
New install problem
I’m trying to install this on a Netware 6.5 (Service pack 3) server I have running at home. The server is using Php 5 and MySQL 4. This is what I get when I try running the setup file:
Warning: main() [function.main]: open_basedir restriction in effect. File(MATHOMS:\WebSite\Glaserrocks\textpattern/lib/txplib_html.php) is not within the allowed path(s): (.;sys:/tmp) in MATHOMS:\WebSite\Glaserrocks\textpattern\setup\index.php on line 24
Warning: main(MATHOMS:\WebSite\Glaserrocks\textpattern/lib/txplib_html.php) [function.main]: failed to open stream: Operation not permitted in MATHOMS:\WebSite\Glaserrocks\textpattern\setup\index.php on line 24
Warning: main() [function.include]: Failed opening ‘MATHOMS:\WebSite\Glaserrocks\textpattern/lib/txplib_html.php’ for inclusion (include_path=’.;sys:/php5/includes’) in MATHOMS:\WebSite\Glaserrocks\textpattern\setup\index.php on line 24
Warning: main() [function.main]: open_basedir restriction in effect. File(MATHOMS:\WebSite\Glaserrocks\textpattern/lib/txplib_forms.php) is not within the allowed path(s): (.;sys:/tmp) in MATHOMS:\WebSite\Glaserrocks\textpattern\setup\index.php on line 25
Warning: main(MATHOMS:\WebSite\Glaserrocks\textpattern/lib/txplib_forms.php) [function.main]: failed to open stream: Operation not permitted in MATHOMS:\WebSite\Glaserrocks\textpattern\setup\index.php on line 25
Warning: main() [function.include]: Failed opening ‘MATHOMS:\WebSite\Glaserrocks\textpattern/lib/txplib_forms.php’ for inclusion (include_path=’.;sys:/php5/includes’) in MATHOMS:\WebSite\Glaserrocks\textpattern\setup\index.php on line 25
Warning: main() [function.main]: open_basedir restriction in effect. File(MATHOMS:\WebSite\Glaserrocks\textpattern/lib/txplib_misc.php) is not within the allowed path(s): (.;sys:/tmp) in MATHOMS:\WebSite\Glaserrocks\textpattern\setup\index.php on line 26
Warning: main(MATHOMS:\WebSite\Glaserrocks\textpattern/lib/txplib_misc.php) [function.main]: failed to open stream: Operation not permitted in MATHOMS:\WebSite\Glaserrocks\textpattern\setup\index.php on line 26
Warning: main() [function.include]: Failed opening ‘MATHOMS:\WebSite\Glaserrocks\textpattern/lib/txplib_misc.php’ for inclusion (include_path=’.;sys:/php5/includes’) in MATHOMS:\WebSite\Glaserrocks\textpattern\setup\index.php on line 26
Fatal error: Call to undefined function tr() in MATHOMS:\WebSite\Glaserrocks\textpattern\setup\index.php on line 103
Any ideas? What bothers me, and I’ve seen it before when I was trying to install php-nuke is the way the paths in the warning use both forward slashes and backslashes. I never did get php-nuke to work. Any help or ideas on things to try would be helpful.
Thanks.
Offline
#2 2005-11-23 00:41:58
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: New install problem
If you want to use PHP safe mode, you’ll need to configure open_basedir correctly. PHP manual.
Alex
Offline
#3 2005-11-23 01:28:12
- cglaser
- New Member
- Registered: 2005-11-22
- Posts: 2
Re: New install problem
Ok. I added the path to my base directory in the the php.ini file, and this seems to have resolved it…I’m not getting any errors and am on the next page of the setup screen noe.
Thanks much!!!
Offline
Pages: 1