mam taki błąd na stronie z lms: *Warning*: file(): open_basedir restriction in effect. File(/etc/lms/lms.ini) is not within the allowed path(s): (/var/www/xxxxxxxxxxxxxxx:/usr/share/php/:/tmp/) in xxxxxxxxxxxxx *Warning*: file(/etc/lms/lms.ini): failed to open stream: Operation not permitted in */var/xxxxxxxxxxxxxxxxxxxxxxxxxxx/index.php* on line *40*
*Warning*: Cannot modify header information - headers already sent by (output started at /var/xxxxxxxxxxxxxxxxx/index.php:40) in * /var/xxxxxxxxxxxxxxxxxxxxx/lib/Session.class.php* on line *139*
*Warning*: Cannot modify header information - headers already sent by (output started at /var/xxxxxxxxxxxxxxxxxxxxxx/index.php:40) in * /var/xxxxxxxxxxxxxx/index.php* on line *203*
w httpd.conf ustawiałem open_basedir jak i również w php.ini. wyłączałem też. Próbowałem już różnych kombinacji i nadal to samo... Co jeszcze może być nie tak? Uprawnienia do lms.ini również mam ok bo nawet próbowałem z 777... Co może być nie tak?
!DSPAM:47ff7c4d65365156419305!
Dnia 11-04-2008 o 16:57:10 Łukasz outlaw87@gmail.com napisał(a):
mam taki błąd na stronie z lms: *Warning*: file(): open_basedir restriction in effect. File(/etc/lms/lms.ini) is not within the allowed path(s): (/var/www/xxxxxxxxxxxxxxx:/usr/share/php/:/tmp/) in xxxxxxxxxxxxx *Warning*: file(/etc/lms/lms.ini): failed to open stream: Operation not permitted in */var/xxxxxxxxxxxxxxxxxxxxxxxxxxx/index.php* on line *40*
*Warning*: Cannot modify header information - headers already sent by (output started at /var/xxxxxxxxxxxxxxxxx/index.php:40) in * /var/xxxxxxxxxxxxxxxxxxxxx/lib/Session.class.php* on line *139*
*Warning*: Cannot modify header information - headers already sent by (output started at /var/xxxxxxxxxxxxxxxxxxxxxx/index.php:40) in * /var/xxxxxxxxxxxxxx/index.php* on line *203*
w httpd.conf ustawiałem open_basedir jak i również w php.ini. wyłączałem też. Próbowałem już różnych kombinacji i nadal to samo... Co jeszcze może być nie tak? Uprawnienia do lms.ini również mam ok bo nawet próbowałem z 777... Co może być nie tak?
w konfigu apacha ustaw sobie zeby mial dostep do katalogu /etc/lms.ini i powinno pomoc
11-04-08, Jan Łukasz jlc@iapt.pl napisał(a):
Dnia 11-04-2008 o 16:57:10 Łukasz outlaw87@gmail.com napisał(a):
w konfigu apacha ustaw sobie zeby mial dostep do katalogu /etc/lms.ini i powinno pomoc
przez Directory???
!DSPAM:47ff8a5589871804284693!
mam taki błąd na stronie z lms: Warning: file(): open_basedir restriction in effect.
File(/etc/lms/lms.ini) is not within the allowed path(s):
...... Warning: file(/etc/lms/lms.ini): failed to open stream: Operation not
permitted in /var/xxxxxxxxxxxxxxxxxxxxxxxxxxx/index.php on line 40
W virtualhoscie ustawiasz ta linijke i restart apacha
php_admin_value open_basedir /etc/lms/
!DSPAM:47ff9f9e114628980171022!
Dnia Fri, 11 Apr 2008 19:27:47 +0200 "Andy" andy@net.radom.pl napisał(a):
mam taki błąd na stronie z lms: Warning: file(): open_basedir restriction in effect.
File(/etc/lms/lms.ini) is not within the allowed path(s):
...... Warning: file(/etc/lms/lms.ini): failed to open stream: Operation not
permitted in /var/xxxxxxxxxxxxxxxxxxxxxxxxxxx/index.php on line 40
W virtualhoscie ustawiasz ta linijke i restart apacha
php_admin_value open_basedir /etc/lms/
Niestety dalej mam to samo
!DSPAM:4800b52e169191465223968!
Witam
W liście z dnia 12 kwietnia 2008 (15:11:28) można przeczytać:
Niestety dalej mam to samo
Niestety, ale google działają. Idź poszukaj co to jest open_basedir, jak działa i jak to się konfiguruje. Gwarantuję - przy okazji dowiesz się wielu ciekawych rzeczy.
On Sat, 12 Apr 2008 15:11:28 +0200, Outlaw wrote
Dnia Fri, 11 Apr 2008 19:27:47 +0200 "Andy" andy@net.radom.pl napisał(a):
mam taki błąd na stronie z lms: Warning: file(): open_basedir restriction in effect.
File(/etc/lms/lms.ini) is not within the allowed path(s):
...... Warning: file(/etc/lms/lms.ini): failed to open stream: Operation not
permitted in /var/xxxxxxxxxxxxxxxxxxxxxxxxxxx/index.php on line 40
W virtualhoscie ustawiasz ta linijke i restart apacha
php_admin_value open_basedir /etc/lms/
Niestety dalej mam to sam
Zapewne ustawione to masz w php.ini
Dariusz Kowalczyk
!DSPAM:48011d26310008362916074!
mam taki błąd na stronie z lms: Warning: file(): open_basedir restriction in effect.
File(/etc/lms/lms.ini) is not within the allowed path(s):
...... Warning: file(/etc/lms/lms.ini): failed to open stream: Operation not
permitted in /var/xxxxxxxxxxxxxxxxxxxxxxxxxxx/index.php on line 40
W virtualhoscie ustawiasz ta linijke i restart apacha
php_admin_value open_basedir /etc/lms/
Niestety dalej mam to sam
Zapewne ustawione to masz w php.ini
Można w php.ini ale wtedy jest dla wszystkich virtualnych hostow dostep do tego katalogu. Ja podalem przykład jak robi się to dla pojedynczego virtualhosta.
1) wersja z php
W php.ini ; open_basedir = zmieniamy na open_basedir = /etc/lms/
2) wersja z konfigiem apache I virtualhostem
<VirtualHost xx.xx.xx.xx:80> ServerName jakishost.pl:80 ServerAdmin webmaster@jakishost.pl DocumentRoot /var/www/host ..... php_admin_value open_basedir /etc/lms/ ... </VirtualHost>
Prościej już chyba nie można.
Pozdr.
!DSPAM:48012fc19332037086813!
Dnia Sat, 12 Apr 2008 23:55:04 +0200 "Andy" andy@net.radom.pl napisał(a):
Można w php.ini ale wtedy jest dla wszystkich virtualnych hostow dostep do tego katalogu. Ja podalem przykład jak robi się to dla pojedynczego virtualhosta.
- wersja z php
W php.ini ; open_basedir = zmieniamy na open_basedir = /etc/lms/
- wersja z konfigiem apache I virtualhostem
<VirtualHost xx.xx.xx.xx:80> ServerName jakishost.pl:80 ServerAdmin webmaster@jakishost.pl DocumentRoot /var/www/host ..... php_admin_value open_basedir /etc/lms/ ... </VirtualHost>
Dzięki, wszystko śmiga już ;)
!DSPAM:4801c51d207591465223968!
Witam
W liście z dnia 11 kwietnia 2008 (19:27:47) można przeczytać:
W virtualhoscie ustawiasz ta linijke i restart apacha
php_admin_value open_basedir /etc/lms/
Ech. Później się dziwicie że developerzy mają takie nastawienie. Kurde, lepiej dać komuś głodnemu wędkę, niż rybę, prawda?
Łukasz Jarosław Mozer pisze:
W virtualhoscie ustawiasz ta linijke i restart apacha
php_admin_value open_basedir /etc/lms/
Ech. Później się dziwicie że developerzy mają takie nastawienie. Kurde, lepiej dać komuś głodnemu wędkę, niż rybę, prawda
Nie twierdze, ze sa zle... ale nie wiem czy zauwazyles, wszedzie sprzedaja te same: "google".
!DSPAM:480113ea301901671789688!
uczestnicy (7)
-
Andy
-
Dariusz Kowalczyk
-
Jan Łukasz
-
node
-
Outlaw
-
Łukasz
-
Łukasz Jarosław Mozer