by (160 points)
I'm interesting your cms, I would like to test but I can't install: I've got error messages:

Warning: is_readable(): open_basedir restriction in effect. File(/servers/php/lib/php/ZendX/Application/Resource/Frontcontroller.php) is not within the allowed path(s): (/USER/kukucska:/tmp/phpsession:/tmp/phpupload) in /USER/kukucska/partikoteny_hu/www/seotoaster_core/library/Zend/Loader.php on line 198 Warning: is_readable(): open_basedir restriction in effect. File(/servers/php/lib/php/ZendX/Application/Resource/View.php) is not within the allowed path(s): (/USER/kukucska:/tmp/phpsession:/tmp/phpupload) in /USER/kukucska/partikoteny_hu/www/seotoaster_core/library/Zend/Loader.php on line 198 Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'Session must be started before any output has been sent to the browser; output started in /USER/kukucska/partikoteny_hu/www/seotoaster_core/library/Zend/Loader.php/198' in /USER/kukucska/partikoteny_hu/www/seotoaster_core/library/Zend/Session.php:443 Stack trace: #0 /USER/kukucska/partikoteny_hu/www/seotoaster_core/library/Zend/Session/Namespace.php(143): Zend_Session::start(true) #1 /USER/kukucska/partikoteny_hu/www/install/installer/Bootstrap.php(21): Zend_Session_Namespace->__construct('ToasterInstalle...') #2 /USER/kukucska/partikoteny_hu/www/seotoaster_core/library/Zend/Application/Bootstrap/BootstrapAbstract.php(667): Bootstrap->_initSession() #3 /USER/kukucska/partikoteny_hu/www/seotoaster_core/library/Zend/Application/Bootstrap/BootstrapAbstract.php(620): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('session') #4 /USER/kukucska/partikoteny_hu/www/seotoaster_core/library/Zend/Application/Bootstrap/BootstrapAbstract.php(584): Ze in /USER/kukucska/partikoteny_hu/www/seotoaster_core/library/Zend/Session.php on line 443

Could you tell me what is the problem?

1 Answer

by (2.9k points)
Hi there. This error means your seotoaster installation path is not allowed in the list of allowed paths in your *open_basedir* param (in your php.ini)
There are two ways to solve that:
1. Add a seotoaster installation path to the open_basedir value
e.g.  open_basedir =/USER/kukucska/partikoteny_hu/www/:/usr/share/php/pear/:/tmp (note, the paths should be divided by : )
2. Remove the open_basedir's restirictions. To do that, set your open_basedir settings to none
e.g. open_basedir = none
asked Sep 24, 2012 by (160 points) Thank you, but I can't change php.ini file
...