Page 2 of 2
Re: Pear php5.6 mod required
Posted: Fri 3. Nov 2023, 00:09
by [RGK]*Kent
Hello, I did everything you said, without results!
I show you the web server logs to see the error, pear not found:
AH01071: Got error 'PHP message: PHP Warning: file_exists(): open_basedir restriction in effect. File(/opt/keyhelp/php/5.6/lib/php/Crypt/XXTEA.php) is not within the allowed path(s): (/home/users/kent/www:/home/users/kent/files:/home/users/kent/tmp) in /home/users/kent/www/mortall.ro/gamepanel/install.php on line 269
PHP message: PHP Warning: file_exists(): open_basedir restriction in effect. File(/opt/keyhelp/php/5.6/lib/php/System.php) is not within the allowed path(s): (/home/users/kent/www:/home/users/kent/files:/home/users/kent/tmp) in /home/users/kent/www/mortall.ro/gamepanel/install.php on line 273
', referer:
https://gamepanel.mortall.ro/install.php?
Re: Pear php5.6 mod required
Posted: Fri 3. Nov 2023, 06:50
by Tobi
Do you speak english and do you understand the error message?
Re: Pear php5.6 mod required
Posted: Fri 3. Nov 2023, 10:37
by Florian
I quote my own text:
As written in the thread it is necessary to adjust open_basedir and include_path so that PHP can find the PEAR modules.
Re: Pear php5.6 mod required
Posted: Sat 4. Nov 2023, 17:04
by [RGK]*Kent
Howdy! better people
I modified /opt/keyhelp/php/5.6/etc/php.ini
the line in which it is:
include_path=".:/opt/keyhelp/php/5.6/lib/php"
after restart
I tried this option as well
include_path=".:/usr/share/php"
It still does not work!
I don't think I'm doing anything wrong
Rezult:
AH01071: Got error 'PHP message: PHP Warning: file_exists(): open_basedir restriction in effect. File(/usr/share/php/Crypt/XXTEA.php) is not within the allowed path(s): (/home/users/kent/www:/home/users/kent/files:/home/users/kent/tmp) in /home/users/kent/www/mortall.ro/gamepanel/install.php on line 269
PHP message: PHP Warning: file_exists(): open_basedir restriction in effect. File(/usr/share/php/System.php) is not within the allowed path(s): (/home/users/kent/www:/home/users/kent/files:/home/users/kent/tmp) in /home/users/kent/www/mortall.ro/gamepanel/install.php on line 273
', referer:
https://gamepanel.mortall.ro/install.php?
Re: Pear php5.6 mod required
Posted: Sat 4. Nov 2023, 17:11
by 24unix
[RGK]*Kent wrote: ↑Sat 4. Nov 2023, 17:04
Howdy! better people
I modified /opt/keyhelp/php/5.6/etc/php.ini
the line in which it is:
include_path=".:/opt/keyhelp/php/5.6/lib/php"
after restart
I tried this option as well
include_path=".:/usr/share/php"
It still does not work!
I don't think I'm doing anything wrong
Rezult:
AH01071: Got error 'PHP message: PHP Warning: file_exists(): open_basedir restriction in effect. File(/usr/share/php/Crypt/XXTEA.php) is not within the allowed path(s): (/home/users/kent/www:/home/users/kent/files:/home/users/kent/tmp) in /home/users/kent/www/mortall.ro/gamepanel/install.php on line 269
PHP message: PHP Warning: file_exists(): open_basedir restriction in effect. File(/usr/share/php/System.php) is not within the allowed path(s): (/home/users/kent/www:/home/users/kent/files:/home/users/kent/tmp) in /home/users/kent/www/mortall.ro/gamepanel/install.php on line 273
', referer:
https://gamepanel.mortall.ro/install.php?
You tried at the wrong place.
Try this one:
Re: Pear php5.6 mod required
Posted: Sun 26. Jan 2025, 00:14
by [RGK]*Kent
Hello! history repeated itself and I changed to none and everything is perfect.
Thank you!
