Massig Fehler :(

Please report bugs here!

Moderator: Thorsten

Post Reply
bennniii
Posts: 19
Joined: Tue Sep 07, 2010 10:08 am

Massig Fehler :(

Post by bennniii »

Hallo Leute,


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:\Program Files\xampp\htdocs\phpmyfaq\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:\Program Files\xampp\htdocs\phpmyfaq\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:\Program Files\xampp\htdocs\phpmyfaq\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:\Program Files\xampp\htdocs\phpmyfaq\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:\Program Files\xampp\htdocs\phpmyfaq\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:\Program Files\xampp\htdocs\phpmyfaq\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:\Program Files\xampp\htdocs\phpmyfaq\inc\functions.php:173) in index.php on line 595


Bekomme diese Fehler, wenn ich irgendwas auf der Page Erstellen möchte. ( Direkt auf der Page ) Sei es ein Commend zu einem FAQ oder sonst was ...

Koennte mir da jemand vllt. helfen?
Ich wäre echt dankbar für Lösungen. Soll eine Knowledgebase erstellen und werd von Fehler nur so überschüttet.
Wenn ich dann schon hier bin, koennte mir jemand sagern wie ich ein vorhandenes AD integriere? So das die Leute sich mit Ihrem Windows also AD Account auch in der Knowledgebase anmelden können?

Danke danke danke!

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

Re: Massig Fehler :(

Post by Thorsten »

Hi,

du musst deinen SMTP-Server in der php.ini konfigurieren. Wie das geht, ist im PHP Manual beschrieben.

Wegen dem AD: das ist in der phpMyFAQ Dokumentation beschrieben.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
bennniii
Posts: 19
Joined: Tue Sep 07, 2010 10:08 am

Re: Massig Fehler :(

Post by bennniii »

Hallo,


Danke erstmal. Nun ja, da ich ziemlicher Anfänger in der Sache bin, würde ich mich um einwenig unterstützung freuen..
Alles was ich zum LDAP finde ist:
2.i. Enabling LDAP support

If you're entered the correct LDAP information during the installation you have to enable the LDAP support in the configuration in the admin backend. Now your user can authenticate themselves in phpMyFAQ against your LDAP server or even an Microsoft Active Directory.

If you need special options for your LDAP or ADS configuration you have to edit the LDAP constants in the file config/constants_ldap.php.

Was ich wie machen muss, finde ich leider nicht. Kann man das wiederholen diese LDAP Sachen? Habe es denke ich nicht bei der Installation ausgefüllt. :( Ist ziemlich unübersichtlich wenn man sich in der Materie nicht so auskennt. :/


Vielen Dank!

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

Re: Massig Fehler :(

Post by Thorsten »

Hi,
bennniii wrote:Was ich wie machen muss, finde ich leider nicht. Kann man das wiederholen diese LDAP Sachen? Habe es denke ich nicht bei der Installation ausgefüllt. :( Ist ziemlich unübersichtlich wenn man sich in der Materie nicht so auskennt.
ja, du kannst das auch manuell eintragen. Die LDAP-Grundkonfiguration kommt in die config/ldap.php, die Datei ist folgendermaßen aufgebaut:

Code: Select all

<?php
$PMF_LDAP["ldap_server"] = '';
$PMF_LDAP["ldap_port"] = '';
$PMF_LDAP["ldap_user"] = '';
$PMF_LDAP["ldap_password"] = '';
$PMF_LDAP["ldap_base"] = '';
Dann halt noch dein AD-Konfiguration mit der Datei config/constants_ldap.php abgleichen und LDAP in der Adminkonfiguration freischalten.

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