[gelöst] Cannot open the ispcp.conf config file ! - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: German Corner (/forum-26.html) +---- Forum: Archiv (/forum-54.html) +---- Thread: [gelöst] Cannot open the ispcp.conf config file ! (/thread-1404.html) |
RE: Cannot open the ispcp.conf config file ! - rbtux - 09-28-2007 06:03 AM läuft bei dir eventuell apparmor oder selinux? RE: Cannot open the ispcp.conf config file ! - joximu - 09-28-2007 07:06 AM Vielleicht hilfts, wenn du das @ bei Code: @$fd = fopen($this->config_file,'r'); RE: Cannot open the ispcp.conf config file ! - Lemy - 09-28-2007 08:24 AM morpheus Wrote:jo habs eben geändert auch das geht leider noch nich, das kann doch nur eine kleinigkeit sein. hmmm noch wer eine idee?Hast Du in deiner Datei /etc/apache2/sites-enabled/00_master.conf sowas hier stehen : Quote: SuexecUserGroup vu2000 vu2000Wenn ja , dann kann es sein, dass bei Dir Suexec nicht läuft. Guck mal in der /var/log/apache2/error.log , ob da irgendwas drinsteht. RE: Cannot open the ispcp.conf config file ! - morpheus - 09-30-2007 10:48 PM Soo da bin ich wieder also wenn ich das @ in der php entferne bekomm ich das Code: Warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 2000 is not allowed to access /etc/ispcp/ispcp.conf owned by uid 0 in /var/www/ispcp/gui/include/ispcp-config.php on line 39 in meiner der 00_master.conf habe ich auch SuexecUserGroup vu2000 vu2000 stehen, nur ich weis nicht was Suexec ist wie bringt man es denn zu laufen ? hier auch nochmal die apache2 error.log Code: [Sun Sep 30 06:25:05 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) RE: Cannot open the ispcp.conf config file ! - joximu - 09-30-2007 11:03 PM *** Warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 2000 is not allowed to access /etc/ispcp/ispcp.conf owned by uid 0 in /var/www/ispcp/gui/include/ispcp-config.php on line 39 *** sagt alles. Schalte mal den safe_mode aus. Am besten in /var/www/fcgi/master/phpX/php.ini /Joximu RE: Cannot open the ispcp.conf config file ! - BeNe - 09-30-2007 11:08 PM Safe mode ist doch per default aus! Greez BeNe RE: Cannot open the ispcp.conf config file ! - joximu - 09-30-2007 11:12 PM bei morpheus offenbar nicht - weiss der Kuckuck woher er seine Konfiguration hat... :-) RE: Cannot open the ispcp.conf config file ! - morpheus - 09-30-2007 11:20 PM joximu Wrote:sagt alles. Moin, ich kann das nur in der php4/php.ini finden und da ist es off RE: Cannot open the ispcp.conf config file ! - joximu - 09-30-2007 11:37 PM es sollte halt die richtige php.ini sein - die, welche auch für dein ispcp zuständig ist... und in deiner error-log steht was von php5... Vielleicht wäre es hilfreich, wenn du "phpinfo" in der php.ini zulässt und dann eine php-datei mit "<?php phpinfo(); ?>" im gui-Vezeichnis ablegst (Berechtigungen beachten vu2000:vu2000) und das ergebnis mal ansehen. Gruss J RE: Cannot open the ispcp.conf config file ! - morpheus - 10-01-2007 01:06 AM ALTA KACK DIE WAND AN, es geht lag also am safe_mode man sowas simples, danke jungs!!! nun muss ich guggn wie ich das nun alles einrichte =X gibt es das backend schon auf deutsch ? |