Meldung beim Abspeichern

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
Smile88
Posts: 2
Joined: Thu May 06, 2010 3:45 pm

Meldung beim Abspeichern

Post by Smile88 »

Hallo zusammen,

wir nutzen seit zwei Tagen phpMyFAQ.
phpMyFAQ deckt auch vollkommen das ab, was wir gesucht haben. Nur leider haben wir so manche Probleme.
Das größte Problem tritt auf, jedes mal wenn etwas abgespeichert werden soll.
Folgende Meldung erscheit, wenn ich auf eine offene Frage antworte:

phpMyFAQ warning [2]: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in Builtin.php on line 74

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at C:\apachefriends\xampp\htdocs\intensefaq\inc\functions.php:173) in index.php on line 589

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at C:\apachefriends\xampp\htdocs\intensefaq\inc\functions.php:173) in index.php on line 590

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at C:\apachefriends\xampp\htdocs\intensefaq\inc\functions.php:173) in index.php on line 591

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at C:\apachefriends\xampp\htdocs\intensefaq\inc\functions.php:173) in index.php on line 592

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at C:\apachefriends\xampp\htdocs\intensefaq\inc\functions.php:173) in index.php on line 593

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at C:\apachefriends\xampp\htdocs\intensefaq\inc\functions.php:173) in index.php on line 594

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at C:\apachefriends\xampp\htdocs\intensefaq\inc\functions.php:173) in index.php on line 595

könnt ihr mir weiterhelfen, was ich hier ändern muss?

Gruß
Smile88
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Meldung beim Abspeichern

Post by Thorsten »

Hi,

du musst unter Windows den SMTP Server angeben.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Smile88
Posts: 2
Joined: Thu May 06, 2010 3:45 pm

Re: Meldung beim Abspeichern

Post by Smile88 »

Besteht die Möglichkeit in einem Skript dort unser SMTP einzutragen?
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Meldung beim Abspeichern

Post by Thorsten »

Hi,

das musst du in der php.ini eintragen... wie das geht, steht in der PHP Dokumentation.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply