- Posts: 8
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
zipmagic2008 wrote: Internal Server Error
is_file(): open_basedir restriction in effect. File(/opt/alt/php72/usr/share/pear/Imagick.php) is not within the allowed path(s):
You ask the server to read on some directory but disable reading in this directory on the same time.is_file(): open_basedir restriction in effect. File(/opt/alt/php72/usr/share/pear/Imagick.php) is not within the allowed path(s): (/home/yffekupu:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp:/opt/alt/php52/usr/share:/opt/alt/php54/usr/share:/opt/alt/php55/usr/share:/opt/alt/php56/usr/share:/opt/alt/php70/usr/share)
if(!defined('YII_PATH')) { $tmpdir = ini_get('upload_tmp_dir') ? ini_get('upload_tmp_dir') : sys_get_temp_dir(); set_include_path('.'); ini_set('open_basedir',$tmpdir.PATH_SEPARATOR.dirname(dirname(dirname(__FILE__)))); }