Probleme mit Feedbackform Modul

Hilfe zu Modulen und Tags
Post Reply
Flippy

Probleme mit Feedbackform Modul

Post by Flippy »

wenn ich das modul in das modul verzeichniss entpacke bekomme ich diesefehlermedlungen.

Code: Select all

Warning: open_basedir restriction in effect. File is in wrong directory in /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php on line 56

Warning: open_basedir restriction in effect. File is in wrong directory in /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php on line 57

Warning: open_basedir restriction in effect. File is in wrong directory in /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php on line 58

Warning: open_basedir restriction in effect. File is in wrong directory in /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php on line 59

Warning: open_basedir restriction in effect. File is in wrong directory in /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php on line 60

Warning: open_basedir restriction in effect. File is in wrong directory in /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php on line 61

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php:56) in /home/hotel-badabbach/htdocs/lib/page.functions.php on line 135

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php:56) in /home/hotel-badabbach/htdocs/lib/page.functions.php on line 136

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php:56) in /home/hotel-badabbach/htdocs/lib/page.functions.php on line 50

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php:56) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 158

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php:56) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 161

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php:56) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 164

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php:56) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 165

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php:56) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 168

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/modules/FeedbackForm/FeedbackForm.module.php:56) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 173
das modul ist dann noch nicht über den adminbereich installiert, es steht aber schon in der liste drin.
cyberman

Re: Probleme mit Feedbackform Modul

Post by cyberman »

So etwas ähnliches hatte ich selbst gerade erst. Das Problem steckt glaub ich hier:

Code: Select all

Warning: open_basedir restriction in effect.
Schreib mal hier, was Deiner php.ini zu open_basedir drin steht. Der Parameter beschränkt den Dateizugriff von PHP-Scripten auf einen bestimmten Ordner.
Flippy

Re: Probleme mit Feedbackform Modul

Post by Flippy »

hmmm wo bekomm ich die datei her?
cyberman

Re: Probleme mit Feedbackform Modul

Post by cyberman »

Gehe ich richtig in der Annahme, daß Du keinen Server hast, sondern "nur" eine Homepage mit PHP & Mysql, oder ;-) ?!

Schreib den Befehl phpinfo() in eine PHP-Datei, kopiere diese auf den Homepage und ruf sie in einem Browser auf. Unter Configuration PHP Core solltest Du in der ersten Spalte (Directive) auch den Eintrag "open_basedir" finden. Den Eintrag aus der zweiten Spalte (Local value) postest Du dann noch mal hier. Sieht ungefähr so aus:

Code: Select all

/srv/www/web2/html/
Flippy

Re: Probleme mit Feedbackform Modul

Post by Flippy »

ok das hier steht dort

Code: Select all

	/home/hotel-badabbach/htdocs://home/hotel-badabbach/tmp:/home/phpxadmin:/home/webmail:/usr/share/squirrelmail:/etc/squirrelmail:/etc/phpmyadmin:/usr/share/phpmyadmin
cyberman

Re: Probleme mit Feedbackform Modul

Post by cyberman »

Hmm ...

Der "Fehler", den ich bei mir hatte, scheint bei Dir nicht drin zu sein. Bin zwar kein Profi, was die Serverkonfiguration angeht, aber hier

Code: Select all

//home/hotel-badabbach/tmp:
könnte mir vorstellen, dass 1 Slash am Anfang zu viel ist.
maxi2

Re: Probleme mit Feedbackform Modul

Post by maxi2 »

Das Script sucht Teile oder Daten die ausserhalb des zugänglichen Bereichs liegen.
Installation nicht komplett oder Script fehlerhaft.
Post Reply

Return to “Module und Tags”