4643 Posts in 1401 Topics by 1394 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1654 Views |
-
Zend/Log.php line 46 errors in 2.4 rc1

9 April 2010 at 12:15am
Is there someone who can help me with this? When installing and when giving a dev/build I get:
Warning: require_once(Zend/Log.php) [function.require-once]: failed to open stream: No such file or directory in /srv/www/htdocs/mysite.com/sapphire/dev/Log.php on line 46
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Log.php' (include_path='.') in /srv/www/htdocs/mysite.com/sapphire/dev/Log.php on line 46
All tables are in the batabase but remains mostly empty
/sapphire/dev/Log.php, line 46 = require_once 'Zend/Log.php';
include_path seems to be set to '.' and stays that way (tried setting and getting the include_path with code from core.php but it stays at the old value)
Security is very tight, they are using open_basedir, can not even do a php_info so I can use their settings and reproduce the error on my own system. (Tried to use open_basedir on my own system, but that did not reproduce the error).
I will try to play some more with it. Maybe adding the include_path to my _config.php or elsewhere? Dunno...
Thanks in advance
-
Re: Zend/Log.php line 46 errors in 2.4 rc1

9 April 2010 at 12:36am Last edited: 9 April 2010 1:10am
Noticed I can reproduce the error by commenting out lines 186 through 190 in Core.php
EDIT: In my .htaccess I have created the following php_value:
php_value include_path "/Users/yurigoul/Sites/sapphire:/Users/yurigoul/Sites/sapphire/parsers:/Users/yurigoul/Sites/sapphire/thirdparty"
But the error remains. Anyone knows what I am missing here?my bad typo (isnt it always?) corrected it and it works...
-
Re: Zend/Log.php line 46 errors in 2.4 rc1

9 April 2010 at 1:39am Last edited: 9 April 2010 1:40am
Ok it works by setting the paths to /sapphire /sapphire/parsers and /sapphire/thirdparty in the .htaccss section in the install.php and then running the install (you will probably only run it during install once or twice anyway).
But since this is an open_basedir install I have to tackle the next problem (sigh)
| 1654 Views | ||
|
Page:
1
|
Go to Top |
